From 21bff23e24e458c88a88ee5804c3dad98cac048e Mon Sep 17 00:00:00 2001 From: Kalaiyarasiganeshalingam Date: Mon, 11 Dec 2023 16:02:35 +0530 Subject: [PATCH] Revamp the connector Clean the code Update doc --- README.md | 156 +- ballerina/client.bal | 3098 +- ballerina/tests/test.bal | 232 +- ballerina/types.bal | 738 +- ballerina/utils.bal | 299 +- docs/open-api-spec/Sanitations.md | 226 + docs/open-api-spec/openapi.json | 609160 +++++++++++++++ docs/setup/resources/add_app_permission.png | Bin 0 -> 227319 bytes .../setup/resources/create_client_secrets.png | Bin 0 -> 315558 bytes docs/setup/resources/deatils_of_app.png | Bin 0 -> 462541 bytes docs/setup/resources/register_app.png | Bin 0 -> 304794 bytes examples/README.md | 57 +- examples/add_chart.bal | 43 - examples/add_table.bal | 42 - examples/add_worksheet.bal | 42 - examples/build.sh | 2 +- examples/calculate_workbook_application.bal | 42 - examples/create_column.bal | 46 - examples/create_row.bal | 42 - examples/delete_chart.bal | 42 - examples/delete_column.bal | 42 - examples/delete_row.bal | 42 - examples/delete_table.bal | 42 - examples/delete_worksheet.bal | 42 - examples/get_cell.bal | 42 - examples/get_chart.bal | 42 - examples/get_chart_image .bal | 42 - examples/get_table.bal | 42 - examples/get_workbook_application.bal | 42 - examples/get_worksheet.bal | 42 - .../income-expense-tracker/.devcontainer.json | 4 + examples/income-expense-tracker/.gitignore | 3 + .../income-expense-tracker/Ballerina.toml | 8 + examples/income-expense-tracker/main.bal | 55 + examples/list_charts.bal | 42 - examples/list_columns.bal | 42 - examples/list_rows.bal | 42 - examples/list_tables.bal | 42 - examples/list_worksheets.bal | 42 - examples/reset_chart_image.bal | 42 - examples/set_chart_position.bal | 42 - examples/update_chart.bal | 48 - examples/update_column.bal | 43 - examples/update_row.bal | 42 - examples/update_table.bal | 44 - examples/update_worksheet.bal | 44 - 46 files changed, 612917 insertions(+), 2355 deletions(-) create mode 100644 docs/open-api-spec/Sanitations.md create mode 100644 docs/open-api-spec/openapi.json create mode 100644 docs/setup/resources/add_app_permission.png create mode 100644 docs/setup/resources/create_client_secrets.png create mode 100644 docs/setup/resources/deatils_of_app.png create mode 100644 docs/setup/resources/register_app.png delete mode 100644 examples/add_chart.bal delete mode 100644 examples/add_table.bal delete mode 100644 examples/add_worksheet.bal delete mode 100644 examples/calculate_workbook_application.bal delete mode 100644 examples/create_column.bal delete mode 100644 examples/create_row.bal delete mode 100644 examples/delete_chart.bal delete mode 100644 examples/delete_column.bal delete mode 100644 examples/delete_row.bal delete mode 100644 examples/delete_table.bal delete mode 100644 examples/delete_worksheet.bal delete mode 100644 examples/get_cell.bal delete mode 100644 examples/get_chart.bal delete mode 100644 examples/get_chart_image .bal delete mode 100644 examples/get_table.bal delete mode 100644 examples/get_workbook_application.bal delete mode 100644 examples/get_worksheet.bal create mode 100644 examples/income-expense-tracker/.devcontainer.json create mode 100644 examples/income-expense-tracker/.gitignore create mode 100644 examples/income-expense-tracker/Ballerina.toml create mode 100644 examples/income-expense-tracker/main.bal delete mode 100644 examples/list_charts.bal delete mode 100644 examples/list_columns.bal delete mode 100644 examples/list_rows.bal delete mode 100644 examples/list_tables.bal delete mode 100644 examples/list_worksheets.bal delete mode 100644 examples/reset_chart_image.bal delete mode 100644 examples/set_chart_position.bal delete mode 100644 examples/update_chart.bal delete mode 100644 examples/update_column.bal delete mode 100644 examples/update_row.bal delete mode 100644 examples/update_table.bal delete mode 100644 examples/update_worksheet.bal diff --git a/README.md b/README.md index 32002d7..2bac5cb 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,161 @@ Ballerina Microsoft Excel Connector [![GraalVM Check](https://github.com/ballerina-platform/module-ballerinax-microsoft.excel/actions/workflows/build-with-bal-test-native.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-microsoft.excel/actions/workflows/build-with-bal-test-native.yml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[Microsoft Excel](https://www.microsoft.com/en-ww/microsoft-365/excel) is a spreadsheet application developed by Microsoft in Microsoft Office 365. +[Excel](https://www.microsoft.com/en-ww/microsoft-365/excel) is a widely used spreadsheet application developed by Microsoft, enabling users to organize, analyze, and visualize data in a tabular format. -This connector provides operations for connecting and interacting with Microsoft Graph API Excel endpoints over the network. -For more information about configuration and operations, go to the module. -- [`microsoft.excel`](excel/Module.md) - Perform CRUD operations in Microsoft Excel worksheet table, and chart. +The `ballerinax/microsoft.excel` package offers APIs to connect and interact with [Microsoft Graph](https://learn.microsoft.com/en-us/graph/api/resources/excel?view=graph-rest-1.0 ) to allow web and mobile applications to read and modify Excel workbooks stored in OneDrive for Business, SharePoint site or Group drive. + +## Set up Excel API + +To use the Excel connector, You have to use the [Microsoft identity platform](https://learn.microsoft.com/en-us/entra/identity-platform/) to authenticate Excel APIs. If you do not have a valid Microsoft Azure AD account, you can sign up for one through the [Azure Portal](https://portal.azure.com/). + +### Step 1: Register your app in Azure Active Directory (Azure AD) + +1. Go to the [Azure portal](https://portal.azure.com/) and sign in with a global administrator account. + +2. Select **Microsoft Entra ID** from the left-hand navigation menu. + +3. Select **App registrations** from the **Manage** section of the left-hand navigation menu. + +4. Select **New registration**. + +5. In the Register an application page, enter a name for your app. + +6. Select the **supported account types** is **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant)** . + +7. Select the **Web application** type and enter the URL under the **Redirect URI**. + +8. Click on **Register**. + + ![Register App](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-microsoft.excel/master/docs/setup/resources/register_app.png) + +### Step 2: Configure app permissions + +1. In the left pane, select **App registrations**. + +2. Go to the **Owned applications** and select the app you registered in Step 1. + +3. In the Manage section, select **API permissions**. + +4. Click on **Add a permission**. + +5. Select **Microsoft Graph**. + +6. Select the **Delegated permissions scope**. + +7. Click on **Add permissions**. + + ![Add App Permissions](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-microsoft.excel/master/docs/setup/resources/add_app_permission.png) + +### Step 3: Create a client secret + +1. In the left pane, select **App registrations**. +2. Go to the **Owned applications** and select the app you registered in Step 1. +3. In the Manage section, select **Certificates & secrets**. +4. Click on **New client secret**. +5. Enter a **Description** for the client secret and select the **Expires** time period according to your purpose. +6. Click on **Add**. +7. Copy the **value** of the client secret. You will need this value later. + + ![Create Client Secret](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-microsoft.excel/master/docs/setup/resources/create_client_secrets.png) + +### Step 4: Get the renew refresh token + +Use the following table to change the value of the fields in the sections below: + + | Field | Values of your app | + |------------------------------------------------------------| -------------------- | + | Tenant ID | Directory (tenant) ID | + | Name | Application (client) | + | Authorized Redirect URIs | Redirect URI eg:http%3a%2f%2flocalhost%3a8080 | + | Scope | Delegated permissions scope eg: Files.Read Files.ReadWrite | + + ![Details of App](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-microsoft.excel/master/docs/setup/resources/deatils_of_app.png) + +#### Get an authorization code + +Open a new tab in your browser and enter the following URL after replacing the values of the query parameters with the values of your application. + ``` + https://login.microsoftonline.com/{Tenant ID}/oauth2/v2.0/authorize?client_id={AppReg ID} + &response_type=code + &redirect_uri={Redirect URI} + &response_mode=query + &scope={SCOPE}&sso_reload=true + ``` +#### Get a refresh token + +After replacing the values of the query parameters with the values of your application, open a terminal and enter the following curl command. + +``` + curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'client_id={AppReg ID} + &scope={SCOPE} openid profile offline_access + &code={authorization code} + &redirect_uri={Redirect URI} + &grant_type=authorization_code + &client_secret={AppReg Secret}' 'https://login.microsoftonline.com/{Tenant ID}/oauth2/v2.0/token' +``` + +#### Get a refresh token to renew an expired access token + +Using the following cul command, you can get a refresh token to renew an expired access token. + +``` + curl --location --request POST 'https://login.microsoftonline.com/{Tenant ID}/oauth2/v2.0/token' \ + --header 'Content-Type: application/x-www-form-urlencoded' \ + --data-urlencode 'client_id={AppReg ID}' \ + --data-urlencode 'scope={SCOPE}' \ + --data-urlencode 'refresh_token={Refresh token} \ + --data-urlencode 'grant_type=refresh_token' \ + --data-urlencode 'client_secret={AppReg Secret}' +``` + +## Quickstart + +To use the `excel` connector in your Ballerina application, modify the `.bal` file as follows: + +### Step 1: Import the connector + +Import the `ballerinax/microsoft.excel` package into your Ballerina project. + +```ballerina +import ballerinax/microsoft.excel; +``` + +### Step 2: Instantiate a new connector + +Create a `excel:ConnectionConfig` with the obtained OAuth2.0 tokens and initialize the connector with it. + +```ballerina +excel:Client excelClient = check new excel:Client( + config = { + auth: { + clientId: "", + clientSecret: "", + refreshToken: "", + refreshUrl: "" + } + } +); +``` + +### Step 3: Invoke the connector operation + +Now, utilize the available connector operations. + +#### Add worksheet + +```ballerina +excel:Worksheet|error response = excelClient->createWorksheet(workBookId, {name: "test"}); +``` + +#### Get Worksheet + +```ballerina +excel:Worksheet|error response = excelClient->getWorksheet(itemId, workBookId, worksheetName); +``` ## Building from the source + ### Setting up the prerequisites 1. Download and install Java SE Development Kit (JDK) version 11. You can install either [OpenJDK](https://adoptopenjdk.net/) or [Oracle JDK](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html). diff --git a/ballerina/client.bal b/ballerina/client.bal index 3c3a77c..2bd3b35 100644 --- a/ballerina/client.bal +++ b/ballerina/client.bal @@ -1,723 +1,2473 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. +// AUTO-GENERATED FILE. DO NOT MODIFY. +// This file is auto-generated by the Ballerina OpenAPI tool. import ballerina/http; -import ballerinax/'client.config; -# Ballerina Microsoft Excel connector provides the capability to access Microsoft Graph Excel API -# It provides capability to perform perform CRUD (Create, Read, Update, and Delete) operations on -# [Excel workbooks](https://docs.microsoft.com/en-us/graph/api/resources/excel?view=graph-rest-1.0) stored in -# Microsoft OneDrive. If you have more than one call to make within a certain period of time, Microsoft recommends to -# create a session and pass the session ID with each request. By default, this connector uses sessionless. -@display {label: "Microsoft Excel", iconPath: "icon.png"} +# This OData service is located at https://graph.microsoft.com/v1.0 public isolated client class Client { - private final http:Client excelClient; - - # Initializes the connector. During initialization you can pass either http:BearerTokenConfig if you have a bearer - # token or http:OAuth2RefreshTokenGrantConfig if you have OAuth tokens. - # Create a Microsoft account and obtain tokens following - # [this guide](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols) - # - # + configuration - Configurations required to initialize the client - # + return - An error on failure of initialization or else `()` - public isolated function init(ConnectionConfig config) returns error? { - http:ClientConfiguration httpClientConfig = check config:constructHTTPClientConfig(config); - self.excelClient = check new (BASE_URL, httpClientConfig); + final http:Client clientEp; + # Gets invoked to initialize the `connector`. + # + # + config - The configurations to be used when initializing the `connector` + # + serviceUrl - URL of the target service + # + return - An error if connector initialization failed + public isolated function init(ConnectionConfig config, string serviceUrl = "https://graph.microsoft.com/v1.0") returns error? { + http:ClientConfiguration httpClientConfig = {auth: config.auth, httpVersion: config.httpVersion, timeout: config.timeout, forwarded: config.forwarded, poolConfig: config.poolConfig, compression: config.compression, circuitBreaker: config.circuitBreaker, retryConfig: config.retryConfig, validation: config.validation}; + do { + if config.http1Settings is ClientHttp1Settings { + ClientHttp1Settings settings = check config.http1Settings.ensureType(ClientHttp1Settings); + httpClientConfig.http1Settings = {...settings}; + } + if config.http2Settings is http:ClientHttp2Settings { + httpClientConfig.http2Settings = check config.http2Settings.ensureType(http:ClientHttp2Settings); + } + if config.cache is http:CacheConfig { + httpClientConfig.cache = check config.cache.ensureType(http:CacheConfig); + } + if config.responseLimits is http:ResponseLimitConfigs { + httpClientConfig.responseLimits = check config.responseLimits.ensureType(http:ResponseLimitConfigs); + } + if config.secureSocket is http:ClientSecureSocket { + httpClientConfig.secureSocket = check config.secureSocket.ensureType(http:ClientSecureSocket); + } + if config.proxy is http:ProxyConfig { + httpClientConfig.proxy = check config.proxy.ensureType(http:ProxyConfig); + } + } + http:Client httpEp = check new (serviceUrl, httpClientConfig); + self.clientEp = httpEp; + return; } - - # Creates a session. - # Excel APIs supports two types of sessions - # Persistent session - All changes made to the workbook are persisted (saved). This is the most efficient and - # performant mode of operation. - # Non-persistent session - Changes made by the API are not saved to the source location. Instead, the Excel backend - # server keeps a temporary copy of the file that reflects the changes made during that particular API session. - # When the Excel session expires, the changes are lost. This mode is useful for apps that need to do analysis or - # obtain the results of a calculation or a chart image, but not affect the document state. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + persistChanges - All changes made to the workbook are persisted or not? - # + return - Session ID or error - @display {label: "Creates Session"} - remote isolated function createSession(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Persistent Session"} boolean persistChanges = true) - returns @display {label: "Session ID"} string|error { - string path = check createRequestPath([CREATE_SESSION], workbookIdOrPath); - json payload = {persistChanges: persistChanges}; - record {string id;} response = check self.excelClient->post(path, payload); - return response.id; + # Gets the smallest range that encompasses the given ranges. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + anotherRange - Usage: anotherRange={anotherRange} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeBoundingRect(string workbookId, string workbookNamedItemId, string anotherRange, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/boundingRect(anotherRange=${getEncodedUri(anotherRange)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Adds a new worksheet to the workbook. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + worksheetName - The name of the worksheet to be added. If specified, name should be unqiue. If not specified, - # Excel determines the name of the new worksheet - # + sessionId - Session ID - # + return - `Worksheet` record or else an `error` if failed - @display {label: "Add Worksheet"} - remote isolated function addWorksheet(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name"} string? worksheetName = (), - @display {label: "Session ID"} string? sessionId = ()) - returns Worksheet|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, ADD], workbookIdOrPath, - sessionId); - json payload = {name: worksheetName}; - return check self.excelClient->post(path, payload, headers, targetType = Worksheet); + # Gets the smallest range that encompasses the given ranges. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + anotherRange - Usage: anotherRange={anotherRange} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeBoundingRect(string workbookId, string workbookWorksheetId, string address, string anotherRange, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/boundingRect(anotherRange=${getEncodedUri(anotherRange)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Retrieves the properties of a worksheet. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + sessionId - Session ID - # + return - `Worksheet` record or else an `error` if failed - @display {label: "Get Worksheet"} - remote isolated function getWorksheet(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Session ID"} string? sessionId = ()) - returns Worksheet|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId], - workbookIdOrPath, sessionId); - return check self.excelClient->get(path, headers, targetType = Worksheet); + # Gets the smallest range that encompasses the given ranges. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + anotherRange - Usage: anotherRange={anotherRange} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeBoundingRect(string workbookId, string workbookTableId, string workbookTableColumnId, string anotherRange, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/boundingRect(anotherRange=${getEncodedUri(anotherRange)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Retrieves a list of worksheets. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + query - Query string that can control the amount of data returned in a response. String should start with `?` - # and followed by query parameters. Example: `?$top=2&$count=true`. For more information about query - # parameters, refer https://docs.microsoft.com/en-us/graph/query-parameters - # + sessionId - Session ID - # + return - `Worksheet` record list or else an `error` if failed - @display {label: "List Worksheets"} - remote isolated function listWorksheets(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Query"} string? query = (), - @display {label: "Session ID"} string? sessionId = ()) - returns @display {label: "Worksheet List"} Worksheet[]|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS], workbookIdOrPath, - sessionId, query); - http:Response response = check self.excelClient->get(path, headers); - return getWorksheetArray(response); + # Gets the range containing the single cell based on row and column numbers. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + row - Usage: row={row} + # + column - Usage: column={column} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeCell(string workbookId, string workbookNamedItemId, int row, int column, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/cell(row=${getEncodedUri(row)},column=${getEncodedUri(column)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Update the properties of worksheet. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + worksheet - 'Worksheet' record contains values for relevant fields that should be updated - # + sessionId - Session ID - # + return - `Worksheet` record or else an `error` if failed - @display {label: "Update Worksheet"} - remote isolated function updateWorksheet(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Values need to be Updated"} Worksheet worksheet, - @display {label: "Session ID"} string? sessionId = ()) - returns Worksheet|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId], - workbookIdOrPath, sessionId); - json payload = check worksheet.cloneWithType(json); - return check self.excelClient->patch(path, payload, headers, targetType = Worksheet); + # Gets the range object containing the single cell based on row and column numbers. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + row - Usage: row={row} + # + column - Usage: column={column} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeCell(string workbookId, string workbookWorksheetId, string address, int row, int column, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/cell(row=${getEncodedUri(row)},column=${getEncodedUri(column)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - # Gets the range object containing the single cell based on row and column numbers. # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + row - number of the cell to be retrieved. Zero-indexed - # + column - Column number of the cell to be retrieved. Zero-indexed - # + sessionId - Session ID - # + return - `Cell` record or else an `error` if failed - @display {label: "Get Cell"} - remote isolated function getCell(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Row Number"} int row, - @display {label: "Column Number"} int column, - @display {label: "Session ID"} string? sessionId = ()) returns Cell|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, CELL - + OPEN_ROUND_BRACKET + ROW + EQUAL_SIGN + row.toString() + COMMA + COLUMN + EQUAL_SIGN + column.toString() - + CLOSE_ROUND_BRACKET], workbookIdOrPath, sessionId); - return check self.excelClient->get(path, headers, targetType = Cell); + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + row - Usage: row={row} + # + column - Usage: column={column} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeCell(string workbookId, string workbookTableId, string workbookTableColumnId, int row, int column, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/cell(row=${getEncodedUri(row)},column=${getEncodedUri(column)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Deletes the worksheet from the workbook. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + sessionId - Session ID - # + return - `()` or else an `error` if failed - @display {label: "Delete Worksheet"} - remote isolated function deleteWorksheet(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Session ID"} string? sessionId = ()) - returns error? { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId], - workbookIdOrPath, sessionId); - http:Response response = check self.excelClient->delete(path, headers = headers); - _ = check handleResponse(response); + # Clear range values such as format, fill, and border. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function clearWorkbookNamedItemRange(string workbookId, string workbookNamedItemId, ApplyTo payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/clear`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - - # Creates a new table. + # Clear range values such as format, fill, and border. # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + address - Range address or name of the range object representing the data source - # + hasHeaders - Boolean value that indicates whether the data being imported has column labels. If the source does - # not contain headers (i.e,. when this property set to false), Excel will automatically generate - # header shifting the data down by one row - # + sessionId - Session ID - # + return - `Table` record or else an `error` if failed - @display {label: "Add Table"} - remote isolated function addTable(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Range Address"} string address, - @display {label: "Has Column Labels?"} boolean? hasHeaders = (), - @display {label: "Session ID"} string? sessionId = ()) - returns Table|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, ADD], workbookIdOrPath, sessionId); - json payload = {address: address, hasHeaders: hasHeaders}; - return check self.excelClient->post(path, payload, headers, targetType = Table); + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function clearWorksheetRange(string workbookId, string workbookWorksheetId, string address, ApplyTo payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/clear`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - - # Retrieves the properties of table. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + query - Query string that can control the amount of data returned in a response. String should start with `?` - # and followed by query parameters. Example: `?$top=2&$count=true`. For more information about query - # parameters, refer https://docs.microsoft.com/en-us/graph/query-parameters - # + sessionId - Session ID - # + return - `Table` record or else an `error` if failed - @display {label: "Get Table"} - remote isolated function getTable(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Query"} string? query = (), - @display {label: "Session ID"} string? sessionId = ()) - returns Table|error { - [string, map?] [path, headers] = check createRequestParams([TABLES, tableNameOrId], - workbookIdOrPath, sessionId, query); - return check self.excelClient->get(path, headers, targetType = Table); + # Clear range values such as format, fill, and border. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function clearWorkbookTableColumnRange(string workbookId, string workbookTableId, string workbookTableColumnId, ApplyTo payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/clear`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - - # Retrieves a list of tables. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + query - Query string that can control the amount of data returned in a response. String should start with `?` - # and followed by query parameters. Example: `?$top=2&$count=true`. For more information about query - # parameters, refer https://docs.microsoft.com/en-us/graph/query-parameters - # + sessionId - Session ID - # + return - `Table` record list or else an `error` if failed - @display {label: "List Tables"} - remote isolated function listTables(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string? worksheetNameOrId = (), - @display {label: "Query"} string? query = (), - @display {label: "Session ID"} string? sessionId = ()) - returns @display {label: "Table List"} Table[]|error { - [string, map?] [path, headers] = worksheetNameOrId is string ? check createRequestParams( - [WORKSHEETS, worksheetNameOrId, TABLES], workbookIdOrPath, query) : check createRequestParams([TABLES], - workbookIdOrPath, sessionId, query); - http:Response response = check self.excelClient->get(path, headers); - return getTableArray(response); + # Gets a column contained in the range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + column - Usage: column={column} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeColumn(string workbookId, string workbookNamedItemId, int column, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/column(column=${getEncodedUri(column)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Updates the properties of a table. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + 'table - `Table` record contains the values for relevant fields that should be updated - # + sessionId - Session ID - # + return - `Table` record or else an `error` if failed - @display {label: "Update Table"} - remote isolated function updateTable(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Values need to be Updated"} Table 'table, - @display {label: "Session ID"} string? sessionId = ()) - returns Table|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId], workbookIdOrPath, sessionId); - json payload = check 'table.cloneWithType(json); - return check self.excelClient->patch(path, payload, headers, targetType = Table); + # Gets a column contained in the range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + column - Usage: column={column} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkseetRangeColumn(string workbookId, string workbookWorksheetId, string address, int column, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/column(column=${getEncodedUri(column)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Adds rows to the end of the table. Note that the API can accept multiple rows data using this operation. Adding - # one row at a time could lead to performance degradation. The recommended approach would be to batch the rows - # together in a single call rather than doing single row insertion. For best results, collect the rows to be - # inserted on the application side and perform single rows add operation. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + values - A 2-dimensional array of unformatted values of the table rows (boolean or string or number). - # + index - Specifies the relative position of the new row. If null, the addition happens at the end. Any rows below - # the inserted row are shifted downwards. Zero-indexed - # + sessionId - Session ID - # + return - `Row` record or else an `error` if failed - @display {label: "Create Row"} - remote isolated function createRow(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Values"} json values, - @display {label: "Index"} int? index = (), - @display {label: "Session ID"} string? sessionId = ()) - returns Row|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId, ROWS, ADD], workbookIdOrPath, sessionId); - json payload = {values: values, index: index}; - return check self.excelClient->post(path, payload, headers, targetType = Row); + # Gets a column contained in the range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + column - Usage: column={column} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeColumn(string workbookId, string workbookTableId, string workbookTableColumnId, int column, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/column(column=${getEncodedUri(column)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Retrieves a list of table rows. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + query - Query string that can control the amount of data returned in a response. String should start with `?` - # and followed by query parameters. Example: `?$top=2&$count=true`. For more information about query - # parameters, refer https://docs.microsoft.com/en-us/graph/query-parameters - # + sessionId - Session ID - # + return - `Row` record list or else an `error` if failed - @display {label: "List Rows"} - remote isolated function listRows(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Query"} string? query = (), - @display {label: "Session ID"} string? sessionId = ()) - returns @display {label: "Row List"} Row[]|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId, ROWS], workbookIdOrPath, sessionId, query); - http:Response response = check self.excelClient->get(path, headers); - return getRowArray(response); + # Gets a certain number of columns to the right of the given range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetColumnsAfterRange(string workbookId, string workbookWorksheetId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range/columnsAfter`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Updates the properties of a row. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + index - The index number of the row within the rows collection of the table - # + values - A 2-dimensional array of unformatted values of the table rows (boolean or string or number). Provide - # values for relevant fields that should be updated. Existing properties that are not included in the request will - # maintain their previous values or be recalculated based on changes to other property values. For best performance - # you shouldn't include existing values that haven't changed - # + sessionId - Session ID - # + return - `Row` record or else an `error` if failed - @display {label: "Update Row"} - remote isolated function updateRow(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Index"} int index, - @display {label: "Values"} json[][] values, - @display {label: "Session ID"} string? sessionId = ()) - returns Row|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId, ROWS, ITEM_AT + OPEN_ROUND_BRACKET + INDEX + EQUAL_SIGN + index.toString() + - CLOSE_ROUND_BRACKET], workbookIdOrPath, sessionId); - json payload = {values: values}; - return check self.excelClient->patch(path, payload, headers, targetType = Row); + # Gets a certain number of columns to the right of the given range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + count - Usage: count={count} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetColumnsAfterRangeWithCount(string workbookId, string workbookWorksheetId, int count, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range/columnsAfter(count=${getEncodedUri(count)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Deletes the row from the table. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + index - Row index - # + sessionId - Session ID - # + return - `()` or else an `error` if failed - @display {label: "Delete Row"} - remote isolated function deleteRow(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Index"} int index, - @display {label: "Session ID"} string? sessionId = ()) returns error? { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId, ROWS, ITEM_AT + OPEN_ROUND_BRACKET + INDEX + EQUAL_SIGN + index.toString() + - CLOSE_ROUND_BRACKET], workbookIdOrPath, sessionId); - http:Response response = check self.excelClient->delete(path, headers = headers); - _ = check handleResponse(response); + # Gets a certain number of columns to the left of the given range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetColumnsBeforeRange(string workbookId, string workbookWorksheetId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range/columnsBefore`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Creates a new table column. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + values - A 2-dimensional array of unformatted values of the table columns (boolean or string or number). - # + index - The index number of the column within the columns collection of the table - # + sessionId - Session ID - # + return - `Column` record or else an `error` if failed - @display {label: "Create Column"} - remote isolated function createColumn(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Values"} json values, - @display {label: "Index"} int? index = (), - @display {label: "Session ID"} string? sessionId = ()) - returns Column|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId, COLUMNS, ADD], workbookIdOrPath, sessionId); - json payload = {values: values, index: index}; - return check self.excelClient->post(path, payload, headers, targetType = Column); + # Gets a certain number of columns to the left of the given range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + count - Usage: count={count} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetColumnsBeforeRangeWithCount(string workbookId, string workbookWorksheetId, int count, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range/columnsBefore(count=${getEncodedUri(count)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Retrieves a list of table columns. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + query - Query string that can control the amount of data returned in a response. String should start with `?` - # and followed by query parameters. Example: `?$top=2&$count=true`. For more information about query - # parameters, refer https://docs.microsoft.com/en-us/graph/query-parameters - # + sessionId - Session ID - # + return - `Column` record list or else an `error` if failed - @display {label: "List Columns"} - remote isolated function listColumns(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Query"} string? query = (), - @display {label: "Session ID"} string? sessionId = ()) - returns @display {label: "Column List"} Column[]|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId, COLUMNS], workbookIdOrPath, sessionId, query); - http:Response response = check self.excelClient->get(path, headers); - return getColumnArray(response); + # Deletes the cells associated with the range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function deleteWorkbookNamedItemRange(string workbookId, string workbookNamedItemId, Shift payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/delete`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - - # Updates the properties of a column. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a workbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + index - The index number of the column within the columns collection of the table - # + values - A 2-dimensional array of unformatted values of the table rows (boolean or string or number). Provide - # values for relevant fields that should be updated. Existing properties that are not included in the request will - # maintain their previous values or be recalculated based on changes to other property values. For best performance - # you shouldn't include existing values that haven't changed - # + name - The name of the table column - # + sessionId - Session ID - # + return - `Column` record or else an `error` if failed - @display {label: "Update Column"} - remote isolated function updateColumn(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Index"} int index, - @display {label: "Values"} json[][]? values = (), - @display {label: "Column Name"} string? name = (), - @display {label: "Session ID"} string? sessionId = ()) - returns Column|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId, COLUMNS, ITEM_AT + OPEN_ROUND_BRACKET + INDEX + EQUAL_SIGN + index.toString() - + CLOSE_ROUND_BRACKET], workbookIdOrPath, sessionId); - map payload = {index: index}; - if (name is string) { - payload["name"] = name; - } - if (values is json[][]) { - payload["values"] = values; - } - return check self.excelClient->patch(path, payload, headers, targetType = Column); + # Deletes the cells associated with the range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function deleteWorksheetRange(string workbookId, string workbookWorksheetId, Shift payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/range/delete`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - - # Deletes a column from the table. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + index - The index number of the column within the columns collection of the table - # + sessionId - Session ID - # + return - `()` or else an `error` if failed - @display {label: "Delete Column"} - remote isolated function deleteColumn(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Index"} int index, - @display {label: "Session ID"} string? sessionId = ()) returns error? { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId, COLUMNS, ITEM_AT + OPEN_ROUND_BRACKET + INDEX + EQUAL_SIGN + index.toString() - + CLOSE_ROUND_BRACKET], workbookIdOrPath, sessionId); - http:Response response = check self.excelClient->delete(path, headers = headers); - _ = check handleResponse(response); + # Deletes the cells associated with the range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function deleteWorkbookTableColumnRange(string workbookId, string workbookTableId, string workbookTableColumnId, Shift payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/delete`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - - # Deletes a table. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + tableNameOrId - Table name or ID - # + sessionId - Session ID - # + return - `()` or else an `error` if failed - @display {label: "Delete Table"} - remote isolated function deleteTable(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Table Name or ID"} string tableNameOrId, - @display {label: "Session ID"} string? sessionId = ()) returns error? { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - TABLES, tableNameOrId], workbookIdOrPath, sessionId); - http:Response response = check self.excelClient->delete(path, headers = headers); - _ = check handleResponse(response); + # Gets an range that represents the entire column of the range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeEntireColumn(string workbookId, string workbookNamedItemId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/entireColumn`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets an range that represents the entire column of the range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeEntireColumn(string workbookId, string workbookWorksheetId, string address, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/range/entireColumn`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets an range that represents the entire column of the range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeEntireColumn(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/entireColumn`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets a range that represents the entire row of the range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNameRangeEntireRow(string workbookId, string workbookNamedItemId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/entireRow`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets a range that represents the entire row of the range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeEntireRow(string workbookId, string workbookWorksheetId, string address, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/range/entireRow`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets a range that represents the entire row of the range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeEntireRow(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/entireRow`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Inserts a cell or a range of cells into the worksheet in place of this range, and shifts the other cells to make space. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function insertWorkbookNamedItemRange(string workbookId, string workbookNamedItemId, Shift payload, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/insert`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Range response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Inserts a cell or a range of cells into the worksheet in place of this range, and shifts the other cells to make space. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function insertWorksheetRange(string workbookId, string workbookWorksheetId, string address, Shift payload, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/range/insert`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Range response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Inserts a cell or a range of cells into the worksheet in place of this range, and shifts the other cells to make space. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function insertWorkbookTableColumnRange(string workbookId, string workbookTableId, string workbookTableColumnId, Shift payload, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/insert`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Range response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Gets the range that represents the rectangular intersection of the given ranges. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + anotherRange - Usage: anotherRange={anotherRange} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeIntersection(string workbookId, string workbookNamedItemId, string anotherRange, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/intersection(anotherRange=${getEncodedUri(anotherRange)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the range that represents the rectangular intersection of the given ranges. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + anotherRange - Usage: anotherRange={anotherRange} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeIntersection(string workbookId, string workbookWorksheetId, string address, string anotherRange, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/intersection(anotherRange=${getEncodedUri(anotherRange)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the range that represents the rectangular intersection of the given ranges. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + anotherRange - Usage: anotherRange={anotherRange} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeIntersection(string workbookId, string workbookTableId, string workbookTableColumnId, string anotherRange, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/intersection(anotherRange=${getEncodedUri(anotherRange)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the last cell within the range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeLastCell(string workbookId, string workbookNamedItemId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/lastCell`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the last cell within the range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeLastCell(string workbookId, string workbookWorksheetId, string address, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/lastCell`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the last cell within the range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeLastCell(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/lastCell`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the last column within the range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeLastColumn(string workbookId, string workbookNamedItemId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/lastColumn`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the last column within the range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeLastColumn(string workbookId, string workbookWorksheetId, string address, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/lastColumn`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the last column within the range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeLastColumn(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/lastColumn`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the last row within the range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeLastRow(string workbookId, string workbookNamedItemId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/lastRow`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the last row within the range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeLastRow(string workbookId, string workbookWorksheetId, string address, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/range/lastRow`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the last row within the range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeLastRow(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/lastRow`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Merge the range cells into one region in the worksheet. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function mergeWorkbookNamedItemRange(string workbookId, string workbookNamedItemId, Across payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/merge`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Merge the range cells into one region in the worksheet. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function mergeWorksheetRange(string workbookId, string workbookWorksheetId, string address, Across payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/merge`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Merge the range cells into one region in the worksheet. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function mergeWorkbookTableColumnRange(string workbookId, string workbookTableId, string workbookTableColumnId, Across payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/merge`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Gets range that's offset from the specified range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + rowOffset - Usage: rowOffset={rowOffset} + # + columnOffset - Usage: columnOffset={columnOffset} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemOffsetRange(string workbookId, string workbookNamedItemId, int rowOffset, int columnOffset, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/offsetRange(rowOffset=${getEncodedUri(rowOffset)},columnOffset=${getEncodedUri(columnOffset)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets range that's offset from the specified range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + rowOffset - Usage: rowOffset={rowOffset} + # + columnOffset - Usage: columnOffset={columnOffset} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetOffsetRange(string workbookId, string workbookWorksheetId, string address, int rowOffset, int columnOffset, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/offsetRange(rowOffset=${getEncodedUri(rowOffset)},columnOffset=${getEncodedUri(columnOffset)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets range that's offset from the specified range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + rowOffset - Usage: rowOffset={rowOffset} + # + columnOffset - Usage: columnOffset={columnOffset} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnOffsetRange(string workbookId, string workbookTableId, string workbookTableColumnId, int rowOffset, int columnOffset, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/offsetRange(rowOffset=${getEncodedUri(rowOffset)},columnOffset=${getEncodedUri(columnOffset)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get a range similar to the current range object, but with its bottom-right corner expanded (or contracted) by some number of rows and columns. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + deltaRows - Usage: deltaRows={deltaRows} + # + deltaColumns - Usage: deltaColumns={deltaColumns} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemResizedRange(string workbookId, string workbookNamedItemId, int deltaRows, int deltaColumns, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/resizedRange(deltaRows=${getEncodedUri(deltaRows)},deltaColumns=${getEncodedUri(deltaColumns)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get a range similar to the current range object, but with its bottom-right corner expanded (or contracted) by some number of rows and columns. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + deltaRows - Usage: deltaRows={deltaRows} + # + deltaColumns - Usage: deltaColumns={deltaColumns} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetResizedRange(string workbookId, string workbookWorksheetId, string address, int deltaRows, int deltaColumns, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/resizedRange(deltaRows=${getEncodedUri(deltaRows)},deltaColumns=${getEncodedUri(deltaColumns)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get a range similar to the current range object, but with its bottom-right corner expanded (or contracted) by some number of rows and columns. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + deltaRows - Usage: deltaRows={deltaRows} + # + deltaColumns - Usage: deltaColumns={deltaColumns} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnResizedRange(string workbookId, string workbookTableId, string workbookTableColumnId, int deltaRows, int deltaColumns, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/resizedRange(deltaRows=${getEncodedUri(deltaRows)},deltaColumns=${getEncodedUri(deltaColumns)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets a row contained in the range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + row - Usage: row={row} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeRow(string workbookId, string workbookNamedItemId, int row, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/row(row=${getEncodedUri(row)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets a row contained in the range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + row - Usage: row={row} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeRow(string workbookId, string workbookWorksheetId, string address, int row, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/row(row=${getEncodedUri(row)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets a row contained in the range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + row - Usage: row={row} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeRow(string workbookId, string workbookTableId, string workbookTableColumnId, int row, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/row(row=${getEncodedUri(row)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets a certain number of rows above a given range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeRowAbove(string workbookId, string workbookWorksheetId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range/rowsAbove`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets certain number of rows below a given range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeRowBelow(string workbookId, string workbookWorksheetId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range/rowsBelow`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets certain number of rows below a given range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + count - Usage: count={count} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeRowBelowWithCount(string workbookId, string workbookWorksheetId, int count, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range/rowsBelow(count=${getEncodedUri(count)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Unmerge the range cells into separate cells. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function unmergeWorkbookNamedItemRange(string workbookId, string workbookNamedItemId, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/unmerge`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Unmerge the range cells into separate cells. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function unmergeWorksheetRange(string workbookId, string workbookWorksheetId, string address, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/unmerge`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Unmerge the range cells into separate cells. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function unmergeWorkbookTableColumnRange(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/unmerge`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Gets the used range of the given range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemUsedRnge(string workbookId, string workbookNamedItemId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/usedRange`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the used range of the given range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + valuesOnly - Usage: valuesOnly={valuesOnly} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemUsedRngeWithValuesOnly(string workbookId, string workbookNamedItemId, boolean valuesOnly, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/usedRange(valuesOnly=${getEncodedUri(valuesOnly)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the used range of the given range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetUsedRange(string workbookId, string workbookWorksheetId, string address, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/usedRange`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the used range of the given range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + valuesOnly - Usage: valuesOnly={valuesOnly} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetUsedRangeWithValuesOnly(string workbookId, string workbookWorksheetId, string address, boolean valuesOnly, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/usedRange(valuesOnly=${getEncodedUri(valuesOnly)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the used range of the given range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnUsedRange(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/usedRange`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the used range of the given range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + valuesOnly - Usage: valuesOnly={valuesOnly} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnUsedRangeWithValuesOnly(string workbookId, string workbookTableId, string workbookTableColumnId, boolean valuesOnly, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/usedRange(valuesOnly=${getEncodedUri(valuesOnly)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get the range visible from a filtered range. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookNamedItemRangeVisibleView(string workbookId, string workbookNamedItemId, string? workbookSessionId = ()) returns RangeView|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/range/visibleView`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + RangeView response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get the range visible from a filtered range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeVisibleView(string workbookId, string workbookWorksheetId, string address, string? workbookSessionId = ()) returns RangeView|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address='
')/visibleView`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + RangeView response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get the range visible from a filtered range. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableColumnRangeVisibleView(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns RangeView|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range/visibleView`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + RangeView response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get application from workbooks. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorkbookApplication(string workbookId, string? workbookSessionId = (), ("id"|"calculationMode")[]? 'select = (), ("*")[]? expand = ()) returns Application|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/application`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Application response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Recalculate all currently opened workbooks in Excel. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function calculateWorkbookApplication(string workbookId, CalculationType payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/application/calculate`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Close an existing workbook session. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function closeSession(string workbookId, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/closeSession`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Create a new workbook session. + # + # + workbookId - key: id of workbook + # + payload - Action parameters + # + return - Success + remote isolated function createSession(string workbookId, PersistChanges payload) returns SessionInfo|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/createSession`; + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + SessionInfo response = check self.clientEp->post(resourcePath, request); + return response; + } + # Refreshes an existing workbook session. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function refreshSession(string workbookId, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/refreshSession`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Get names from workbooks. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorkbookNamedItem(string workbookId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"comment"|"comment desc"|"name"|"name desc"|"scope"|"scope desc"|"type"|"type desc"|"value"|"value desc"|"visible"|"visible desc")[]? orderby = (), ("id"|"comment"|"name"|"scope"|"type"|"value"|"visible"|"worksheet")[]? 'select = (), ("*"|"worksheet")[]? expand = ()) returns NamedItems|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + NamedItems response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get names from workbooks. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorkbookNamedItem(string workbookId, string workbookNamedItemId, string? workbookSessionId = (), ("id"|"comment"|"name"|"scope"|"type"|"value"|"visible"|"worksheet")[]? 'select = (), ("*"|"worksheet")[]? expand = ()) returns NamedItem|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + NamedItem response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete navigation property names for workbooks. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorkbookNamedItem(string workbookId, string workbookNamedItemId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Update the navigation property names in workbooks. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - Retrieved navigation property + remote isolated function updateWorkbookNamedItem(string workbookId, string workbookNamedItemId, NamedItem payload, string? workbookSessionId = ()) returns NamedItem|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + NamedItem response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; + } + # Create new navigation property to series for workbooks. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + payload - New navigation property + # + return - Created navigation property. + remote isolated function createWorkbookNamedItemWorksheetChartSeries(string workbookId, string workbookNamedItemId, string workbookChartId, ChartSeries payload, string? workbookSessionId = ()) returns ChartSeries|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/worksheet/charts/${getEncodedUri(workbookChartId)}/series`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + ChartSeries response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Create new navigation property to columns for workbooks. + # + # + workbookId - key: id of workbook + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - New navigation property + # + return - Created navigation property. + remote isolated function createWorkbookNamedItemWorksheetTableColumn(string workbookId, string workbookNamedItemId, string workbookTableId, Column payload, string? workbookSessionId = ()) returns Column|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/names/${getEncodedUri(workbookNamedItemId)}/worksheet/tables/${getEncodedUri(workbookTableId)}/columns`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Column response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Adds a new name to the collection of the given scope using the user's locale for the formula. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorkbookName(string workbookId, NewNamedItem payload, string? workbookSessionId = ()) returns NamedItem|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/names/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + NamedItem response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Creates new formula local. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorkbookNameFormulaLocal(string workbookId, Formula payload, string? workbookSessionId = ()) returns NamedItem|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/names/addFormulaLocal`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + NamedItem response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Gets tables from workbooks. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorkbookTables(string workbookId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"highlightFirstColumn"|"highlightFirstColumn desc"|"highlightLastColumn"|"highlightLastColumn desc"|"name"|"name desc"|"showBandedColumns"|"showBandedColumns desc"|"showBandedRows"|"showBandedRows desc"|"showFilterButton"|"showFilterButton desc"|"showHeaders"|"showHeaders desc"|"showTotals"|"showTotals desc"|"style"|"style desc")[]? orderby = (), ("id"|"highlightFirstColumn"|"highlightLastColumn"|"name"|"showBandedColumns"|"showBandedRows"|"showFilterButton"|"showHeaders"|"showTotals"|"style"|"columns"|"rows"|"sort"|"worksheet")[]? 'select = (), ("*"|"columns"|"rows"|"sort"|"worksheet")[]? expand = ()) returns Tables|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Tables response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get tables from workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorkbookTable(string workbookId, string workbookTableId, string? workbookSessionId = (), ("id"|"highlightFirstColumn"|"highlightLastColumn"|"name"|"showBandedColumns"|"showBandedRows"|"showFilterButton"|"showHeaders"|"showTotals"|"style"|"columns"|"rows"|"sort"|"worksheet")[]? 'select = (), ("*"|"columns"|"rows"|"sort"|"worksheet")[]? expand = ()) returns Table|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Table response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete navigation property tables for workbooks + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorkbookTable(string workbookId, string workbookTableId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Update the navigation property tables in workbooks + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - New navigation property values + remote isolated function updateWorkbookTable(string workbookId, string workbookTableId, Table payload, string? workbookSessionId = ()) returns Table|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Table response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; + } + # Get columns from workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorkbookTableColumns(string workbookId, string workbookTableId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"index"|"index desc"|"name"|"name desc"|"values"|"values desc")[]? orderby = (), ("id"|"index"|"name"|"values"|"filter")[]? 'select = (), ("*"|"filter")[]? expand = ()) returns Columns|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Columns response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Create new navigation property to columns for workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - New navigation property + # + return - Created navigation property. + remote isolated function createWorkbookTableColumns(string workbookId, string workbookTableId, Column payload, string? workbookSessionId = ()) returns Column|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Column response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Get columns from workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorkbookTableColumn(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = (), ("id"|"index"|"name"|"values"|"filter")[]? 'select = (), ("*"|"filter")[]? expand = ()) returns Column|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Column response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete columns for workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorkbookTableColumn(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Update the columns in workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - Retrieved navigation property + remote isolated function updateWorkbookTableColumn(string workbookId, string workbookTableId, string workbookTableColumnId, Column payload, string? workbookSessionId = ()) returns Column|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Column response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; + } + # Get the range object associated with the entire table. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableRange(string workbookId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get rows from workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorkbookTableRows(string workbookId, string workbookTableId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"index"|"index desc"|"values"|"values desc")[]? orderby = (), ("id"|"index"|"values")[]? 'select = (), ("*")[]? expand = ()) returns Rows|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/rows`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Rows response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get rows from workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbooktablerowId - key: id of workbookTableRow + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorkbookTableRow(string workbookId, string workbookTableId, string workbooktablerowId, string? workbookSessionId = (), ("id"|"index"|"values")[]? 'select = (), ("*")[]? expand = ()) returns Row|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/rows/${getEncodedUri(workbooktablerowId)}`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Row response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete rows for workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbooktablerowId - key: id of workbookTableRow + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorkbookTableRow(string workbookId, string workbookTableId, string workbooktablerowId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/rows/${getEncodedUri(workbooktablerowId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Update the rows in workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbooktablerowId - key: id of workbookTableRow + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - Retrieved navigation property + remote isolated function updateWorkbookTableRow(string workbookId, string workbookTableId, string workbooktablerowId, Row payload, string? workbookSessionId = ()) returns Row|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/rows/${getEncodedUri(workbooktablerowId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Row response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; + } + # Adds rows to the end of the table. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorkbookTableRow(string workbookId, string workbookTableId, NewRow payload, string? workbookSessionId = ()) returns Row|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/rows/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Row response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Get charts from workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorkbookTableCharts(string workbookId, string workbookTableId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"height"|"height desc"|"left"|"left desc"|"name"|"name desc"|"top"|"top desc"|"width"|"width desc")[]? orderby = (), ("id"|"height"|"left"|"name"|"top"|"width"|"axes"|"dataLabels"|"format"|"legend"|"series"|"title"|"worksheet")[]? 'select = (), ("*"|"axes"|"dataLabels"|"format"|"legend"|"series"|"title"|"worksheet")[]? expand = ()) returns Charts|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/worksheet/charts`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Charts response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Resets the source data for the chart. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookChartId - key: id of workbookChart + # + payload - Action parameters + # + return - Success + remote isolated function setWorkbooktableWorksheetChartData(string workbookId, string workbookTableId, string workbookChartId, SetData payload) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/worksheet/charts/${getEncodedUri(workbookChartId)}/setData`; + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request); + return response; + } + # Positions the chart relative to cells on the worksheet. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function setWorkbookTableWorksheeetChartPosition(string workbookId, string workbookTableId, string workbookChartId, Position payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/worksheet/charts/${getEncodedUri(workbookChartId)}/setPosition`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Get series from workbooks. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorkbookTableWorksheetChartSeries(string workbookId, string workbookTableId, string workbookChartId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"name"|"name desc")[]? orderby = (), ("id"|"name"|"format"|"points")[]? 'select = (), ("*"|"format"|"points")[]? expand = ()) returns ChartSeriesCollection|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/worksheet/charts/${getEncodedUri(workbookChartId)}/series`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + ChartSeriesCollection response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - # Creates a new chart. # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + type - Represents the type of a chart. The possible values are: ColumnClustered, ColumnStacked, - # ColumnStacked100, BarClustered, BarStacked, BarStacked100, LineStacked, LineStacked100, LineMarkers, - # LineMarkersStacked, LineMarkersStacked100, PieOfPie, etc. - # + sourceData - The Range object corresponding to the source data - # + seriesBy - Specifies the way columns or rows are used as data series on the chart - # + sessionId - Session ID - # + return - `Chart` record or else an `error` if failed - @display {label: "Add Chart"} - remote isolated function addChart(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Chart Type"} string 'type, - @display {label: "Data"} json sourceData, SeriesBy? seriesBy = (), - @display {label: "Session ID"} string? sessionId = ()) - returns Chart|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - CHARTS, ADD], workbookIdOrPath, sessionId); - json payload = {'type: 'type, sourceData: sourceData, seriesBy: seriesBy}; - return check self.excelClient->post(path, payload, headers, targetType = Chart); + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorkbookTableWorksheetChart(string workbookId, string workbookTableId, NewChart payload, string? workbookSessionId = ()) returns Chart|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/worksheet/charts/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Chart response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - - # Retrieves the properties of a chart. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + chartName - Chart name - # + query - Query string that can control the amount of data returned in a response. String should start with `?` - # and followed by query parameters. Example: `?$top=2&$count=true`. For more information about query - # parameters, refer https://docs.microsoft.com/en-us/graph/query-parameters - # + sessionId - Session ID - # + return - `Chart` record or else an `error` if failed - @display {label: "Get Chart"} - remote isolated function getChart(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Chart Name"} string chartName, - @display {label: "Query"} string? query = (), - @display {label: "Session ID"} string? sessionId = ()) - returns Chart|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - CHARTS, chartName], workbookIdOrPath, sessionId, query); - return check self.excelClient->get(path, headers, targetType = Chart); + # Gets the range containing the single cell based on row and column numbers. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + row - Usage: row={row} + # + column - Usage: column={column} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorkbookTableWorksheetCell(string workbookId, string workbookTableId, int row, int column, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/worksheet/cell(row=${getEncodedUri(row)},column=${getEncodedUri(column)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Retrieve a list of charts. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + query - Query string that can control the amount of data returned in a response. String should start with `?` - # and followed by query parameters. Example: `?$top=2&$count=true`. For more information about query - # parameters, refer https://docs.microsoft.com/en-us/graph/query-parameters - # + sessionId - Session ID - # + return - `Chart` record list or else an `error` if failed - @display {label: "List Charts"} - remote isolated function listCharts(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Query"} string? query = (), - @display {label: "Session ID"} string? sessionId = ()) - returns @display {label: "Chart List"} Chart[]|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - CHARTS], workbookIdOrPath, sessionId, query); - http:Response response = check self.excelClient->get(path, headers); - return getChartArray(response); + # Adds a new name to the collection of the given scope using the user's locale for the formula. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorkbookTableWorksheetName(string workbookId, string workbookTableId, NewNamedItem payload, string? workbookSessionId = ()) returns NamedItem|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/worksheet/names/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + NamedItem response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - - # Updates the properties of chart. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + chartName - Chart name - # + chart - 'Chart' record contains values for relevant fields that should be updated - # + sessionId - Session ID - # + return - `Chart` record or else an `error` if failed - @display {label: "Update Chart"} - remote isolated function updateChart(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Chart Name"} string chartName, - @display {label: "Values need to be Updated"} Chart chart, - @display {label: "Session ID"} string? sessionId = ()) - returns Chart|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - CHARTS, chartName], workbookIdOrPath, sessionId); - json payload = check chart.cloneWithType(json); - return check self.excelClient->patch(path, payload, headers, targetType = Chart); + # Creates new formula local. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorkbookTableWorksheetFormula(string workbookId, string workbookTableId, Formula payload, string? workbookSessionId = ()) returns NamedItem|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/worksheet/names/addFormulaLocal`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + NamedItem response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Creates a new table. + # + # + workbookId - key: id of workbook + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorkbookTableWorksheetTable(string workbookId, string workbookTableId, NewTable payload, string? workbookSessionId = ()) returns Table|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/${getEncodedUri(workbookTableId)}/worksheet/tables/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Table response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Creates a new table. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorkbookTable(string workbookId, NewTable payload, string? workbookSessionId = ()) returns Table|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/tables/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Table response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Get worksheets from workbooks. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorksheets(string workbookId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"name"|"name desc"|"position"|"position desc"|"visibility"|"visibility desc")[]? orderby = (), ("id"|"name"|"position"|"visibility"|"charts"|"names"|"pivotTables"|"protection"|"tables")[]? 'select = (), ("*"|"charts"|"names"|"pivotTables"|"protection"|"tables")[]? expand = ()) returns Worksheets|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Worksheets response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Creates new worksheet for workbooks. + # + # + workbookId - key: id of workbook + # + workbookSessionId - The ID of the session + # + payload - New navigation property + # + return - Created navigation property. + remote isolated function createWorksheet(string workbookId, Worksheet payload, string? workbookSessionId = ()) returns Worksheet|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Worksheet response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Get worksheets from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorksheet(string workbookId, string workbookWorksheetId, string? workbookSessionId = (), ("id"|"name"|"position"|"visibility"|"charts"|"names"|"pivotTables"|"protection"|"tables")[]? 'select = (), ("*"|"charts"|"names"|"pivotTables"|"protection"|"tables")[]? expand = ()) returns Worksheet|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Worksheet response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete worksheet for workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorksheet(string workbookId, string workbookWorksheetId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Update the worksheet in workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - A collection of chart + remote isolated function updateWorksheet(string workbookId, string workbookWorksheetId, Worksheet payload, string? workbookSessionId = ()) returns Worksheet|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Worksheet response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; + } + # Get charts from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorksheetCharts(string workbookId, string workbookWorksheetId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"height"|"height desc"|"left"|"left desc"|"name"|"name desc"|"top"|"top desc"|"width"|"width desc")[]? orderby = (), ("id"|"height"|"left"|"name"|"top"|"width"|"axes"|"dataLabels"|"format"|"legend"|"series"|"title"|"worksheet")[]? 'select = (), ("*"|"axes"|"dataLabels"|"format"|"legend"|"series"|"title"|"worksheet")[]? expand = ()) returns Charts|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Charts response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get chart from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorksheetChart(string workbookId, string workbookWorksheetId, string workbookChartId, string? workbookSessionId = (), ("id"|"height"|"left"|"name"|"top"|"width"|"axes"|"dataLabels"|"format"|"legend"|"series"|"title"|"worksheet")[]? 'select = (), ("*"|"axes"|"dataLabels"|"format"|"legend"|"series"|"title"|"worksheet")[]? expand = ()) returns Chart|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Chart response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete chart for workbooks + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorksheetChart(string workbookId, string workbookWorksheetId, string workbookChartId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Update the chart in workbooks + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - Retrieved navigation property + remote isolated function updateWorksheetChart(string workbookId, string workbookWorksheetId, string workbookChartId, Chart payload, string? workbookSessionId = ()) returns Chart|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Chart response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; } - # Renders the chart as a base64-encoded image by scaling the chart to fit the specified dimensions. # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + chartName - Chart name - # + width - The desired width of the resulting image - # + height - The desired height of the resulting image. - # + fittingMode - The method used to scale the chart to the specified dimensions (if both height and width are set) - # + sessionId - Session ID - # + return - Base-64 image string or else an `error` if failed - @display {label: "Get Chart Image"} - remote isolated function getChartImage(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Chart Name"} string chartName, - @display {label: "Chart Width"} int? width = (), - @display {label: "Chart Height"} int? height = (), - FittingMode? fittingMode = (), - @display {label: "Session ID"} string? sessionId = ()) - returns @display {label: "Base-64 Chart Image"} string|error { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - CHARTS, chartName, IMAGE], workbookIdOrPath, sessionId); - path = setOptionalParamsToPath(path, width, height, fittingMode); - http:Response response = check self.excelClient->get(path, headers); - map handledResponse = check handleResponse(response); - return handledResponse[VALUE].toString(); + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetChartImage(string workbookId, string workbookWorksheetId, string workbookChartId, string? workbookSessionId = ()) returns Image|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}/image`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Image response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Renders the chart as a base64-encoded image by scaling the chart to fit the specified dimensions. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + width - Usage: width={width} + # + height - Usage: height={height} + # + fittingMode - Usage: fittingMode={fittingMode} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetChartImageWithWidthHeightFittingMode(string workbookId, string workbookWorksheetId, string workbookChartId, int width, int height, string fittingMode, string? workbookSessionId = ()) returns Image|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}/image(width=${getEncodedUri(width)},height=${getEncodedUri(height)},fittingMode=${getEncodedUri(fittingMode)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Image response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Renders the chart as a base64-encoded image by scaling the chart to fit the specified dimensions. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + width - Usage: width={width} + # + height - Usage: height={height} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetChartImageWithWidthHeight(string workbookId, string workbookWorksheetId, string workbookChartId, int width, int height, string? workbookSessionId = ()) returns Image|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}/image(width=${getEncodedUri(width)},height=${getEncodedUri(height)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Image response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Renders the chart as a base64-encoded image by scaling the chart to fit the specified dimensions. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + width - Usage: width={width} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetChartImageWithWidth(string workbookId, string workbookWorksheetId, string workbookChartId, int width, string? workbookSessionId = ()) returns Image|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}/image(width=${getEncodedUri(width)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Image response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - # Resets the source data for the chart. # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + chartName - Chart name - # + sourceData - The Range object corresponding to the source data - # + seriesBy - Specifies the way columns or rows are used as data series on the chart - # + sessionId - Session ID - # + return - `()` or else an `error` if failed - @display {label: "Reset Chart Data"} - remote isolated function resetChartData(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Chart Name"} string chartName, - @display {label: "Data"} json sourceData, SeriesBy? seriesBy = (), - @display {label: "Session ID"} string? sessionId = ()) - returns error? { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - CHARTS, chartName, SET_DATA], workbookIdOrPath, sessionId); - json payload = {sourceData: sourceData, seriesBy: seriesBy}; - http:Response response = check self.excelClient->post(path, payload, headers); - _ = check handleResponse(response); + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function setWorksheetChartData(string workbookId, string workbookWorksheetId, string workbookChartId, SetData payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}/setData`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - # Positions the chart relative to cells on the worksheet. # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + chartName - Chart name - # + startCell - The start cell. This is where the chart will be moved to. The start cell is the top-left or - # top-right cell, depending on the user's right-to-left display settings. - # + endCell - The end cell. If specified, the chart's width and height will be set to fully cover up this cell/range - # + sessionId - Session ID - # + return - `()` or else an `error` if failed - @display {label: "Set Chart Position"} - remote isolated function setChartPosition(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Chart Name"} string chartName, - @display {label: "Start Cell"} string startCell, - @display {label: "End Cell"} string? endCell = (), - @display {label: "Session ID"} string? sessionId = ()) - returns error? { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - CHARTS, chartName, SET_POSITION], workbookIdOrPath, sessionId); - json payload = {startCell: startCell, endCell: endCell}; - http:Response response = check self.excelClient->post(path, payload, headers); - _ = check handleResponse(response); + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function setWorksheetChartPosition(string workbookId, string workbookWorksheetId, string workbookChartId, Position payload, string? workbookSessionId = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}/setPosition`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + http:Response response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } - - # Deletes a chart. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + worksheetNameOrId - Worksheet name or ID - # + chartName - Chart name - # + sessionId - Session ID - # + return - `()` or else an `error` if failed - @display {label: "Delete Chart"} - remote isolated function deleteChart(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Worksheet Name or ID"} string worksheetNameOrId, - @display {label: "Chart Name"} string chartName, - @display {label: "Session ID"} string? sessionId = ()) - returns error? { - [string, map?] [path, headers] = check createRequestParams([WORKSHEETS, worksheetNameOrId, - CHARTS, chartName], workbookIdOrPath, sessionId); - http:Response response = check self.excelClient->delete(path, headers = headers); - _ = check handleResponse(response); + # Get series from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorksheetChartSeries(string workbookId, string workbookWorksheetId, string workbookChartId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"name"|"name desc")[]? orderby = (), ("id"|"name"|"format"|"points")[]? 'select = (), ("*"|"format"|"points")[]? expand = ()) returns ChartSeriesCollection|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}/series`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + ChartSeriesCollection response = check self.clientEp->get(resourcePath, httpHeaders); + return response; } - - # Retrieves the properties of a workbookApplication. + # Create new navigation property to series for workbooks. # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + sessionId - Session ID - # + return - `WorkbookApplication` or else an `error` if failed - @display {label: "Get Workbook Application"} - remote isolated function getWorkbookApplication(@display {label: "Workbook ID or Path"} string workbookIdOrPath, - @display {label: "Session ID"} string? sessionId = ()) - returns WorkbookApplication|error { - [string, map?] [path, headers] = check createRequestParams([APPLICATION], workbookIdOrPath, - sessionId); - WorkbookApplication response = check self.excelClient->get(path, headers, targetType = WorkbookApplication); + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookChartId - key: id of workbookChart + # + payload - New navigation property + # + return - Created navigation property. + remote isolated function createWorksheetChartSeries(string workbookId, string workbookWorksheetId, string workbookChartId, ChartSeries payload) returns ChartSeries|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/${getEncodedUri(workbookChartId)}/series`; + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + ChartSeries response = check self.clientEp->post(resourcePath, request); return response; } - - # Recalculates all currently opened workbooks in Excel. - # - # + workbookIdOrPath - Workbook ID or file path. Path should be with the `.xlsx` extension from root. If a worksbook - # is in root, path will be `.xlsx`) - # + 'type - Specifies the calculation type to use - # + sessionId - Session ID - # + return - `()` or else an `error` if failed - @display {label: "Calculate Workbook Application"} - remote isolated function calculateWorkbookApplication(@display {label: "Workbook ID or Path"} string - workbookIdOrPath, CalculationType 'type, - @display {label: "Session ID"} string? sessionId = ()) - returns error? { - [string, map?] [path, headers] = check createRequestParams([APPLICATION, CALCULATE], - workbookIdOrPath, sessionId); - json payload = {calculationType: 'type}; - http:Response response = check self.excelClient->post(path, payload, headers); - _ = check handleResponse(response); + # Creates a new chart. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorksheetChart(string workbookId, string workbookWorksheetId, NewChart payload, string? workbookSessionId = ()) returns Chart|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Chart response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Gets a chart based on its position in the collection. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + index - Usage: index={index} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetChartItemAt(string workbookId, string workbookWorksheetId, int index, string? workbookSessionId = ()) returns Chart|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/charts/itemAt(index=${getEncodedUri(index)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Chart response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Gets the range containing the single cell based on row and column numbers. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + row - Usage: row={row} + # + column - Usage: column={column} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetCell(string workbookId, string workbookWorksheetId, int row, int column, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/cell(row=${getEncodedUri(row)},column=${getEncodedUri(column)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Retrieve the properties and relationships of range. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + address - Usage: address={address} + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetRangeWithAddress(string workbookId, string workbookWorksheetId, string address, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/range(address=${getEncodedUri(address)})`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get names from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorksheetNamedItem(string workbookId, string workbookWorksheetId, string workbookNamedItemId, string? workbookSessionId = (), ("id"|"comment"|"name"|"scope"|"type"|"value"|"visible"|"worksheet")[]? 'select = (), ("*"|"worksheet")[]? expand = ()) returns NamedItem|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/names/${getEncodedUri(workbookNamedItemId)}`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + NamedItem response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete navigation property names for workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorksheetNamedItem(string workbookId, string workbookWorksheetId, string workbookNamedItemId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/names/${getEncodedUri(workbookNamedItemId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Update the names in workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookNamedItemId - key: id of workbookNamedItem + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - New navigation property values + remote isolated function updateWorksheetNamedItem(string workbookId, string workbookWorksheetId, string workbookNamedItemId, NamedItem payload, string? workbookSessionId = ()) returns NamedItem|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/names/${getEncodedUri(workbookNamedItemId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + NamedItem response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; + } + # Adds a new name to the collection of the given scope using the user's locale for the formula. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorksheetName(string workbookId, string workbookWorksheetId, NewNamedItem payload, string? workbookSessionId = ()) returns NamedItem|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/names/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + NamedItem response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Adds a new name to the collection of a given scope using the user’s locale for the formula. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorksheetFormula(string workbookId, string workbookWorksheetId, Formula payload, string? workbookSessionId = ()) returns NamedItem|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/names/addFormulaLocal`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + NamedItem response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Get pivotTables from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorksheetPivotTables(string workbookId, string workbookWorksheetId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"name"|"name desc")[]? orderby = (), ("id"|"name"|"worksheet")[]? 'select = (), ("*"|"worksheet")[]? expand = ()) returns WorkbookPivotTables|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/pivotTables`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + WorkbookPivotTables response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get tables from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorksheetTables(string workbookId, string workbookWorksheetId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"highlightFirstColumn"|"highlightFirstColumn desc"|"highlightLastColumn"|"highlightLastColumn desc"|"name"|"name desc"|"showBandedColumns"|"showBandedColumns desc"|"showBandedRows"|"showBandedRows desc"|"showFilterButton"|"showFilterButton desc"|"showHeaders"|"showHeaders desc"|"showTotals"|"showTotals desc"|"style"|"style desc")[]? orderby = (), ("id"|"highlightFirstColumn"|"highlightLastColumn"|"name"|"showBandedColumns"|"showBandedRows"|"showFilterButton"|"showHeaders"|"showTotals"|"style"|"columns"|"rows"|"sort"|"worksheet")[]? 'select = (), ("*"|"columns"|"rows"|"sort"|"worksheet")[]? expand = ()) returns Tables|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Tables response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get tables from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorksheetTable(string workbookId, string workbookWorksheetId, string workbookTableId, string? workbookSessionId = (), ("id"|"highlightFirstColumn"|"highlightLastColumn"|"name"|"showBandedColumns"|"showBandedRows"|"showFilterButton"|"showHeaders"|"showTotals"|"style"|"columns"|"rows"|"sort"|"worksheet")[]? 'select = (), ("*"|"columns"|"rows"|"sort"|"worksheet")[]? expand = ()) returns Table|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Table response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete table for workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorksheetTable(string workbookId, string workbookWorksheetId, string workbookTableId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Updates the table in workbooks + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - New navigation property values + remote isolated function updateWorksheetTable(string workbookId, string workbookWorksheetId, string workbookTableId, Table payload, string? workbookSessionId = ()) returns Table|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Table response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; + } + # Gets columns from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorksheetTableColumns(string workbookId, string workbookWorksheetId, string workbookTableId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"index"|"index desc"|"name"|"name desc"|"values"|"values desc")[]? orderby = (), ("id"|"index"|"name"|"values"|"filter")[]? 'select = (), ("*"|"filter")[]? expand = ()) returns Columns|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/columns`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Columns response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Create new navigation property to columns for workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - New navigation property + # + return - Created navigation property. + remote isolated function createWorksheetTableColumn(string workbookId, string workbookWorksheetId, string workbookTableId, Column payload, string? workbookSessionId = ()) returns Column|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/columns`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Column response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Get column from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function getWorksheetTableColumns(string workbookId, string workbookWorksheetId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = (), ("id"|"index"|"name"|"values"|"filter")[]? 'select = (), ("*"|"filter")[]? expand = ()) returns Column|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}`; + map queryParam = {"$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Column response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete column for workbooks + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorksheetTableColumn(string workbookId, string workbookWorksheetId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Update the column in workbooks + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - New navigation property values + remote isolated function updateWorksheetTableColumn(string workbookId, string workbookWorksheetId, string workbookTableId, string workbookTableColumnId, Column payload, string? workbookSessionId = ()) returns Column|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Column response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; + } + # Gets the range specified by the address or name. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookTableColumnId - key: id of workbookTableColumn + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetTableColumnRange(string workbookId, string workbookWorksheetId, string workbookTableId, string workbookTableColumnId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/columns/${getEncodedUri(workbookTableColumnId)}/range`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Invoke function range + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + return - Success + remote isolated function getWorksheetTableRange(string workbookId, string workbookWorksheetId, string workbookTableId, string? workbookSessionId = ()) returns Range|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/range`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Range response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Get rows from workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + top - Show only the first n items + # + skip - Skip the first n items + # + search - Search items by search phrases + # + filter - Filter items by property values + # + count - Include count of items + # + orderby - Order items by property values + # + 'select - Select properties to be returned + # + expand - Expand related entities + # + return - Retrieved navigation property + remote isolated function listWorksheetTableRows(string workbookId, string workbookWorksheetId, string workbookTableId, string? workbookSessionId = (), int? top = (), int? skip = (), string? search = (), string? filter = (), boolean? count = (), ("id"|"id desc"|"index"|"index desc"|"values"|"values desc")[]? orderby = (), ("id"|"index"|"values")[]? 'select = (), ("*")[]? expand = ()) returns Rows|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/rows`; + map queryParam = {"$top": top, "$skip": skip, "$search": search, "$filter": filter, "$count": count, "$orderby": orderby, "$select": 'select, "$expand": expand}; + map queryParamEncoding = {"$orderby": {style: FORM, explode: false}, "$select": {style: FORM, explode: false}, "$expand": {style: FORM, explode: false}}; + resourcePath = resourcePath + check getPathForQueryParam(queryParam, queryParamEncoding); + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + Rows response = check self.clientEp->get(resourcePath, httpHeaders); + return response; + } + # Delete row for workbooks + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbooktablerowId - key: id of workbookTableRow + # + workbookSessionId - The ID of the session + # + ifMatch - ETag + # + return - Success + remote isolated function deleteWorksheetTableRow(string workbookId, string workbookWorksheetId, string workbookTableId, string workbooktablerowId, string? workbookSessionId = (), string? ifMatch = ()) returns http:Response|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/rows/${getEncodedUri(workbooktablerowId)}`; + map headerValues = {"workbook-session-id": workbookSessionId, "If-Match": ifMatch}; + map httpHeaders = getMapForHeaders(headerValues); + http:Response response = check self.clientEp->delete(resourcePath, headers = httpHeaders); + return response; + } + # Updates the row in workbooks. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbooktablerowId - key: id of workbookTableRow + # + workbookSessionId - The ID of the session + # + payload - New navigation property values + # + return - New navigation property values + remote isolated function updateWorksheetTableRow(string workbookId, string workbookWorksheetId, string workbookTableId, string workbooktablerowId, Row payload, string? workbookSessionId = ()) returns Row|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/rows/${getEncodedUri(workbooktablerowId)}`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Row response = check self.clientEp->patch(resourcePath, request, httpHeaders); + return response; + } + # Adds row to the end of the table. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookTableId - key: id of workbookTable + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorksheetTableRow(string workbookId, string workbookWorksheetId, string workbookTableId, NewRow payload, string? workbookSessionId = ()) returns Row|error { + string resourcePath = string `/me/drive/items/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/${getEncodedUri(workbookTableId)}/rows/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Row response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; + } + # Creates a new table. + # + # + workbookId - key: id of workbook + # + workbookWorksheetId - key: id of workbookWorksheet + # + workbookSessionId - The ID of the session + # + payload - Action parameters + # + return - Success + remote isolated function addWorksheetTable(string workbookId, string workbookWorksheetId, NewTable payload, string? workbookSessionId = ()) returns Table|error { + string resourcePath = string `/workbooks/${getEncodedUri(workbookId)}/workbook/worksheets/${getEncodedUri(workbookWorksheetId)}/tables/add`; + map headerValues = {"workbook-session-id": workbookSessionId}; + map httpHeaders = getMapForHeaders(headerValues); + http:Request request = new; + json jsonBody = payload.toJson(); + request.setPayload(jsonBody, "application/json"); + Table response = check self.clientEp->post(resourcePath, request, httpHeaders); + return response; } } - diff --git a/ballerina/tests/test.bal b/ballerina/tests/test.bal index e0d0c97..28308dd 100644 --- a/ballerina/tests/test.bal +++ b/ballerina/tests/test.bal @@ -17,6 +17,7 @@ import ballerina/os; import ballerina/log; import ballerina/test; +import ballerina/http; configurable string clientId = os:getEnv("CLIENT_ID"); configurable string clientSecret = os:getEnv("CLIENT_SECRET"); @@ -33,41 +34,46 @@ ConnectionConfig configuration = { } }; +string workbookId = workbookIdOrPath; + Client excelClient = check new (configuration); string workBookId = workbookIdOrPath; +string itemId = "E1E6029AA48AC90!997"; string worksheetName = "testSheet"; string tableName = EMPTY_STRING; string chartName = EMPTY_STRING; string sessionId = EMPTY_STRING; +string columnName = EMPTY_STRING; +string rowId = EMPTY_STRING; +int:Signed32 sheetPosition = 1; +Worksheet sheet = {position: sheetPosition}; +int rowIndex = 2; +boolean showHeaders = false; +int columnInputIndex = 2; @test:BeforeSuite function testCreateSession() { - log:printInfo("excelClient -> createSession()"); - string|error response = excelClient->createSession(workBookId); - if (response is string) { - sessionId = response; - test:assertNotEquals(response, EMPTY_STRING, "Session is not created"); - } else { + SessionInfo|error response = excelClient->createSession(workBookId, {persistChanges: false}); + if response is error { test:assertFail(response.toString()); } } @test:Config {} function testAddWorksheet() { - log:printInfo("excelClient -> addWorksheet()"); - Worksheet|error response = excelClient->addWorksheet(workBookId, worksheetName, sessionId); - if (response is Worksheet) { + Worksheet|error response = excelClient->createWorksheet(workBookId, {name: worksheetName}); + if response is Worksheet { string name = response?.name ?: EMPTY_STRING; test:assertEquals(name, worksheetName, "Unmatch worksheet name"); } else { test:assertFail(response.toString()); - } + } } @test:Config {dependsOn: [testAddWorksheet]} function testGetWorksheet() { - Worksheet|error response = excelClient->getWorksheet(workBookId, worksheetName, sessionId); - if (response is Worksheet) { + Worksheet|error response = excelClient->getWorksheet(workBookId, worksheetName); + if response is Worksheet { string name = response?.name ?: EMPTY_STRING; test:assertEquals(name, worksheetName, "Worksheet not found"); } else { @@ -77,24 +83,18 @@ function testGetWorksheet() { @test:Config {dependsOn: [testGetWorksheet]} function testListWorksheets() { - log:printInfo("excelClient -> listWorksheets()"); - Worksheet[]|error response = excelClient->listWorksheets(workBookId, sessionId = sessionId); - if (response is Worksheet[]) { - string responseWorksheetName = response[0]?.name ?: EMPTY_STRING; - test:assertNotEquals(responseWorksheetName, EMPTY_STRING, "Found 0 worksheets"); + Worksheets|error response = excelClient->listWorksheets(workBookId); + if response is Worksheets { + test:assertNotEquals(response.value.toBalString(), EMPTY_STRING, "Found 0 worksheets"); } else { test:assertFail(response.toString()); } } -int sheetPosition = 1; -Worksheet sheet = {position: sheetPosition}; - -@test:Config {dependsOn: [testDeleteTable]} +@test:Config {dependsOn: [testGetWorksheet]} function testUpdateWorksheet() { - log:printInfo("excelClient -> updateWorksheet()"); - Worksheet|error response = excelClient->updateWorksheet(workBookId, worksheetName, sheet, sessionId); - if (response is Worksheet) { + Worksheet|error response = excelClient->updateWorksheet(workBookId, worksheetName, sheet); + if response is Worksheet { int responsePosition = response?.position ?: 0; test:assertEquals(responsePosition, sheetPosition, "Unmatch worksheet position"); } else { @@ -102,14 +102,11 @@ function testUpdateWorksheet() { } } -int rowIndex = 2; - @test:Config {dependsOn: [testGetWorksheet]} function testGetCell() { - log:printInfo("excelClient -> getCell()"); - Cell|error response = excelClient->getCell(workBookId, worksheetName, rowIndex, 7, sessionId); - if (response is Cell) { - int row = response.rowIndex; + Range|error response = excelClient->getWorksheetCell(workBookId, worksheetName, rowIndex, 7, sessionId); + if response is Range { + int row = response?.rowIndex ?: 0; test:assertEquals(row, rowIndex, "Unmatch worksheet position"); } else { test:assertFail(response.toString()); @@ -118,18 +115,20 @@ function testGetCell() { @test:AfterSuite {} function testDeleteWorksheet() { - log:printInfo("excelClient -> deleteWorksheet()"); - error? response = excelClient->deleteWorksheet(workBookId, worksheetName, sessionId); - if (response is error) { + http:Response|error response = excelClient->deleteWorksheet(workBookId, worksheetName); + if response is http:Response { + if response.statusCode != 204 { + test:assertFail(response.statusCode.toBalString()); + } + } else { test:assertFail(response.toString()); } } @test:Config {dependsOn: [testGetWorksheet]} function testAddTable() { - log:printInfo("excelClient -> addTable()"); - Table|error response = excelClient->addTable(workBookId, worksheetName, "A1:C3", sessionId = sessionId); - if (response is Table) { + Table|error response = excelClient->addWorksheetTable(workBookId, worksheetName, {address: "A1:C3"}, sessionId); + if response is Table { tableName = response?.name ?: EMPTY_STRING; test:assertNotEquals(tableName, EMPTY_STRING, "Table is not created"); } else { @@ -139,9 +138,8 @@ function testAddTable() { @test:Config {dependsOn: [testAddTable]} function testGetTable() { - log:printInfo("excelClient -> getTable()"); - Table|error response = excelClient->getTable(workBookId, worksheetName, tableName, sessionId = sessionId); - if (response is Table) { + Table|error response = excelClient->getWorksheetTable(workBookId, worksheetName, tableName, sessionId); + if response is Table { string responseTableName = response?.name ?: EMPTY_STRING; test:assertEquals(tableName, responseTableName, "Table is not created"); } else { @@ -152,28 +150,21 @@ function testGetTable() { @test:Config {dependsOn: [testGetTable]} function testListTable() { log:printInfo("excelClient -> listTables()"); - Table[]|error response = excelClient->listTables(workBookId, sessionId = sessionId); - if (response is Table[]) { - string responseTableName = response[0]?.name ?: EMPTY_STRING; + Tables|error response = excelClient->listWorkbookTables(workBookId, sessionId); + if response is Tables { + Table[] tables = response?.value ?: []; + string responseTableName = tables[0]?.name ?: EMPTY_STRING; test:assertNotEquals(responseTableName, EMPTY_STRING, "Found 0 tables"); } else { test:assertFail(response.toString()); } } -boolean showHeaders = false; -Table updateTable = { - showHeaders: showHeaders, - showTotals: false -}; - @test:Config {dependsOn: [testGetTable]} function testUpdateTable() { - log:printInfo("excelClient -> updateTable()"); - Table|error response = excelClient->updateTable(workBookId, worksheetName, tableName, updateTable, sessionId); - if (response is Table) { - boolean responseTable = response?.showHeaders ?: true; - test:assertEquals(responseTable, showHeaders, "Table is not updated"); + Table|error response = excelClient->updateWorksheetTable(workBookId, worksheetName, tableName, {style: "TableStyleMedium2"}, sessionId); + if response is Table { + test:assertEquals(response?.style, "TableStyleMedium2", "Table is not updated"); } else { test:assertFail(response.toString()); } @@ -183,11 +174,9 @@ int rowInputIndex = 1; @test:Config {dependsOn: [testUpdateTable]} function testCreateRow() { - log:printInfo("excelClient -> createRow()"); - Row|error response = excelClient->createRow(workBookId, worksheetName, tableName, [[1, 2, 3]], rowInputIndex, - sessionId); - if (response is Row) { - int responseIndex = response.index; + Row|error response = excelClient->addWorksheetTableRow(workBookId, worksheetName, tableName, {values: [[1, 2, 3]], index: rowInputIndex}, sessionId); + if response is Row { + int responseIndex = response.index; test:assertEquals(responseIndex, rowInputIndex, "Row is not added"); } else { test:assertFail(response.toString()); @@ -196,11 +185,10 @@ function testCreateRow() { @test:Config {dependsOn: [testCreateRow]} function testListRows() { - log:printInfo("excelClient -> listRows()"); - Row[]|error response = excelClient->listRows(workBookId, worksheetName, tableName, sessionId = sessionId); - if (response is Row[]) { - int responseIndex = response[1].index; - test:assertEquals(responseIndex, rowInputIndex, "Found 0 rows"); + Rows|error response = excelClient->listWorksheetTableRows(workBookId, worksheetName, tableName, sessionId); + if response is Rows { + Row[] rows = response?.value ?: []; + test:assertEquals(rows[1].index, rowInputIndex, "Found 0 rows"); } else { test:assertFail(response.toString()); } @@ -209,11 +197,13 @@ function testListRows() { @test:Config {dependsOn: [testCreateRow]} function testUpdateRow() { string value = "testValue"; - log:printInfo("excelClient -> updateRow()"); - Row|error response = excelClient->updateRow(workBookId, worksheetName, tableName, rowInputIndex, [[(), (), value]], - sessionId); - if (response is Row) { - json updatedValue = response.values[0][2]; + Row|error response = excelClient->updateWorksheetTableRow(workBookId, worksheetName, tableName, rowInputIndex.toString(), {index: rowInputIndex, values: [[(), 6, value]]},sessionId); + if response is Row { + (string|int|decimal?)[][]? values = response.values; + if values is () { + test:assertFail("Row is not updated"); + } + json updatedValue = values[0][2]; test:assertEquals(updatedValue.toString(), value, "Row is not updated"); } else { test:assertFail(response.toString()); @@ -222,22 +212,19 @@ function testUpdateRow() { @test:Config {dependsOn: [testUpdateRow, testListRows]} function testDeleteRow() { - log:printInfo("excelClient -> deleteRow()"); - error? response = excelClient->deleteRow(workBookId, worksheetName, tableName, rowInputIndex, sessionId); - if (response is error) { + error|http:Response response = excelClient->deleteWorksheetTableRow(workBookId, worksheetName, tableName, rowInputIndex.toString(), sessionId); + if response is error { test:assertFail(response.toString()); + } else if (response.statusCode != 204) { + test:assertFail(response.statusCode.toBalString()); } } -int columnInputIndex = 2; - @test:Config {dependsOn: [testDeleteRow]} function testCreateColumn() { - log:printInfo("excelClient -> createColumn()"); - Column|error response = excelClient->createColumn(workBookId, worksheetName, tableName, [["a3"], ["c3"], ["aa"]], - columnInputIndex, sessionId); - if (response is Column) { - int responseIndex = response.index; + Column|error response = excelClient->createWorksheetTableColumn(workBookId, worksheetName, tableName, {index: columnInputIndex, values : [["a3"], ["a4"], ["a5"], ["a1"]]}, sessionId); + if response is Column { + int responseIndex = response.index; test:assertEquals(responseIndex, columnInputIndex, "Column is not added"); } else { test:assertFail(response.toString()); @@ -246,10 +233,10 @@ function testCreateColumn() { @test:Config {dependsOn: [testCreateColumn]} function testListColumn() { - log:printInfo("excelClient -> listColumns()"); - Column[]|error response = excelClient->listColumns(workBookId, worksheetName, tableName, sessionId = sessionId); - if (response is Column[]) { - int responseIndex = response[2].index; + Columns|error response = excelClient->listWorksheetTableColumns(workBookId, worksheetName, tableName, sessionId); + if response is Columns { + Column[] columns = response?.value ?: []; + int responseIndex = columns[2]?.index ?: 0; test:assertEquals(responseIndex, columnInputIndex, "Found 0 columns"); } else { test:assertFail(response.toString()); @@ -259,12 +246,13 @@ function testListColumn() { @test:Config {dependsOn: [testCreateColumn]} function testUpdateColumn() { string value = "testName"; - log:printInfo("excelClient -> updateColumn()"); - Column|error response = excelClient->updateColumn(workBookId, worksheetName, tableName, columnInputIndex, - [[()], [()], [value]], sessionId = sessionId); - if (response is Column) { - json updatedValue = response.values[2][0]; - test:assertEquals(updatedValue.toString(), value, "Column is not updated"); + Column|error response = excelClient->updateWorksheetTableColumn(workBookId, worksheetName, tableName, columnName, {values: [[()], [()], [value], [()]]}, sessionId); + if response is Column { + (string|int|decimal?)[][]? values = response.values; + if values is () { + test:assertFail("Column is not updated"); + } + test:assertEquals(values[2][0], value, "Column is not updated"); } else { test:assertFail(response.toString()); } @@ -272,27 +260,24 @@ function testUpdateColumn() { @test:Config {dependsOn: [testUpdateColumn, testListColumn]} function testDeleteColumn() { - log:printInfo("excelClient -> deleteColumn()"); - error? response = excelClient->deleteColumn(workBookId, worksheetName, tableName, columnInputIndex, sessionId); - if (response is error) { + error|http:Response response = excelClient->deleteWorksheetTableColumn(workBookId, worksheetName, tableName, columnName, sessionId); + if response is error { test:assertFail(response.toString()); } } @test:Config {dependsOn: [testDeleteColumn, testDeleteRow, testListTable, testUpdateTable]} function testDeleteTable() { - log:printInfo("excelClient -> deleteTable()"); - error? response = excelClient->deleteTable(workBookId, worksheetName, tableName, sessionId); - if (response is error) { + error|http:Response response = excelClient->deleteWorksheetTable(workBookId, worksheetName, tableName, sessionId); + if response is error { test:assertFail(response.toString()); } } @test:Config {dependsOn: [testCreateRow]} function testAddChart() { - log:printInfo("excelClient -> addChart()"); - Chart|error response = excelClient->addChart(workBookId, worksheetName, "ColumnStacked", "A1:B2", AUTO, sessionId); - if (response is Chart) { + Chart|error response = excelClient->addWorksheetChart(workBookId, worksheetName, {'type: "ColumnStacked" , sourceData: "A1:B2", seriesBy: "Auto"}, sessionId); + if response is Chart { chartName = response?.name; test:assertNotEquals(chartName, EMPTY_STRING, "Chart is not created"); } else { @@ -302,9 +287,8 @@ function testAddChart() { @test:Config {dependsOn: [testAddChart]} function testGetChart() { - log:printInfo("excelClient -> getChart()"); - Chart|error response = excelClient->getChart(workBookId, worksheetName, chartName, sessionId = sessionId); - if (response is Chart) { + Chart|error response = excelClient->getWorksheetChart(workBookId, worksheetName, chartName, sessionId); + if response is Chart { string chartId = response?.id ?: EMPTY_STRING; test:assertNotEquals(chartId, EMPTY_STRING, "Chart not found"); } else { @@ -314,17 +298,17 @@ function testGetChart() { @test:Config {dependsOn: [testGetChart]} function testListChart() { - log:printInfo("excelClient -> listCharts()"); - Chart[]|error response = excelClient->listCharts(workBookId, worksheetName, sessionId = sessionId); - if (response is Chart[]) { - string chartId = response[0]?.id ?: EMPTY_STRING; + Charts|error response = excelClient->listWorksheetCharts(workBookId, worksheetName, sessionId); + if response is Charts { + Chart[] charts = response?.value ?: []; + string chartId = charts[0]?.id ?: EMPTY_STRING; test:assertNotEquals(chartId, EMPTY_STRING, "Found 0 charts"); } else { test:assertFail(response.toString()); } } -float height = 99; +decimal height = 99; Chart updateChart = { height: height, left: 99 @@ -332,10 +316,9 @@ Chart updateChart = { @test:Config {dependsOn: [testListChart]} function testUpdateChart() { - log:printInfo("excelClient -> updateChart()"); - Chart|error response = excelClient->updateChart(workBookId, worksheetName, chartName, updateChart, sessionId); - if (response is Chart) { - float responseHeight = response?.height ?: 0; + Chart|error response = excelClient->updateWorksheetChart(workBookId, worksheetName, chartName, updateChart, sessionId); + if response is Chart { + decimal|string|int responseHeight = response?.height ?: 0; test:assertEquals(responseHeight, height, "Chart is not updated"); } else { test:assertFail(response.toString()); @@ -344,55 +327,48 @@ function testUpdateChart() { @test:Config {dependsOn: [testUpdateChart]} function testGetChartImage() { - log:printInfo("excelClient -> getChartImage()"); - string|error response = excelClient->getChartImage(workBookId, worksheetName, chartName, sessionId = sessionId); - if (response is error) { + Image|error response = excelClient->getWorksheetChartImage(workBookId, worksheetName, chartName, sessionId); + if response is error { test:assertFail(response.toString()); } } @test:Config {dependsOn: [testGetChartImage]} function testResetData() { - log:printInfo("excelClient -> resetChartData()"); - error? response = excelClient->resetChartData(workBookId, worksheetName, chartName, "A1:B3", AUTO, sessionId); - if (response is error) { + error|http:Response response = excelClient->setWorksheetChartData(workBookId, worksheetName, chartName, {sourceData:"A1:B3", seriesBy: "Auto"}, sessionId); + if response is error { test:assertFail(response.toString()); } } @test:Config {dependsOn: [testResetData]} function testSetPosition() { - log:printInfo("excelClient -> setChartPosition()"); - error? response = excelClient->setChartPosition(workBookId, worksheetName, chartName, "D3", sessionId = sessionId); - if (response is error) { + error|http:Response response = excelClient->setWorksheetChartPosition(workBookId, worksheetName, chartName, { startCell: "D3" }, sessionId); + if response is error { test:assertFail(response.toString()); } } @test:Config {dependsOn: [testSetPosition]} function testDeleteChart() { - log:printInfo("excelClient -> deleteChart()"); - error? response = excelClient->deleteChart(workBookId, worksheetName, chartName, sessionId); - if (response is error) { + error|http:Response response = excelClient->deleteWorksheetChart(workBookId, worksheetName, chartName, sessionId); + if response is error { test:assertFail(response.toString()); } } @test:Config {} function testGetWorkbookApplication() { - log:printInfo("excelClient -> getWorkbookApplication()"); - - WorkbookApplication|error response = excelClient->getWorkbookApplication(workBookId, sessionId); - if (response is error) { + Application|error response = excelClient->getWorkbookApplication(workBookId, sessionId); + if response is error { test:assertFail(response.toString()); } } @test:Config {} function testCalculateWorkbookApplication() { - log:printInfo("excelClient -> calculateWorkbookApplication()"); - error? response = excelClient->calculateWorkbookApplication(workBookId, FULL, sessionId); - if (response is error) { + error|http:Response response = excelClient->calculateWorkbookApplication(workBookId, {calculationType: "Full"}, sessionId); + if response is error { test:assertFail(response.toString()); } } diff --git a/ballerina/types.bal b/ballerina/types.bal index 45a4fd4..bf75cb8 100644 --- a/ballerina/types.bal +++ b/ballerina/types.bal @@ -1,215 +1,559 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. +// AUTO-GENERATED FILE. DO NOT MODIFY. +// This file is auto-generated by the Ballerina OpenAPI tool. +import ballerina/constraint; import ballerina/http; -import ballerinax/'client.config; -# Client configuration details. +# Provides a set of configurations for controlling the behaviours when communicating with a remote HTTP endpoint. @display {label: "Connection Config"} public type ConnectionConfig record {| - *config:ConnectionConfig; # Configurations related to client authentication - http:BearerTokenConfig|config:OAuth2RefreshTokenGrantConfig auth; + http:BearerTokenConfig|OAuth2RefreshTokenGrantConfig auth; + # The HTTP version understood by the client + http:HttpVersion httpVersion = http:HTTP_2_0; + # Configurations related to HTTP/1.x protocol + ClientHttp1Settings http1Settings?; + # Configurations related to HTTP/2 protocol + http:ClientHttp2Settings http2Settings?; + # The maximum time to wait (in seconds) for a response before closing the connection + decimal timeout = 60; + # The choice of setting `forwarded`/`x-forwarded` header + string forwarded = "disable"; + # Configurations associated with request pooling + http:PoolConfiguration poolConfig?; + # HTTP caching related configurations + http:CacheConfig cache?; + # Specifies the way of handling compression (`accept-encoding`) header + http:Compression compression = http:COMPRESSION_AUTO; + # Configurations associated with the behaviour of the Circuit Breaker + http:CircuitBreakerConfig circuitBreaker?; + # Configurations associated with retrying + http:RetryConfig retryConfig?; + # Configurations associated with inbound response size limits + http:ResponseLimitConfigs responseLimits?; + # SSL/TLS-related options + http:ClientSecureSocket secureSocket?; + # Proxy server related options + http:ProxyConfig proxy?; + # Enables the inbound payload validation functionality which provided by the constraint package. Enabled by default + boolean validation = true; |}; -# Represents worksheet properties. -# -# + id - Returns a value that uniquely identifies the worksheet in a given workbook. The value of the identifier remains -# the same even when the worksheet is renamed or moved -# + position - The zero-based position of the worksheet within the workbook -# + name - Worksheet name -# + visibility - The visibility of the worksheet -@display {label: "Worksheet"} +# Provides settings related to HTTP/1.x protocol. +public type ClientHttp1Settings record {| + # Specifies whether to reuse a connection for multiple requests + http:KeepAlive keepAlive = http:KEEPALIVE_AUTO; + # The chunking behaviour of the request + http:Chunking chunking = http:CHUNKING_AUTO; + # Proxy server related options + ProxyConfig proxy?; +|}; + +# Proxy server configurations to be used with the HTTP client endpoint. +public type ProxyConfig record {| + # Host name of the proxy server + string host = ""; + # Proxy server port + int port = 0; + # Proxy server username + string userName = ""; + # Proxy server password + @display {label: "", kind: "password"} + string password = ""; +|}; + +# OAuth2 Refresh Token Grant Configs +public type OAuth2RefreshTokenGrantConfig record {| + *http:OAuth2RefreshTokenGrantConfig; + # Refresh URL + string refreshUrl = "https://login.microsoftonline.com/organizations/oauth2/v2.0/token"; +|}; + +public type FormatProtection record { + *Entity; + boolean? formulaHidden?; + boolean? locked?; +}; + +public type Icon record { + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int:Signed32 index?; + string set?; +}; + +public type NamedItem record { + *Entity; + string? comment?; + string? name?; + string scope?; + string? 'type?; + Json? value?; + boolean visible?; + Worksheet? worksheet?; +}; + +public type Json record { +}; + public type Worksheet record { - string & readonly id?; - @display {label: "Position"} + *Entity; + string? name?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} int position?; - @display {label: "Worksheet Name"} - string name?; - Visibility visibility?; -}; - -# Represents cell properties. -# -# + address - Represents the range reference in A1-style. Address value will contain the Sheet reference -# (e.g. Sheet1!A1:B4) -# + addressLocal - Represents cell reference in the language of the user -# + columnIndex - Represents the column number of the first cell in the range. Zero-indexed -# + formulas - Represents the formula in A1-style notation -# + formulasLocal - Represents the formula in A1-style notation, in the user's language and number-formatting locale. -# For example, the English "=SUM(A1, 1.5)" formula would become "=SUMME(A1; 1,5)" in German -# + formulasR1C1 - Represents the formula in R1C1-style notation -# + hidden - Represents if cell is hidden -# + numberFormat - Excel's number format code for the given cell -# + rowIndex - Returns the row number of the first cell in the range. Zero-indexed -# + text - Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution -# that happens in Excel UI will not affect the text value returned by the API -# + valueTypes - Represents the type of data of each cell. The data returned could be of type string, number, or a -# boolean. Cell that contain an error will return the error string -# + values - Raw value of the specified cell -@display {label: "Cell"} -public type Cell record { - string address; - string addressLocal; - int columnIndex; - json formulas; - json formulasLocal; - json formulasR1C1; - boolean hidden; - json numberFormat; - int rowIndex; - json text; - json valueTypes; - json[][] values; -}; - -# Represents the Excel application that manages the workbook. -# -# + calculationMode - Returns the calculation mode used in the workbook -@display {label: "Workbook Application"} -public type WorkbookApplication record { - string calculationMode; -}; - -# Represents an Excel table. -# -# + id - Returns a value that uniquely identifies the table in a given workbook. The value of the identifier remains the -# same even when the table is renamed. This property should be interpreted as an opaque string value and -# should not be parsed to any other type -# + name - Name of the table -# + showHeaders - Indicates whether the header row is visible or not. This value can be set to show or remove the header -# row -# + showTotals - Indicates whether the total row is visible or not. This value can be set to show or remove the total -# row. -# + style - Constant value that represents the Table style. The possible values are: TableStyleLight1 thru -# TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. -# + highlightFirstColumn - Indicates whether the first column contains special formatting -# + highlightLastColumn - Indicates whether the last column contains special formatting -# + showBandedColumns - Indicates whether the columns show banded formatting in which odd columns are highlighted -# differently from even ones to make reading the table easier -# + showBandedRows - Indicates whether the rows show banded formatting in which odd rows are highlighted differently -# from even ones to make reading the table easier -# + showFilterButton - Indicates whether the filter buttons are visible at the top of each column header. Setting this -# is only allowed if the table contains a header row -# + legacyId - Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table -# is renamed. This property should be interpreted as an opaque string value and should not be parsed to -# any other type -@display {label: "Table"} + string visibility?; + Chart[] charts?; + NamedItem[] names?; + PivotTable[] pivotTables?; + WorksheetProtection? protection?; + Table[] tables?; +}; + +public type ApplyTo record { + string applyTo?; +}; + +public type ChartTitle record { + *Entity; + boolean? overlay?; + string? text?; + boolean visible?; + ChartTitleFormat? format?; +}; + +public type ChartAxes record { + *Entity; + ChartAxis? categoryAxis?; + ChartAxis? seriesAxis?; + ChartAxis? valueAxis?; +}; + +public type Row record { + *Entity; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int index?; + # The values in the table row + (string|int|decimal?)[][] values?; +}; + +public type WorksheetProtectionOptions record { + boolean allowAutoFilter?; + boolean allowDeleteColumns?; + boolean allowDeleteRows?; + boolean allowFormatCells?; + boolean allowFormatColumns?; + boolean allowFormatRows?; + boolean allowInsertColumns?; + boolean allowInsertHyperlinks?; + boolean allowInsertRows?; + boolean allowPivotTables?; + boolean allowSort?; +}; + +public type ChartAxis record { + *Entity; + Json? majorUnit?; + Json? maximum?; + Json? minimum?; + Json? minorUnit?; + ChartAxisFormat? format?; + ChartGridlines? majorGridlines?; + ChartGridlines? minorGridlines?; + ChartAxisTitle? title?; +}; + +public type ChartSeriesCollection record { + ChartSeries[] value?; +}; + +public type NewChart record { + string 'type?; + string? sourceData?; + string seriesBy?; +}; + +public type ChartDataLabels record { + *Entity; + string? position?; + string? separator?; + boolean? showBubbleSize?; + boolean? showCategoryName?; + boolean? showLegendKey?; + boolean? showPercentage?; + boolean? showSeriesName?; + boolean? showValue?; + ChartDataLabelFormat? format?; +}; + +public type ChartAxisFormat record { + *Entity; + ChartFont? font?; + ChartLineFormat? line?; +}; + +public type Formula record { + string? name?; + string? formula?; + string? comment?; +}; + +public type ChartPoint record { + *Entity; + Json? value?; + ChartPointFormat? format?; +}; + +public type Chart record { + *Entity; + decimal|string|int height?; + decimal|string|int left?; + string? name?; + decimal|string|int top?; + decimal|string|int width?; + ChartAxes? axes?; + ChartDataLabels? dataLabels?; + ChartAreaFormat? format?; + ChartLegend? legend?; + ChartSeries[] series?; + ChartTitle? title?; + Worksheet? worksheet?; +}; + +public type Columns record { + Column[] value?; +}; + +public type ChartLegendFormat record { + *Entity; + ChartFill? fill?; + ChartFont? font?; +}; + +public type ChartLegend record { + *Entity; + boolean? overlay?; + string? position?; + boolean visible?; + ChartLegendFormat? format?; +}; + +public type ChartGridlinesFormat record { + *Entity; + ChartLineFormat? line?; +}; + +public type ChartPointFormat record { + *Entity; + ChartFill? fill?; +}; + +public type Rows record { + Row[] value?; +}; + +public type NewNamedItem record { + string? name?; + Json? reference?; + string? comment?; +}; + +public type Worksheets record { + Worksheet[] value?; +}; + +public type WorksheetProtection record { + *Entity; + WorksheetProtectionOptions? options?; + boolean protected?; +}; + +public type RangeFill record { + *Entity; + string? color?; +}; + +public type RangeSort record { + *Entity; +}; + +public type PivotTable record { + *Entity; + string? name?; + Worksheet? worksheet?; +}; + +public type ChartFill record { + *Entity; +}; + +public type Column record { + *Entity; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int index?; + string? name?; + # The values in the table row + (string|int|decimal?)[][] values?; + Filter? filter?; +}; + +public type Charts record { + Chart[] value?; +}; + +public type RangeBorder record { + *Entity; + string? color?; + string? sideIndex?; + string? style?; + string? weight?; +}; + +public type SortField record { + boolean 'ascending?; + string? color?; + string dataOption?; + Icon? icon?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int 'key?; + string sortOn?; +}; + +public type Shift record { + string shift?; +}; + +public type WorkbookPivotTables record { + PivotTable[] value?; +}; + +public type ChartDataLabelFormat record { + *Entity; + ChartFill? fill?; + ChartFont? font?; +}; + +public type RangeFont record { + *Entity; + boolean? bold?; + string? color?; + boolean? italic?; + string? name?; + decimal|string|"-INF"|"INF"|"NaN"? size?; + string? underline?; +}; + +public type ChartAreaFormat record { + *Entity; + ChartFill? fill?; + ChartFont? font?; +}; + +public type SessionInfo record { + string? id?; + boolean? persistChanges?; +}; + +public type ChartSeries record { + *Entity; + string? name?; + ChartSeriesFormat? format?; + ChartPoint[] points?; +}; + +public type ChartSeriesFormat record { + *Entity; + ChartFill? fill?; + ChartLineFormat? line?; +}; + +public type NewRow record { + int? index?; + (string|int|decimal|anydata?)[] values?; +}; + +public type Filter record { + *Entity; + FilterCriteria? criteria?; +}; + +public type ChartAxisTitle record { + *Entity; + string? text?; + boolean visible?; + ChartAxisTitleFormat? format?; +}; + +public type ChartLineFormat record { + *Entity; + string? color?; +}; + +public type PersistChanges record { + boolean persistChanges?; +}; + +public type RangeView record { + *Entity; + Json? cellAddresses?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int columnCount?; + Json? formulas?; + Json? formulasLocal?; + Json? formulasR1C1?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int index?; + Json? numberFormat?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int rowCount?; + Json? text?; + Json? valueTypes?; + Json? values?; + RangeView[] rows?; +}; + +public type Entity record { + string id?; +}; + +public type Across record { + boolean across?; +}; + +public type ChartTitleFormat record { + *Entity; + ChartFill? fill?; + ChartFont? font?; +}; + +public type ChartFont record { + *Entity; + boolean? bold?; + string? color?; + boolean? italic?; + string? name?; + decimal|string|"-INF"|"INF"|"NaN"? size?; + string? underline?; +}; + +public type NamedItems record { + NamedItem[] value?; +}; + +public type ChartAxisTitleFormat record { + *Entity; + ChartFont? font?; +}; + +public type Image record { + string? value?; +}; + +public type Position record { + string? startCell?; + string? endCell?; +}; + +public type Application record { + *Entity; + string calculationMode?; +}; + +public type ChartGridlines record { + *Entity; + boolean visible?; + ChartGridlinesFormat? format?; +}; + +public type Range record { + *Entity; + string? address?; + string? addressLocal?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int cellCount?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int columnCount?; + boolean? columnHidden?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int columnIndex?; + Json? formulas?; + Json? formulasLocal?; + Json? formulasR1C1?; + boolean? hidden?; + Json? numberFormat?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int rowCount?; + boolean? rowHidden?; + @constraint:Int {minValue: -2147483648, maxValue: 2147483647} + int rowIndex?; + Json? text?; + Json? valueTypes?; + Json? values?; + RangeFormat? format?; + RangeSort? sort?; + Worksheet? worksheet?; +}; + +public type RangeFormat record { + *Entity; + decimal|string|"-INF"|"INF"|"NaN"? columnWidth?; + string? horizontalAlignment?; + decimal|string|"-INF"|"INF"|"NaN"? rowHeight?; + string? verticalAlignment?; + boolean? wrapText?; + RangeBorder[] borders?; + RangeFill? fill?; + RangeFont? font?; + FormatProtection? protection?; +}; + +public type Tables record { + Table[] value?; +}; + +public type CalculationType record { + string calculationType?; +}; + +public type TableSort record { + *Entity; + (SortField?)[] fields?; + boolean matchCase?; + string method?; +}; + +public type SetData record { + string? sourceData?; + string seriesBy?; +}; + +public type NewTable record { + string? address?; + boolean hasHeaders?; +}; + public type Table record { - string & readonly id?; - @display {label: "Table Name"} - string name?; - @display {label: "Show Headers?"} - boolean showHeaders?; - @display {label: "Show Totals"} - boolean showTotals?; - @display {label: "Table Style"} - string style?; - @display {label: "Highlight First Column?"} + *Entity; boolean highlightFirstColumn?; - @display {label: "Highlight Last Column?"} boolean highlightLastColumn?; - @display {label: "Show Banded Columns?"} + string? name?; boolean showBandedColumns?; - @display {label: "Show Banded Rows?"} boolean showBandedRows?; - @display {label: "Show Filter Button?"} boolean showFilterButton?; - string & readonly legacyId?; + boolean showHeaders?; + boolean showTotals?; + string? style?; + Column[] columns?; + Row[] rows?; + TableSort? sort?; + Worksheet? worksheet?; }; -# Represents row properties. -# -# + index - Returns the index number of the row within the rows collection of the table. Zero-indexed -# + values - Represents the raw values of the specified range. The data returned could be of type string, number, or a -# boolean. Cell that contain an error will return the error strings -@display {label: "Row"} -public type Row record { - int index; - json[][] values; -}; - -# Chart object in a workbook. -# -# + id - Chart ID -# + height - The height, in points, of the chart object -# + left - The distance, in points, from the left side of the chart to the worksheet origin -# + name - The name of a chart -# + top - The distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of -# the chart area (on a chart) -# + width - The width, in points, of the chart object -@display {label: "Chart"} -public type Chart record { - string & readonly id?; - @display {label: "Chart Height"} - float height?; - @display {label: "Distance from Left"} - float left?; - @display {label: "Chart Name"} - string name?; - @display {label: "Distance from Top"} - float top?; - @display {label: "Chart Width"} - float width?; -}; - -# Represents column properties. -# -# + id - A unique key that identifies the column within the table. This property should be interpreted as an opaque -# string value and should not be parsed to any other type -# + name - The name of the table column -# + index - The index number of the column within the columns collection of the table -# + values - Raw values of the specified range. The data returned could be of type string, number, or a -# boolean. Cell that contain an error will return the error string -@display {label: "Column"} -public type Column record { - string id; - string name?; - int index; - json[][] values; -}; - -# Specifies the calculation type to use in the workbook. -@display {label: "Calculation Type"} -public enum CalculationType { - RECALCULATE = "Recalculate", - FULL = "Full", - FULL_REBUILD = "FullRebuild" -} - -# Specifies the way columns or rows are used as data series on the chart. -@display {label: "Series By"} -public enum SeriesBy { - AUTO = "Auto", - BY_COLUMNS = "Columns", - BY_ROWS = "Rows" -} - -# Specifies Visibility options in the worksheet. -@display {label: "Visibility"} -public enum Visibility { - VISIBLE = "Visible", - HIDDEN = "Hidden", - VERY_HIDDEN = "VeryHidden" -} - -# Specifies the options used to scale the chart to the specified dimensions. -@display {label: "Chart Fitting Mode"} -public enum FittingMode { - FIT = "Fit", - FIT_AND_CENTER = "FitAndCenter", - FILL = "Fill" -} +public type FilterCriteria record { + string? color?; + string? criterion1?; + string? criterion2?; + string dynamicCriteria?; + string filterOn?; + Icon? icon?; + string operator?; + Json? values?; +}; diff --git a/ballerina/utils.bal b/ballerina/utils.bal index 9840d2f..29d80ca 100644 --- a/ballerina/utils.bal +++ b/ballerina/utils.bal @@ -1,124 +1,223 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/http; - -isolated function createRequestParams(string[] pathParameters, string workbookIdOrPath, string? sessionId = (), string? query = ()) -returns [string, map?]|error { - string path = check createRequestPath(pathParameters, workbookIdOrPath, query); - map? headers = createRequestHeader(sessionId); - return [path, headers]; -} - -isolated function createRequestPath(string[] pathParameters, string workbookIdOrPath, string? query = ()) -returns string|error { - string path = EMPTY_STRING; - string[] baseParameters = workbookIdOrPath.endsWith(".xlsx") ? [ME, DRIVE, ROOT + COLON, workbookIdOrPath + COLON, - WORKBOOK] : [ME, DRIVE, ITEMS, workbookIdOrPath, WORKBOOK]; - - path = check createPath(path, baseParameters); - path = check createPath(path, pathParameters); - path = query is string ? (path + query) : path; - return path; +// AUTO-GENERATED FILE. DO NOT MODIFY. +// This file is auto-generated by the Ballerina OpenAPI tool. + +import ballerina/url; + +type SimpleBasicType string|boolean|int|float|decimal; + +# Represents encoding mechanism details. +type Encoding record { + # Defines how multiple values are delimited + string style = FORM; + # Specifies whether arrays and objects should generate as separate fields + boolean explode = true; + # Specifies the custom content type + string contentType?; + # Specifies the custom headers + map headers?; +}; + +enum EncodingStyle { + DEEPOBJECT, FORM, SPACEDELIMITED, PIPEDELIMITED } -isolated function createRequestHeader(string? sessionId = ()) returns map? { - if sessionId is string { - map headers = {}; - headers[WORKBOOK_SESSION_ID] = sessionId; - return headers; +final Encoding & readonly defaultEncoding = {}; + +# Serialize the record according to the deepObject style. +# +# + parent - Parent record name +# + anyRecord - Record to be serialized +# + return - Serialized record as a string +isolated function getDeepObjectStyleRequest(string parent, record {} anyRecord) returns string { + string[] recordArray = []; + foreach [string, anydata] [key, value] in anyRecord.entries() { + if value is SimpleBasicType { + recordArray.push(parent + "[" + key + "]" + "=" + getEncodedUri(value.toString())); + } else if value is SimpleBasicType[] { + recordArray.push(getSerializedArray(parent + "[" + key + "]" + "[]", value, DEEPOBJECT, true)); + } else if value is record {} { + string nextParent = parent + "[" + key + "]"; + recordArray.push(getDeepObjectStyleRequest(nextParent, value)); + } else if value is record {}[] { + string nextParent = parent + "[" + key + "]"; + recordArray.push(getSerializedRecordArray(nextParent, value, DEEPOBJECT)); + } + recordArray.push("&"); } - return; + _ = recordArray.pop(); + return string:'join("", ...recordArray); } -isolated function createPath(string currentpath, string[] pathParameters) returns string|error { - string path = currentpath; - if (pathParameters.length() > 0) { - foreach string element in pathParameters { - if (!element.startsWith(FORWARD_SLASH)) { - path = path + FORWARD_SLASH; +# Serialize the record according to the form style. +# +# + parent - Parent record name +# + anyRecord - Record to be serialized +# + explode - Specifies whether arrays and objects should generate separate parameters +# + return - Serialized record as a string +isolated function getFormStyleRequest(string parent, record {} anyRecord, boolean explode = true) returns string { + string[] recordArray = []; + if explode { + foreach [string, anydata] [key, value] in anyRecord.entries() { + if (value is SimpleBasicType) { + recordArray.push(key, "=", getEncodedUri(value.toString())); + } else if (value is SimpleBasicType[]) { + recordArray.push(getSerializedArray(key, value, explode = explode)); + } else if (value is record {}) { + recordArray.push(getFormStyleRequest(parent, value, explode)); + } + recordArray.push("&"); + } + _ = recordArray.pop(); + } else { + foreach [string, anydata] [key, value] in anyRecord.entries() { + if (value is SimpleBasicType) { + recordArray.push(key, ",", getEncodedUri(value.toString())); + } else if (value is SimpleBasicType[]) { + recordArray.push(getSerializedArray(key, value, explode = false)); + } else if (value is record {}) { + recordArray.push(getFormStyleRequest(parent, value, explode)); } - path += element; + recordArray.push(","); } + _ = recordArray.pop(); } - return path; + return string:'join("", ...recordArray); } -isolated function setOptionalParamsToPath(string currentPath, int? width, int? height, string? fittingMode) -returns string { - string path = currentPath; - if (width is int) { - if (height is int) { - if (fittingMode is string) { - path = currentPath + OPEN_ROUND_BRACKET + WIDTH + EQUAL_SIGN + width.toString() + COMMA + HEIGHT + - EQUAL_SIGN + height.toString() + COMMA + FITTING_MODE + EQUAL_SIGN + fittingMode.toString() + - CLOSE_ROUND_BRACKET; - } else { - path = currentPath + OPEN_ROUND_BRACKET + WIDTH + EQUAL_SIGN + width.toString() + COMMA + HEIGHT + - EQUAL_SIGN + height.toString() + CLOSE_ROUND_BRACKET; +# Serialize arrays. +# +# + arrayName - Name of the field with arrays +# + anyArray - Array to be serialized +# + style - Defines how multiple values are delimited +# + explode - Specifies whether arrays and objects should generate separate parameters +# + return - Serialized array as a string +isolated function getSerializedArray(string arrayName, anydata[] anyArray, string style = "form", boolean explode = true) returns string { + string key = arrayName; + string[] arrayValues = []; + if (anyArray.length() > 0) { + if (style == FORM && !explode) { + arrayValues.push(key, "="); + foreach anydata i in anyArray { + arrayValues.push(getEncodedUri(i.toString()), ","); + } + } else if (style == SPACEDELIMITED && !explode) { + arrayValues.push(key, "="); + foreach anydata i in anyArray { + arrayValues.push(getEncodedUri(i.toString()), "%20"); + } + } else if (style == PIPEDELIMITED && !explode) { + arrayValues.push(key, "="); + foreach anydata i in anyArray { + arrayValues.push(getEncodedUri(i.toString()), "|"); + } + } else if (style == DEEPOBJECT) { + foreach anydata i in anyArray { + arrayValues.push(key, "[]", "=", getEncodedUri(i.toString()), "&"); } } else { - path = currentPath + OPEN_ROUND_BRACKET + WIDTH + EQUAL_SIGN + width.toString() + CLOSE_ROUND_BRACKET; + foreach anydata i in anyArray { + arrayValues.push(key, "=", getEncodedUri(i.toString()), "&"); + } } + _ = arrayValues.pop(); } - return path; + return string:'join("", ...arrayValues); } -isolated function handleResponse(http:Response httpResponse) returns map|error { - if (httpResponse.statusCode == http:STATUS_OK || httpResponse.statusCode == http:STATUS_CREATED) { - final json jsonResponse = check httpResponse.getJsonPayload(); - return >jsonResponse; - } else if (httpResponse.statusCode == http:STATUS_NO_CONTENT) { - return {}; +# Serialize the array of records according to the form style. +# +# + parent - Parent record name +# + value - Array of records to be serialized +# + style - Defines how multiple values are delimited +# + explode - Specifies whether arrays and objects should generate separate parameters +# + return - Serialized record as a string +isolated function getSerializedRecordArray(string parent, record {}[] value, string style = FORM, boolean explode = true) returns string { + string[] serializedArray = []; + if style == DEEPOBJECT { + int arayIndex = 0; + foreach var recordItem in value { + serializedArray.push(getDeepObjectStyleRequest(parent + "[" + arayIndex.toString() + "]", recordItem), "&"); + arayIndex = arayIndex + 1; + } + } else { + if (!explode) { + serializedArray.push(parent, "="); + } + foreach var recordItem in value { + serializedArray.push(getFormStyleRequest(parent, recordItem, explode), ","); + } } - json jsonResponse = check httpResponse.getJsonPayload(); - return error(jsonResponse.toString()); -} - -isolated function getWorksheetArray(http:Response response) returns Worksheet[]|error { - map handledResponse = check handleResponse(response); - return check handledResponse[VALUE].cloneWithType(WorkSheetArray); -} - -isolated function getRowArray(http:Response response) returns Row[]|error { - map handledResponse = check handleResponse(response); - return check handledResponse[VALUE].cloneWithType(RowArray); + _ = serializedArray.pop(); + return string:'join("", ...serializedArray); } -isolated function getColumnArray(http:Response response) returns Column[]|error { - map handledResponse = check handleResponse(response); - return check handledResponse[VALUE].cloneWithType(ColumnArray); +# Get Encoded URI for a given value. +# +# + value - Value to be encoded +# + return - Encoded string +isolated function getEncodedUri(anydata value) returns string { + string|error encoded = url:encode(value.toString(), "UTF8"); + if (encoded is string) { + return encoded; + } else { + return value.toString(); + } } -isolated function getTableArray(http:Response response) returns Table[]|error { - map handledResponse = check handleResponse(response); - return check handledResponse[VALUE].cloneWithType(TableArray); +# Generate query path with query parameter. +# +# + queryParam - Query parameter map +# + encodingMap - Details on serialization mechanism +# + return - Returns generated Path or error at failure of client initialization +isolated function getPathForQueryParam(map queryParam, map encodingMap = {}) returns string|error { + string[] param = []; + if (queryParam.length() > 0) { + param.push("?"); + foreach var [key, value] in queryParam.entries() { + if value is () { + _ = queryParam.remove(key); + continue; + } + Encoding encodingData = encodingMap.hasKey(key) ? encodingMap.get(key) : defaultEncoding; + if (value is SimpleBasicType) { + param.push(key, "=", getEncodedUri(value.toString())); + } else if (value is SimpleBasicType[]) { + param.push(getSerializedArray(key, value, encodingData.style, encodingData.explode)); + } else if (value is record {}) { + if (encodingData.style == DEEPOBJECT) { + param.push(getDeepObjectStyleRequest(key, value)); + } else { + param.push(getFormStyleRequest(key, value, encodingData.explode)); + } + } else { + param.push(key, "=", value.toString()); + } + param.push("&"); + } + _ = param.pop(); + } + string restOfPath = string:'join("", ...param); + return restOfPath; } -isolated function getChartArray(http:Response response) returns Chart[]|error { - map handledResponse = check handleResponse(response); - return check handledResponse[VALUE].cloneWithType(ChartArray); +# Generate header map for given header values. +# +# + headerParam - Headers map +# + return - Returns generated map or error at failure of client initialization +isolated function getMapForHeaders(map headerParam) returns map { + map headerMap = {}; + foreach var [key, value] in headerParam.entries() { + if value is string || value is string[] { + headerMap[key] = value; + } else if value is int[] { + string[] stringArray = []; + foreach int intValue in value { + stringArray.push(intValue.toString()); + } + headerMap[key] = stringArray; + } else if value is SimpleBasicType { + headerMap[key] = value.toString(); + } + } + return headerMap; } - -type WorkSheetArray Worksheet[]; - -type RowArray Row[]; - -type ColumnArray Column[]; - -type TableArray Table[]; - -type ChartArray Chart[]; diff --git a/docs/open-api-spec/Sanitations.md b/docs/open-api-spec/Sanitations.md new file mode 100644 index 0000000..65bccab --- /dev/null +++ b/docs/open-api-spec/Sanitations.md @@ -0,0 +1,226 @@ +# Sanitizations for Open API Specification +This connector is generated using OpenApi description for an OData service metadata [API version graph1.0](https://github.com/microsoft/OpenAPI.NET.OData/blob/master/docs/oas3_0_0/graph1.0.json), and the following sanitizations were applied to the specification before client generation. + +1. Modified parameters and records names: + + | Name | New Name | + |----------------------------|----------------------------------------------------| + | driveItem-id | workbook-id | + | workbookWorksheet-id | workbook-worksheet-id | + | workbookChart-id | workbook-chart-id | + | workbookNamedItem-id | workbook-named-item-id | + | workbookTable-id | workbook-table-id | + | workbookTableColumn-id | workbook-table-column-id | + | microsoft.graph.workbookWorksheet | Worksheet | + | microsoft.graph.workbookTable | Table | + | microsoft.graph.workbookRange | Range | + | microsoft.graph.workbookChart | Chart | + | microsoft.graph.workbookTableColumn | TableColumn | + | microsoft.graph.workbookTableRow | TableRow | + | microsoft.graph.entity | Entity | + | microsoft.graph.workbookPivotTable | PivotTable | + | microsoft.graph.workbookRangeFormat | RangeFormat | + | microsoft.graph.workbookChartGridlines | ChartGridlines | + | microsoft.graph.workbookSortField | SortField | + | microsoft.graph.workbookChartGridlines | ChartGridlines | + | microsoft.graph.workbookApplication | Application | + | microsoft.graph.workbookChartAxisTitleFormat | ChartAxisTitleFormat | + | microsoft.graph.workbookChartFont | ChartFont | + | microsoft.graph.workbookChartTitleFormat | ChartTitleFormat | + | microsoft.graph.workbookRangeView | RangeView | + | microsoft.graph.workbookChartLineFormat | ChartLineFormat | + | microsoft.graph.workbookChartAxisTitle | ChartAxisTitle | + | microsoft.graph.workbookChartSeriesFormat | ChartSeriesFormat | + | microsoft.graph.workbookChartSeries | ChartSeries | + | microsoft.graph.workbookChartAreaFormat | ChartAreaFormat | + | microsoft.graph.workbookRangeFont | RangeFont | + | microsoft.graph.workbookChartDataLabelFormat | ChartDataLabelFormat | + | microsoft.graph.workbookSortField | SortField | + | microsoft.graph.workbookIcon | Icon | + | microsoft.graph.workbookRangeBorder | RangeBorder | + | microsoft.graph.workbookChartFill | ChartFill | + | microsoft.graph.workbookPivotTable | PivotTable | + | microsoft.graph.workbookRangeSort | RangeSort | + | microsoft.graph.workbookRangeFill | RangeFill | + | microsoft.graph.workbookWorksheetProtection | WorksheetProtection | + | microsoft.graph.workbookChartPointFormat | ChartPointFormat | + | microsoft.graph.workbookChartGridlinesFormat | ChartGridlinesFormat | + | microsoft.graph.workbookChartLegend | ChartLegend | + | microsoft.graph.workbookChartLegendFormat | ChartLegendFormat | + | microsoft.graph.workbookFormatProtection | FormatProtection | + | microsoft.graph.workbookChartPoint | ChartPoint | + | microsoft.graph.workbookChartAxisFormat | hartAxisFormat | + | microsoft.graph.workbookChartDataLabels | ChartDataLabels | + | microsoft.graph.workbookChartAxis | ChartAxis | + | microsoft.graph.workbookWorksheetProtectionOptions | WorksheetProtectionOptions | + | microsoft.graph.workbookChartAxes | ChartAxes | + | microsoft.graph.workbookChartTitle | ChartTitle | + | microsoft.graph.workbookFilter | Filter | + | microsoft.graph.workbookFilterCriteria | FilterCriteria | + +2. Change following URL prefix: + - `/workbooks/{workbook-id}/workbook` changed to `/me/drive/items/{workbook-id}/workbook` + - `/me/insights/shared/{sharedInsight-id}/resource/Range/` changed to `/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/` + +3. This open API definition is related to OData Service. Hence, we have to add missing properties manually. `securitySchemes` under the `components` and `seesionId` parameter under the `parameters`. + ``` + "securitySchemes": { + "OAuth2": { + "type": "oauth2", + "flows": { + "authorizationCode": { + "tokenUrl": "https://login.microsoftonline.com/organizations/oauth2/v2.0/token", + "authorizationUrl": "https://login.microsoftonline.com/organizations/oauth2/v2.0/token", + "scopes": { + "write": "Files.ReadWrite" + } + } + } + } + } + ``` + ``` + "sessionId": { + "name": "workbook-session-id", + "description": "The ID of the session", + "in": "header", + "required": false, + "schema": { + type: "string" + } + } + ``` + 4. Update the following paths oprationId with the given name in the below table, add the `sessionId` as the parameter and add the another tag value as `workbook` in the `tags`. + + | Path | Operation Id | + |------------------------------------------------------------| -------------------- | + |/me/drive/items/{workbook-id}/workbook/application | getWorkbookApplication | + |/me/drive/items/{workbook-id}/workbook/application/calculate| calculateWorkbookApplication| + |/me/drive/items/{workbook-id}/workbook/names | listWorkbookNames| + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}| getWorkbookNamedItem , updateWorkbookNamedItem, deleteWorkbookNamedItem| + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts| listWorkbookNamedItemCharts| + |/me/drive/items/{workbook-id}/{workbook-id}/workbook/names/add | addWorkbookName| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/names/addFormulaLocal|addWorkbookNameFormulaLocal| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables |listWorkbookTables| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}| getWorkbookTable, updateWorkbookTable, deleteWorkbookTable | + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/columns| listWorkbookTableColumns, createWorkbookTableColumns| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}|getWorkbookTableColumn, updateWorkbbokColumn, deleteWorkbookColumn| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range| getWorkbookTableRange| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/rows|listWorkbookTableRows| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbook-table-row-id}|getWorkbookTableRow, updateWorkbookTableRow, deleteWorkbookTableRow| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add|addWorkbookTableRow| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts|listWorkbookTableCharts| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbookChart-id}|getWorkbookTableWorksheetChart, updateWorkbookTableWorksheetChart, deleteWorkbookTableWorksheetWChart| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbookChart-id}/setData|setWorkbooktableWorksheetChartData| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbookChart-id}/setPosition|setWorkbookTableWorksheeetChartPosition| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbookChart-id}/series|listWorkbookTableWorksheetChartSeries| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add|addWorkbookTableWorksheetChart| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})|getWorkbookTableCell| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}|getWorkbookTableWorksheetNamedItem, updateWorkbookTableWorksheetNamedItem, deleteWorkbookTableWorksheetNamedItem| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add| addWorkbookTableWorksheetName| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/addFormulaLocal|addWorkbookTableWorksheetFormula| + |/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add|addWorkbookTableWorksheetTable| + |/me/drive/items/{workbook-id}/workbook/tables/add| addWorkbookTable| + |/me/drive/items/{workbook-id}/workbook/worksheets| listWorksheets, createWorksheets| + |/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}| getWorksheet updateWorksheet deleteWorksheet| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts| listWorksheetCharts| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbookChart-id}| getWorksheetChart updateWorksheetChart deleteWorksheetChart| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbookChart-id}/image|getWorksheetChartImage| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode={fittingMode})|getWorksheetChartImageWithWidthHeightFittingMode| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})| getWorksheetChartImageWithWidthHeight| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbookChart-id}/image(width={width})|getWorksheetChartImageWithWidth| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbookChart-id}/setData|setWorksheetChartData| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbookChart-id}/setPosition|setWorksheetChartPosition| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbookChart-id}/series|listWorksheetChartSeries createWorksheetChartSeries| + |/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add|addWorksheetChart| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})| getWorksheetChartItemAt| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})| getWorksheetCell| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})|getWorksheetRangeWithAddress| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}|getWorksheetNamedItem updateWorksheetNamedItem deleteWorksheetNamedItem| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add|addWorksheetName| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/addFormulaLocal|addWorksheetFormula| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables|listWorksheetPivotTables| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables|listWorksheetTables| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}|getWorksheetTable updateWorksheetTable deleteWorksheetTable| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns|listWorksheetTableColumns| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range|getWorksheetTableColumnRange| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range| getWorksheetTableRange| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows|listWorksheetTableRows| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbook-table-row-id}|getWorksheetTableRow, updateWorksheetTableRow, deleteWorksheetTableRow + |/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add|addWorksheetTableRow| + /me/drive/items/{workbook-id}/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add|addWorksheetTable| + |/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/rowsAbove | getWorksheetRangeRowAbove | + |/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/rowsBelow | getWorksheetRangeRowsBelow | + |/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/rowsBelow(count={count}) | getWorksheetRangeRowBelowWithCount | + |/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/rowsAbove(count={count})| getWorksheetRangeRowAboveWithCount | + | /me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/columnsAfter| getWorksheetColumnsAfterRange | + | /me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/columnsAfter(count={count}) | getWorksheetColumnsAfterRangeWithCount | + | /me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/columnsBefore | getWorksheetColumnsBeforeRange | + | /me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/columnsBefore(count={count}) | getWorksheetColumnsBeforeRangeWithCount | + + Additionally, you must create two copies of each of the APIs below and change the path and parameters to include the missing API. + + Eg: If the `path` is `/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/clear` and `operationId` is `clearWorkbookNamedItemRange`, `path` and `id` of copied APIs should be changed according to the below format: + + | Path | Operation Id | + |------------------------------------------------------------| -------------------- | + |/me/drive/items/{workbook-id}/**workbook/worksheets/{workbook-worksheet-id}/range(address='
')**/clear|clear**Worksheet**Range| + |/me/drive/items/{workbook-id}/**workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range**/clear|clear**WorkbookTableColumn**Range| + + + | Path | Operation Id | + |------------------------------------------------------------| -------------------- | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/boundingRect(anotherRange={anotherRange}) | getWorkbookNamedItemRangeBoundingRect | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/cell(row={row},column={column}) | getWorkbookNamedItemRangeCell | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/clear | clearWorkbookNamedItemRange | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/column(column={column}) |getWorkbookNamedItemRangeColumn| + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/column(column={column}) | getWorkbookNamedItemRangeColumn | + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/delete | deleteWorkbookNamedItemRange | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/entireColumn | getWorkbookNamedItemRangeEntireColumn | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/entireRow | getWorkbookNameRangeEntireRow | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/insert | insertWorkbookNamedItemRange | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/intersection(anotherRange={anotherRange}) | getWorkbookNamedItemRangeIntersection | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/lastCell | getWorkbookNamedItemRangeLastCell | + | /me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/lastColumn | getWorkbookNamedItemRangeLastColumn | + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/lastRow | getWorkbookNamedItemRangeLastRow | + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/merge | mergeWorkbookNamedItemRange | + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset}) | getWorkbookNamedItemOffsetRange | + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns}) | getWorkbookNamedItemResizedRange | + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/row(row={row}) | getWorkbookNamedItemRangeRow | + |/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/unmerge | unmergeWorkbookNamedItemRange | + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/usedRange | getWorkbookNamedItemUsedRnge | + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/usedRange(valuesOnly={valuesOnly}) | getWorkbookNamedItemUsedRngeWithValuesOnly | + |/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/visibleView | getWorkbookNamedItemRangeVisibleView | + +5. Since `Object` type converts to `Record` when generating client, change `values` field defintion of `Row` and `Column` from `Json` to the following defintion + ``` + "values": { + "type": "array", + "description": "The values in the table row", + "items": { + "type": "array", + "items": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "number", + "nullable": true + } + ] + } + } + } + ``` +6. Remove `"format": "int32"`. +6. Run the following OpenAPI CLI command to generate the client: + ``` + bal openapi -i docs/open-api-spec/openapi.json --mode client --client-methods remote --tags workbook -o ballerina/ + ``` +7. Clean the generated `types.bal` file. Easily, you can do it by removing the records which start with `microsoft`. diff --git a/docs/open-api-spec/openapi.json b/docs/open-api-spec/openapi.json new file mode 100644 index 0000000..59ddc3f --- /dev/null +++ b/docs/open-api-spec/openapi.json @@ -0,0 +1,609160 @@ +{ + "openapi": "3.0.1", + "info": { + "title": "OData Service for namespace microsoft.graph", + "description": "This OData service is located at https://graph.microsoft.com/v1.0", + "version": "1.0.1" + }, + "servers": [ + { + "url": "https://graph.microsoft.com/v1.0" + } + ], + "paths": { + "/contracts": { + "get": { + "tags": [ + "contracts.contract" + ], + "summary": "Get entities from contracts", + "operationId": "contracts.contract.ListContract", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc", + "contractType", + "contractType desc", + "customerId", + "customerId desc", + "defaultDomainName", + "defaultDomainName desc", + "displayName", + "displayName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "contractType", + "customerId", + "defaultDomainName", + "displayName" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of contract", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contract" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "contracts.contract" + ], + "summary": "Add new entity to contracts", + "operationId": "contracts.contract.CreateContract", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contract" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contract" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/contracts/{contract-id}": { + "get": { + "tags": [ + "contracts.contract" + ], + "summary": "Get entity from contracts by key", + "operationId": "contracts.contract.GetContract", + "parameters": [ + { + "name": "contract-id", + "in": "path", + "description": "key: id of contract", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contract" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "contractType", + "customerId", + "defaultDomainName", + "displayName" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contract" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "contracts.contract" + ], + "summary": "Update entity in contracts", + "operationId": "contracts.contract.UpdateContract", + "parameters": [ + { + "name": "contract-id", + "in": "path", + "description": "key: id of contract", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contract" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contract" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "contracts.contract" + ], + "summary": "Delete entity from contracts", + "operationId": "contracts.contract.DeleteContract", + "parameters": [ + { + "name": "contract-id", + "in": "path", + "description": "key: id of contract", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contract" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/contracts/{contract-id}/checkMemberGroups": { + "post": { + "tags": [ + "contracts.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "contracts.checkMemberGroups", + "parameters": [ + { + "name": "contract-id", + "in": "path", + "description": "key: id of contract", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contract" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/contracts/{contract-id}/getMemberGroups": { + "post": { + "tags": [ + "contracts.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "contracts.getMemberGroups", + "parameters": [ + { + "name": "contract-id", + "in": "path", + "description": "key: id of contract", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contract" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/contracts/{contract-id}/getMemberObjects": { + "post": { + "tags": [ + "contracts.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "contracts.getMemberObjects", + "parameters": [ + { + "name": "contract-id", + "in": "path", + "description": "key: id of contract", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contract" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/contracts/{contract-id}/restore": { + "post": { + "tags": [ + "contracts.Actions" + ], + "summary": "Invoke action restore", + "operationId": "contracts.restore", + "parameters": [ + { + "name": "contract-id", + "in": "path", + "description": "key: id of contract", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contract" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/contracts/getByIds": { + "post": { + "tags": [ + "contracts.Actions" + ], + "summary": "Invoke action getByIds", + "operationId": "contracts.getByIds", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "types": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceAppManagement": { + "get": { + "tags": [ + "deviceAppManagement.deviceAppManagement" + ], + "summary": "Get deviceAppManagement", + "operationId": "deviceAppManagement.deviceAppManagement.GetDeviceAppManagement", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "microsoftStoreForBusinessLastSuccessfulSyncDateTime", + "isEnabledForMicrosoftStoreForBusiness", + "microsoftStoreForBusinessLanguage", + "microsoftStoreForBusinessLastCompletedApplicationSyncTime", + "mobileApps", + "mobileAppCategories", + "mobileAppConfigurations", + "vppTokens", + "managedAppPolicies", + "iosManagedAppProtections", + "androidManagedAppProtections", + "defaultManagedAppProtections", + "targetedManagedAppConfigurations", + "mdmWindowsInformationProtectionPolicies", + "windowsInformationProtectionPolicies", + "managedAppRegistrations", + "managedAppStatuses", + "managedEBooks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "mobileApps", + "mobileAppCategories", + "mobileAppConfigurations", + "vppTokens", + "managedAppPolicies", + "iosManagedAppProtections", + "androidManagedAppProtections", + "defaultManagedAppProtections", + "targetedManagedAppConfigurations", + "mdmWindowsInformationProtectionPolicies", + "windowsInformationProtectionPolicies", + "managedAppRegistrations", + "managedAppStatuses", + "managedEBooks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceAppManagement" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.deviceAppManagement" + ], + "summary": "Update deviceAppManagement", + "operationId": "deviceAppManagement.deviceAppManagement.UpdateDeviceAppManagement", + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceAppManagement" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/androidManagedAppProtections": { + "get": { + "tags": [ + "deviceAppManagement.androidManagedAppProtection" + ], + "summary": "Get androidManagedAppProtections from deviceAppManagement", + "operationId": "deviceAppManagement.ListAndroidManagedAppProtections", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc", + "periodOfflineBeforeAccessCheck", + "periodOfflineBeforeAccessCheck desc", + "periodOnlineBeforeAccessCheck", + "periodOnlineBeforeAccessCheck desc", + "allowedInboundDataTransferSources", + "allowedInboundDataTransferSources desc", + "allowedOutboundDataTransferDestinations", + "allowedOutboundDataTransferDestinations desc", + "organizationalCredentialsRequired", + "organizationalCredentialsRequired desc", + "allowedOutboundClipboardSharingLevel", + "allowedOutboundClipboardSharingLevel desc", + "dataBackupBlocked", + "dataBackupBlocked desc", + "deviceComplianceRequired", + "deviceComplianceRequired desc", + "managedBrowserToOpenLinksRequired", + "managedBrowserToOpenLinksRequired desc", + "saveAsBlocked", + "saveAsBlocked desc", + "periodOfflineBeforeWipeIsEnforced", + "periodOfflineBeforeWipeIsEnforced desc", + "pinRequired", + "pinRequired desc", + "maximumPinRetries", + "maximumPinRetries desc", + "simplePinBlocked", + "simplePinBlocked desc", + "minimumPinLength", + "minimumPinLength desc", + "pinCharacterSet", + "pinCharacterSet desc", + "periodBeforePinReset", + "periodBeforePinReset desc", + "allowedDataStorageLocations", + "allowedDataStorageLocations desc", + "contactSyncBlocked", + "contactSyncBlocked desc", + "printBlocked", + "printBlocked desc", + "fingerprintBlocked", + "fingerprintBlocked desc", + "disableAppPinIfDevicePinIsSet", + "disableAppPinIfDevicePinIsSet desc", + "minimumRequiredOsVersion", + "minimumRequiredOsVersion desc", + "minimumWarningOsVersion", + "minimumWarningOsVersion desc", + "minimumRequiredAppVersion", + "minimumRequiredAppVersion desc", + "minimumWarningAppVersion", + "minimumWarningAppVersion desc", + "isAssigned", + "isAssigned desc", + "screenCaptureBlocked", + "screenCaptureBlocked desc", + "disableAppEncryptionIfDeviceEncryptionIsEnabled", + "disableAppEncryptionIfDeviceEncryptionIsEnabled desc", + "encryptAppData", + "encryptAppData desc", + "deployedAppCount", + "deployedAppCount desc", + "minimumRequiredPatchVersion", + "minimumRequiredPatchVersion desc", + "minimumWarningPatchVersion", + "minimumWarningPatchVersion desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "periodOfflineBeforeAccessCheck", + "periodOnlineBeforeAccessCheck", + "allowedInboundDataTransferSources", + "allowedOutboundDataTransferDestinations", + "organizationalCredentialsRequired", + "allowedOutboundClipboardSharingLevel", + "dataBackupBlocked", + "deviceComplianceRequired", + "managedBrowserToOpenLinksRequired", + "saveAsBlocked", + "periodOfflineBeforeWipeIsEnforced", + "pinRequired", + "maximumPinRetries", + "simplePinBlocked", + "minimumPinLength", + "pinCharacterSet", + "periodBeforePinReset", + "allowedDataStorageLocations", + "contactSyncBlocked", + "printBlocked", + "fingerprintBlocked", + "disableAppPinIfDevicePinIsSet", + "minimumRequiredOsVersion", + "minimumWarningOsVersion", + "minimumRequiredAppVersion", + "minimumWarningAppVersion", + "isAssigned", + "screenCaptureBlocked", + "disableAppEncryptionIfDeviceEncryptionIsEnabled", + "encryptAppData", + "deployedAppCount", + "minimumRequiredPatchVersion", + "minimumWarningPatchVersion", + "assignments", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of androidManagedAppProtection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.androidManagedAppProtection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.androidManagedAppProtection" + ], + "summary": "Create new navigation property to androidManagedAppProtections for deviceAppManagement", + "operationId": "deviceAppManagement.CreateAndroidManagedAppProtections", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.androidManagedAppProtection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.androidManagedAppProtection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}": { + "get": { + "tags": [ + "deviceAppManagement.androidManagedAppProtection" + ], + "summary": "Get androidManagedAppProtections from deviceAppManagement", + "operationId": "deviceAppManagement.GetAndroidManagedAppProtections", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "periodOfflineBeforeAccessCheck", + "periodOnlineBeforeAccessCheck", + "allowedInboundDataTransferSources", + "allowedOutboundDataTransferDestinations", + "organizationalCredentialsRequired", + "allowedOutboundClipboardSharingLevel", + "dataBackupBlocked", + "deviceComplianceRequired", + "managedBrowserToOpenLinksRequired", + "saveAsBlocked", + "periodOfflineBeforeWipeIsEnforced", + "pinRequired", + "maximumPinRetries", + "simplePinBlocked", + "minimumPinLength", + "pinCharacterSet", + "periodBeforePinReset", + "allowedDataStorageLocations", + "contactSyncBlocked", + "printBlocked", + "fingerprintBlocked", + "disableAppPinIfDevicePinIsSet", + "minimumRequiredOsVersion", + "minimumWarningOsVersion", + "minimumRequiredAppVersion", + "minimumWarningAppVersion", + "isAssigned", + "screenCaptureBlocked", + "disableAppEncryptionIfDeviceEncryptionIsEnabled", + "encryptAppData", + "deployedAppCount", + "minimumRequiredPatchVersion", + "minimumWarningPatchVersion", + "assignments", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.androidManagedAppProtection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.androidManagedAppProtection" + ], + "summary": "Update the navigation property androidManagedAppProtections in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateAndroidManagedAppProtections", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.androidManagedAppProtection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.androidManagedAppProtection" + ], + "summary": "Delete navigation property androidManagedAppProtections for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteAndroidManagedAppProtections", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps": { + "get": { + "tags": [ + "deviceAppManagement.androidManagedAppProtections.managedMobileApp" + ], + "summary": "Get apps from deviceAppManagement", + "operationId": "deviceAppManagement.androidManagedAppProtections.ListApps", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "mobileAppIdentifier", + "mobileAppIdentifier desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "mobileAppIdentifier", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedMobileApp", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.androidManagedAppProtections.managedMobileApp" + ], + "summary": "Create new navigation property to apps for deviceAppManagement", + "operationId": "deviceAppManagement.androidManagedAppProtections.CreateApps", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}": { + "get": { + "tags": [ + "deviceAppManagement.androidManagedAppProtections.managedMobileApp" + ], + "summary": "Get apps from deviceAppManagement", + "operationId": "deviceAppManagement.androidManagedAppProtections.GetApps", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "mobileAppIdentifier", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.androidManagedAppProtections.managedMobileApp" + ], + "summary": "Update the navigation property apps in deviceAppManagement", + "operationId": "deviceAppManagement.androidManagedAppProtections.UpdateApps", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.androidManagedAppProtections.managedMobileApp" + ], + "summary": "Delete navigation property apps for deviceAppManagement", + "operationId": "deviceAppManagement.androidManagedAppProtections.DeleteApps", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary": { + "get": { + "tags": [ + "deviceAppManagement.androidManagedAppProtections.managedAppPolicyDeploymentSummary" + ], + "summary": "Get deploymentSummary from deviceAppManagement", + "operationId": "deviceAppManagement.androidManagedAppProtections.GetDeploymentSummary", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "configurationDeployedUserCount", + "lastRefreshTime", + "configurationDeploymentSummaryPerApp", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.androidManagedAppProtections.managedAppPolicyDeploymentSummary" + ], + "summary": "Update the navigation property deploymentSummary in deviceAppManagement", + "operationId": "deviceAppManagement.androidManagedAppProtections.UpdateDeploymentSummary", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.androidManagedAppProtections.managedAppPolicyDeploymentSummary" + ], + "summary": "Delete navigation property deploymentSummary for deviceAppManagement", + "operationId": "deviceAppManagement.androidManagedAppProtections.DeleteDeploymentSummary", + "parameters": [ + { + "name": "androidManagedAppProtection-id", + "in": "path", + "description": "key: id of androidManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "androidManagedAppProtection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/defaultManagedAppProtections": { + "get": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtection" + ], + "summary": "Get defaultManagedAppProtections from deviceAppManagement", + "operationId": "deviceAppManagement.ListDefaultManagedAppProtections", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc", + "periodOfflineBeforeAccessCheck", + "periodOfflineBeforeAccessCheck desc", + "periodOnlineBeforeAccessCheck", + "periodOnlineBeforeAccessCheck desc", + "allowedInboundDataTransferSources", + "allowedInboundDataTransferSources desc", + "allowedOutboundDataTransferDestinations", + "allowedOutboundDataTransferDestinations desc", + "organizationalCredentialsRequired", + "organizationalCredentialsRequired desc", + "allowedOutboundClipboardSharingLevel", + "allowedOutboundClipboardSharingLevel desc", + "dataBackupBlocked", + "dataBackupBlocked desc", + "deviceComplianceRequired", + "deviceComplianceRequired desc", + "managedBrowserToOpenLinksRequired", + "managedBrowserToOpenLinksRequired desc", + "saveAsBlocked", + "saveAsBlocked desc", + "periodOfflineBeforeWipeIsEnforced", + "periodOfflineBeforeWipeIsEnforced desc", + "pinRequired", + "pinRequired desc", + "maximumPinRetries", + "maximumPinRetries desc", + "simplePinBlocked", + "simplePinBlocked desc", + "minimumPinLength", + "minimumPinLength desc", + "pinCharacterSet", + "pinCharacterSet desc", + "periodBeforePinReset", + "periodBeforePinReset desc", + "allowedDataStorageLocations", + "allowedDataStorageLocations desc", + "contactSyncBlocked", + "contactSyncBlocked desc", + "printBlocked", + "printBlocked desc", + "fingerprintBlocked", + "fingerprintBlocked desc", + "disableAppPinIfDevicePinIsSet", + "disableAppPinIfDevicePinIsSet desc", + "minimumRequiredOsVersion", + "minimumRequiredOsVersion desc", + "minimumWarningOsVersion", + "minimumWarningOsVersion desc", + "minimumRequiredAppVersion", + "minimumRequiredAppVersion desc", + "minimumWarningAppVersion", + "minimumWarningAppVersion desc", + "appDataEncryptionType", + "appDataEncryptionType desc", + "screenCaptureBlocked", + "screenCaptureBlocked desc", + "encryptAppData", + "encryptAppData desc", + "disableAppEncryptionIfDeviceEncryptionIsEnabled", + "disableAppEncryptionIfDeviceEncryptionIsEnabled desc", + "minimumRequiredSdkVersion", + "minimumRequiredSdkVersion desc", + "customSettings", + "customSettings desc", + "deployedAppCount", + "deployedAppCount desc", + "minimumRequiredPatchVersion", + "minimumRequiredPatchVersion desc", + "minimumWarningPatchVersion", + "minimumWarningPatchVersion desc", + "faceIdBlocked", + "faceIdBlocked desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "periodOfflineBeforeAccessCheck", + "periodOnlineBeforeAccessCheck", + "allowedInboundDataTransferSources", + "allowedOutboundDataTransferDestinations", + "organizationalCredentialsRequired", + "allowedOutboundClipboardSharingLevel", + "dataBackupBlocked", + "deviceComplianceRequired", + "managedBrowserToOpenLinksRequired", + "saveAsBlocked", + "periodOfflineBeforeWipeIsEnforced", + "pinRequired", + "maximumPinRetries", + "simplePinBlocked", + "minimumPinLength", + "pinCharacterSet", + "periodBeforePinReset", + "allowedDataStorageLocations", + "contactSyncBlocked", + "printBlocked", + "fingerprintBlocked", + "disableAppPinIfDevicePinIsSet", + "minimumRequiredOsVersion", + "minimumWarningOsVersion", + "minimumRequiredAppVersion", + "minimumWarningAppVersion", + "appDataEncryptionType", + "screenCaptureBlocked", + "encryptAppData", + "disableAppEncryptionIfDeviceEncryptionIsEnabled", + "minimumRequiredSdkVersion", + "customSettings", + "deployedAppCount", + "minimumRequiredPatchVersion", + "minimumWarningPatchVersion", + "faceIdBlocked", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of defaultManagedAppProtection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.defaultManagedAppProtection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtection" + ], + "summary": "Create new navigation property to defaultManagedAppProtections for deviceAppManagement", + "operationId": "deviceAppManagement.CreateDefaultManagedAppProtections", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.defaultManagedAppProtection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.defaultManagedAppProtection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}": { + "get": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtection" + ], + "summary": "Get defaultManagedAppProtections from deviceAppManagement", + "operationId": "deviceAppManagement.GetDefaultManagedAppProtections", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "periodOfflineBeforeAccessCheck", + "periodOnlineBeforeAccessCheck", + "allowedInboundDataTransferSources", + "allowedOutboundDataTransferDestinations", + "organizationalCredentialsRequired", + "allowedOutboundClipboardSharingLevel", + "dataBackupBlocked", + "deviceComplianceRequired", + "managedBrowserToOpenLinksRequired", + "saveAsBlocked", + "periodOfflineBeforeWipeIsEnforced", + "pinRequired", + "maximumPinRetries", + "simplePinBlocked", + "minimumPinLength", + "pinCharacterSet", + "periodBeforePinReset", + "allowedDataStorageLocations", + "contactSyncBlocked", + "printBlocked", + "fingerprintBlocked", + "disableAppPinIfDevicePinIsSet", + "minimumRequiredOsVersion", + "minimumWarningOsVersion", + "minimumRequiredAppVersion", + "minimumWarningAppVersion", + "appDataEncryptionType", + "screenCaptureBlocked", + "encryptAppData", + "disableAppEncryptionIfDeviceEncryptionIsEnabled", + "minimumRequiredSdkVersion", + "customSettings", + "deployedAppCount", + "minimumRequiredPatchVersion", + "minimumWarningPatchVersion", + "faceIdBlocked", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.defaultManagedAppProtection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtection" + ], + "summary": "Update the navigation property defaultManagedAppProtections in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateDefaultManagedAppProtections", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.defaultManagedAppProtection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtection" + ], + "summary": "Delete navigation property defaultManagedAppProtections for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteDefaultManagedAppProtections", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps": { + "get": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtections.managedMobileApp" + ], + "summary": "Get apps from deviceAppManagement", + "operationId": "deviceAppManagement.defaultManagedAppProtections.ListApps", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "mobileAppIdentifier", + "mobileAppIdentifier desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "mobileAppIdentifier", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedMobileApp", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtections.managedMobileApp" + ], + "summary": "Create new navigation property to apps for deviceAppManagement", + "operationId": "deviceAppManagement.defaultManagedAppProtections.CreateApps", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}": { + "get": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtections.managedMobileApp" + ], + "summary": "Get apps from deviceAppManagement", + "operationId": "deviceAppManagement.defaultManagedAppProtections.GetApps", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "mobileAppIdentifier", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtections.managedMobileApp" + ], + "summary": "Update the navigation property apps in deviceAppManagement", + "operationId": "deviceAppManagement.defaultManagedAppProtections.UpdateApps", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtections.managedMobileApp" + ], + "summary": "Delete navigation property apps for deviceAppManagement", + "operationId": "deviceAppManagement.defaultManagedAppProtections.DeleteApps", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary": { + "get": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtections.managedAppPolicyDeploymentSummary" + ], + "summary": "Get deploymentSummary from deviceAppManagement", + "operationId": "deviceAppManagement.defaultManagedAppProtections.GetDeploymentSummary", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "configurationDeployedUserCount", + "lastRefreshTime", + "configurationDeploymentSummaryPerApp", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtections.managedAppPolicyDeploymentSummary" + ], + "summary": "Update the navigation property deploymentSummary in deviceAppManagement", + "operationId": "deviceAppManagement.defaultManagedAppProtections.UpdateDeploymentSummary", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.defaultManagedAppProtections.managedAppPolicyDeploymentSummary" + ], + "summary": "Delete navigation property deploymentSummary for deviceAppManagement", + "operationId": "deviceAppManagement.defaultManagedAppProtections.DeleteDeploymentSummary", + "parameters": [ + { + "name": "defaultManagedAppProtection-id", + "in": "path", + "description": "key: id of defaultManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "defaultManagedAppProtection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/iosManagedAppProtections": { + "get": { + "tags": [ + "deviceAppManagement.iosManagedAppProtection" + ], + "summary": "Get iosManagedAppProtections from deviceAppManagement", + "operationId": "deviceAppManagement.ListIosManagedAppProtections", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc", + "periodOfflineBeforeAccessCheck", + "periodOfflineBeforeAccessCheck desc", + "periodOnlineBeforeAccessCheck", + "periodOnlineBeforeAccessCheck desc", + "allowedInboundDataTransferSources", + "allowedInboundDataTransferSources desc", + "allowedOutboundDataTransferDestinations", + "allowedOutboundDataTransferDestinations desc", + "organizationalCredentialsRequired", + "organizationalCredentialsRequired desc", + "allowedOutboundClipboardSharingLevel", + "allowedOutboundClipboardSharingLevel desc", + "dataBackupBlocked", + "dataBackupBlocked desc", + "deviceComplianceRequired", + "deviceComplianceRequired desc", + "managedBrowserToOpenLinksRequired", + "managedBrowserToOpenLinksRequired desc", + "saveAsBlocked", + "saveAsBlocked desc", + "periodOfflineBeforeWipeIsEnforced", + "periodOfflineBeforeWipeIsEnforced desc", + "pinRequired", + "pinRequired desc", + "maximumPinRetries", + "maximumPinRetries desc", + "simplePinBlocked", + "simplePinBlocked desc", + "minimumPinLength", + "minimumPinLength desc", + "pinCharacterSet", + "pinCharacterSet desc", + "periodBeforePinReset", + "periodBeforePinReset desc", + "allowedDataStorageLocations", + "allowedDataStorageLocations desc", + "contactSyncBlocked", + "contactSyncBlocked desc", + "printBlocked", + "printBlocked desc", + "fingerprintBlocked", + "fingerprintBlocked desc", + "disableAppPinIfDevicePinIsSet", + "disableAppPinIfDevicePinIsSet desc", + "minimumRequiredOsVersion", + "minimumRequiredOsVersion desc", + "minimumWarningOsVersion", + "minimumWarningOsVersion desc", + "minimumRequiredAppVersion", + "minimumRequiredAppVersion desc", + "minimumWarningAppVersion", + "minimumWarningAppVersion desc", + "isAssigned", + "isAssigned desc", + "appDataEncryptionType", + "appDataEncryptionType desc", + "minimumRequiredSdkVersion", + "minimumRequiredSdkVersion desc", + "deployedAppCount", + "deployedAppCount desc", + "faceIdBlocked", + "faceIdBlocked desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "periodOfflineBeforeAccessCheck", + "periodOnlineBeforeAccessCheck", + "allowedInboundDataTransferSources", + "allowedOutboundDataTransferDestinations", + "organizationalCredentialsRequired", + "allowedOutboundClipboardSharingLevel", + "dataBackupBlocked", + "deviceComplianceRequired", + "managedBrowserToOpenLinksRequired", + "saveAsBlocked", + "periodOfflineBeforeWipeIsEnforced", + "pinRequired", + "maximumPinRetries", + "simplePinBlocked", + "minimumPinLength", + "pinCharacterSet", + "periodBeforePinReset", + "allowedDataStorageLocations", + "contactSyncBlocked", + "printBlocked", + "fingerprintBlocked", + "disableAppPinIfDevicePinIsSet", + "minimumRequiredOsVersion", + "minimumWarningOsVersion", + "minimumRequiredAppVersion", + "minimumWarningAppVersion", + "isAssigned", + "appDataEncryptionType", + "minimumRequiredSdkVersion", + "deployedAppCount", + "faceIdBlocked", + "assignments", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of iosManagedAppProtection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.iosManagedAppProtection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.iosManagedAppProtection" + ], + "summary": "Create new navigation property to iosManagedAppProtections for deviceAppManagement", + "operationId": "deviceAppManagement.CreateIosManagedAppProtections", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.iosManagedAppProtection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.iosManagedAppProtection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}": { + "get": { + "tags": [ + "deviceAppManagement.iosManagedAppProtection" + ], + "summary": "Get iosManagedAppProtections from deviceAppManagement", + "operationId": "deviceAppManagement.GetIosManagedAppProtections", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "periodOfflineBeforeAccessCheck", + "periodOnlineBeforeAccessCheck", + "allowedInboundDataTransferSources", + "allowedOutboundDataTransferDestinations", + "organizationalCredentialsRequired", + "allowedOutboundClipboardSharingLevel", + "dataBackupBlocked", + "deviceComplianceRequired", + "managedBrowserToOpenLinksRequired", + "saveAsBlocked", + "periodOfflineBeforeWipeIsEnforced", + "pinRequired", + "maximumPinRetries", + "simplePinBlocked", + "minimumPinLength", + "pinCharacterSet", + "periodBeforePinReset", + "allowedDataStorageLocations", + "contactSyncBlocked", + "printBlocked", + "fingerprintBlocked", + "disableAppPinIfDevicePinIsSet", + "minimumRequiredOsVersion", + "minimumWarningOsVersion", + "minimumRequiredAppVersion", + "minimumWarningAppVersion", + "isAssigned", + "appDataEncryptionType", + "minimumRequiredSdkVersion", + "deployedAppCount", + "faceIdBlocked", + "assignments", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "apps", + "deploymentSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.iosManagedAppProtection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.iosManagedAppProtection" + ], + "summary": "Update the navigation property iosManagedAppProtections in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateIosManagedAppProtections", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.iosManagedAppProtection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.iosManagedAppProtection" + ], + "summary": "Delete navigation property iosManagedAppProtections for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteIosManagedAppProtections", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps": { + "get": { + "tags": [ + "deviceAppManagement.iosManagedAppProtections.managedMobileApp" + ], + "summary": "Get apps from deviceAppManagement", + "operationId": "deviceAppManagement.iosManagedAppProtections.ListApps", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "mobileAppIdentifier", + "mobileAppIdentifier desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "mobileAppIdentifier", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedMobileApp", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.iosManagedAppProtections.managedMobileApp" + ], + "summary": "Create new navigation property to apps for deviceAppManagement", + "operationId": "deviceAppManagement.iosManagedAppProtections.CreateApps", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}": { + "get": { + "tags": [ + "deviceAppManagement.iosManagedAppProtections.managedMobileApp" + ], + "summary": "Get apps from deviceAppManagement", + "operationId": "deviceAppManagement.iosManagedAppProtections.GetApps", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "mobileAppIdentifier", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.iosManagedAppProtections.managedMobileApp" + ], + "summary": "Update the navigation property apps in deviceAppManagement", + "operationId": "deviceAppManagement.iosManagedAppProtections.UpdateApps", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.iosManagedAppProtections.managedMobileApp" + ], + "summary": "Delete navigation property apps for deviceAppManagement", + "operationId": "deviceAppManagement.iosManagedAppProtections.DeleteApps", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary": { + "get": { + "tags": [ + "deviceAppManagement.iosManagedAppProtections.managedAppPolicyDeploymentSummary" + ], + "summary": "Get deploymentSummary from deviceAppManagement", + "operationId": "deviceAppManagement.iosManagedAppProtections.GetDeploymentSummary", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "configurationDeployedUserCount", + "lastRefreshTime", + "configurationDeploymentSummaryPerApp", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.iosManagedAppProtections.managedAppPolicyDeploymentSummary" + ], + "summary": "Update the navigation property deploymentSummary in deviceAppManagement", + "operationId": "deviceAppManagement.iosManagedAppProtections.UpdateDeploymentSummary", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.iosManagedAppProtections.managedAppPolicyDeploymentSummary" + ], + "summary": "Delete navigation property deploymentSummary for deviceAppManagement", + "operationId": "deviceAppManagement.iosManagedAppProtections.DeleteDeploymentSummary", + "parameters": [ + { + "name": "iosManagedAppProtection-id", + "in": "path", + "description": "key: id of iosManagedAppProtection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosManagedAppProtection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppPolicies": { + "get": { + "tags": [ + "deviceAppManagement.managedAppPolicy" + ], + "summary": "Get managedAppPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.ListManagedAppPolicies", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedAppPolicy", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedAppPolicy" + ], + "summary": "Create new navigation property to managedAppPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.CreateManagedAppPolicies", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedAppPolicy" + ], + "summary": "Get managedAppPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.GetManagedAppPolicies", + "parameters": [ + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedAppPolicy" + ], + "summary": "Update the navigation property managedAppPolicies in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateManagedAppPolicies", + "parameters": [ + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedAppPolicy" + ], + "summary": "Delete navigation property managedAppPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteManagedAppPolicies", + "parameters": [ + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "deviceAppManagement.managedAppPolicies.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps" + ] + }, + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "deviceAppManagement.managedAppPolicies.targetApps", + "parameters": [ + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps" + ] + }, + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceAppManagement.managedAppPolicies.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceAppManagement.managedAppPolicies.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, + "/deviceAppManagement/managedAppRegistrations": { + "get": { + "tags": [ + "deviceAppManagement.managedAppRegistration" + ], + "summary": "Get managedAppRegistrations from deviceAppManagement", + "operationId": "deviceAppManagement.ListManagedAppRegistrations", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "applicationVersion", + "applicationVersion desc", + "managementSdkVersion", + "managementSdkVersion desc", + "platformVersion", + "platformVersion desc", + "deviceType", + "deviceType desc", + "deviceTag", + "deviceTag desc", + "deviceName", + "deviceName desc", + "flaggedReasons", + "flaggedReasons desc", + "userId", + "userId desc", + "appIdentifier", + "appIdentifier desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastSyncDateTime", + "applicationVersion", + "managementSdkVersion", + "platformVersion", + "deviceType", + "deviceTag", + "deviceName", + "flaggedReasons", + "userId", + "appIdentifier", + "version", + "appliedPolicies", + "intendedPolicies", + "operations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "appliedPolicies", + "intendedPolicies", + "operations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedAppRegistration", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedAppRegistration" + ], + "summary": "Create new navigation property to managedAppRegistrations for deviceAppManagement", + "operationId": "deviceAppManagement.CreateManagedAppRegistrations", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedAppRegistration" + ], + "summary": "Get managedAppRegistrations from deviceAppManagement", + "operationId": "deviceAppManagement.GetManagedAppRegistrations", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastSyncDateTime", + "applicationVersion", + "managementSdkVersion", + "platformVersion", + "deviceType", + "deviceTag", + "deviceName", + "flaggedReasons", + "userId", + "appIdentifier", + "version", + "appliedPolicies", + "intendedPolicies", + "operations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "appliedPolicies", + "intendedPolicies", + "operations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedAppRegistration" + ], + "summary": "Update the navigation property managedAppRegistrations in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateManagedAppRegistrations", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedAppRegistration" + ], + "summary": "Delete navigation property managedAppRegistrations for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteManagedAppRegistrations", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies": { + "get": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Get appliedPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.ListAppliedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedAppPolicy", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Create new navigation property to appliedPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.CreateAppliedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Get appliedPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.GetAppliedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Update the navigation property appliedPolicies in deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.UpdateAppliedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Delete navigation property appliedPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.DeleteAppliedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "deviceAppManagement.managedAppRegistrations.appliedPolicies.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps" + ] + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "deviceAppManagement.managedAppRegistrations.appliedPolicies.targetApps", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps" + ] + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceAppManagement.managedAppRegistrations.appliedPolicies.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceAppManagement.managedAppRegistrations.appliedPolicies.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies": { + "get": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Get intendedPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.ListIntendedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedAppPolicy", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Create new navigation property to intendedPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.CreateIntendedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Get intendedPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.GetIntendedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Update the navigation property intendedPolicies in deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.UpdateIntendedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppPolicy" + ], + "summary": "Delete navigation property intendedPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.DeleteIntendedPolicies", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "deviceAppManagement.managedAppRegistrations.intendedPolicies.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps" + ] + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "deviceAppManagement.managedAppRegistrations.intendedPolicies.targetApps", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps" + ] + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceAppManagement.managedAppRegistrations.intendedPolicies.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceAppManagement.managedAppRegistrations.intendedPolicies.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppPolicy-id", + "in": "path", + "description": "key: id of managedAppPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppPolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations": { + "get": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppOperation" + ], + "summary": "Get operations from deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.ListOperations", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "state", + "state desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "lastModifiedDateTime", + "state", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedAppOperation", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppOperation" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppOperation" + ], + "summary": "Create new navigation property to operations for deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.CreateOperations", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppOperation" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppOperation" + ], + "summary": "Get operations from deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.GetOperations", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppOperation-id", + "in": "path", + "description": "key: id of managedAppOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppOperation" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "lastModifiedDateTime", + "state", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppOperation" + ], + "summary": "Update the navigation property operations in deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.UpdateOperations", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppOperation-id", + "in": "path", + "description": "key: id of managedAppOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppOperation" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppOperation" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedAppRegistrations.managedAppOperation" + ], + "summary": "Delete navigation property operations for deviceAppManagement", + "operationId": "deviceAppManagement.managedAppRegistrations.DeleteOperations", + "parameters": [ + { + "name": "managedAppRegistration-id", + "in": "path", + "description": "key: id of managedAppRegistration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppRegistration" + }, + { + "name": "managedAppOperation-id", + "in": "path", + "description": "key: id of managedAppOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppOperation" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration()": { + "get": { + "tags": [ + "deviceAppManagement.Functions" + ], + "summary": "Invoke function getUserIdsWithFlaggedAppRegistration", + "operationId": "deviceAppManagement.managedAppRegistrations.getUserIdsWithFlaggedAppRegistration", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/deviceAppManagement/managedAppStatuses": { + "get": { + "tags": [ + "deviceAppManagement.managedAppStatus" + ], + "summary": "Get managedAppStatuses from deviceAppManagement", + "operationId": "deviceAppManagement.ListManagedAppStatuses", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedAppStatus", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppStatus" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedAppStatus" + ], + "summary": "Create new navigation property to managedAppStatuses for deviceAppManagement", + "operationId": "deviceAppManagement.CreateManagedAppStatuses", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppStatus" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedAppStatus" + ], + "summary": "Get managedAppStatuses from deviceAppManagement", + "operationId": "deviceAppManagement.GetManagedAppStatuses", + "parameters": [ + { + "name": "managedAppStatus-id", + "in": "path", + "description": "key: id of managedAppStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedAppStatus" + ], + "summary": "Update the navigation property managedAppStatuses in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateManagedAppStatuses", + "parameters": [ + { + "name": "managedAppStatus-id", + "in": "path", + "description": "key: id of managedAppStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppStatus" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppStatus" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedAppStatus" + ], + "summary": "Delete navigation property managedAppStatuses for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteManagedAppStatuses", + "parameters": [ + { + "name": "managedAppStatus-id", + "in": "path", + "description": "key: id of managedAppStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedAppStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks": { + "get": { + "tags": [ + "deviceAppManagement.managedEBook" + ], + "summary": "Get managedEBooks from deviceAppManagement", + "operationId": "deviceAppManagement.ListManagedEBooks", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "publisher", + "publisher desc", + "publishedDateTime", + "publishedDateTime desc", + "largeCover", + "largeCover desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "informationUrl", + "informationUrl desc", + "privacyInformationUrl", + "privacyInformationUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "publisher", + "publishedDateTime", + "largeCover", + "createdDateTime", + "lastModifiedDateTime", + "informationUrl", + "privacyInformationUrl", + "assignments", + "installSummary", + "deviceStates", + "userStateSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "installSummary", + "deviceStates", + "userStateSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedEBook", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedEBook" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedEBook" + ], + "summary": "Create new navigation property to managedEBooks for deviceAppManagement", + "operationId": "deviceAppManagement.CreateManagedEBooks", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedEBook" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedEBook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedEBook" + ], + "summary": "Get managedEBooks from deviceAppManagement", + "operationId": "deviceAppManagement.GetManagedEBooks", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "publisher", + "publishedDateTime", + "largeCover", + "createdDateTime", + "lastModifiedDateTime", + "informationUrl", + "privacyInformationUrl", + "assignments", + "installSummary", + "deviceStates", + "userStateSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "installSummary", + "deviceStates", + "userStateSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedEBook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedEBook" + ], + "summary": "Update the navigation property managedEBooks in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateManagedEBooks", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedEBook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedEBook" + ], + "summary": "Delete navigation property managedEBooks for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteManagedEBooks", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments": { + "get": { + "tags": [ + "deviceAppManagement.managedEBooks.managedEBookAssignment" + ], + "summary": "Get assignments from deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.ListAssignments", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "target", + "target desc", + "installIntent", + "installIntent desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target", + "installIntent" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedEBookAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedEBooks.managedEBookAssignment" + ], + "summary": "Create new navigation property to assignments for deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.CreateAssignments", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedEBooks.managedEBookAssignment" + ], + "summary": "Get assignments from deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.GetAssignments", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "managedEBookAssignment-id", + "in": "path", + "description": "key: id of managedEBookAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBookAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target", + "installIntent" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedEBooks.managedEBookAssignment" + ], + "summary": "Update the navigation property assignments in deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.UpdateAssignments", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "managedEBookAssignment-id", + "in": "path", + "description": "key: id of managedEBookAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBookAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedEBooks.managedEBookAssignment" + ], + "summary": "Delete navigation property assignments for deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.DeleteAssignments", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "managedEBookAssignment-id", + "in": "path", + "description": "key: id of managedEBookAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBookAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates": { + "get": { + "tags": [ + "deviceAppManagement.managedEBooks.deviceInstallState" + ], + "summary": "Get deviceStates from deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.ListDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deviceName", + "deviceName desc", + "deviceId", + "deviceId desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "installState", + "installState desc", + "errorCode", + "errorCode desc", + "osVersion", + "osVersion desc", + "osDescription", + "osDescription desc", + "userName", + "userName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceName", + "deviceId", + "lastSyncDateTime", + "installState", + "errorCode", + "osVersion", + "osDescription", + "userName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceInstallState", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedEBooks.deviceInstallState" + ], + "summary": "Create new navigation property to deviceStates for deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.CreateDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedEBooks.deviceInstallState" + ], + "summary": "Get deviceStates from deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.GetDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "deviceInstallState-id", + "in": "path", + "description": "key: id of deviceInstallState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceInstallState" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceName", + "deviceId", + "lastSyncDateTime", + "installState", + "errorCode", + "osVersion", + "osDescription", + "userName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedEBooks.deviceInstallState" + ], + "summary": "Update the navigation property deviceStates in deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.UpdateDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "deviceInstallState-id", + "in": "path", + "description": "key: id of deviceInstallState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceInstallState" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedEBooks.deviceInstallState" + ], + "summary": "Delete navigation property deviceStates for deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.DeleteDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "deviceInstallState-id", + "in": "path", + "description": "key: id of deviceInstallState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceInstallState" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary": { + "get": { + "tags": [ + "deviceAppManagement.managedEBooks.eBookInstallSummary" + ], + "summary": "Get installSummary from deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.GetInstallSummary", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "installedDeviceCount", + "failedDeviceCount", + "notInstalledDeviceCount", + "installedUserCount", + "failedUserCount", + "notInstalledUserCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.eBookInstallSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedEBooks.eBookInstallSummary" + ], + "summary": "Update the navigation property installSummary in deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.UpdateInstallSummary", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.eBookInstallSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedEBooks.eBookInstallSummary" + ], + "summary": "Delete navigation property installSummary for deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.DeleteInstallSummary", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceAppManagement.managedEBooks.assign", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "managedEBookAssignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary": { + "get": { + "tags": [ + "deviceAppManagement.managedEBooks.userInstallStateSummary" + ], + "summary": "Get userStateSummary from deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.ListUserStateSummary", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userName", + "userName desc", + "installedDeviceCount", + "installedDeviceCount desc", + "failedDeviceCount", + "failedDeviceCount desc", + "notInstalledDeviceCount", + "notInstalledDeviceCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userName", + "installedDeviceCount", + "failedDeviceCount", + "notInstalledDeviceCount", + "deviceStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of userInstallStateSummary", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.userInstallStateSummary" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedEBooks.userInstallStateSummary" + ], + "summary": "Create new navigation property to userStateSummary for deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.CreateUserStateSummary", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userInstallStateSummary" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userInstallStateSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedEBooks.userInstallStateSummary" + ], + "summary": "Get userStateSummary from deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.GetUserStateSummary", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "userInstallStateSummary-id", + "in": "path", + "description": "key: id of userInstallStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userInstallStateSummary" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userName", + "installedDeviceCount", + "failedDeviceCount", + "notInstalledDeviceCount", + "deviceStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userInstallStateSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedEBooks.userInstallStateSummary" + ], + "summary": "Update the navigation property userStateSummary in deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.UpdateUserStateSummary", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "userInstallStateSummary-id", + "in": "path", + "description": "key: id of userInstallStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userInstallStateSummary" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userInstallStateSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedEBooks.userInstallStateSummary" + ], + "summary": "Delete navigation property userStateSummary for deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.DeleteUserStateSummary", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "userInstallStateSummary-id", + "in": "path", + "description": "key: id of userInstallStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userInstallStateSummary" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates": { + "get": { + "tags": [ + "deviceAppManagement.managedEBooks.userStateSummary.deviceInstallState" + ], + "summary": "Get deviceStates from deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.userStateSummary.ListDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "userInstallStateSummary-id", + "in": "path", + "description": "key: id of userInstallStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userInstallStateSummary" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deviceName", + "deviceName desc", + "deviceId", + "deviceId desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "installState", + "installState desc", + "errorCode", + "errorCode desc", + "osVersion", + "osVersion desc", + "osDescription", + "osDescription desc", + "userName", + "userName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceName", + "deviceId", + "lastSyncDateTime", + "installState", + "errorCode", + "osVersion", + "osDescription", + "userName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceInstallState", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedEBooks.userStateSummary.deviceInstallState" + ], + "summary": "Create new navigation property to deviceStates for deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.userStateSummary.CreateDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "userInstallStateSummary-id", + "in": "path", + "description": "key: id of userInstallStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userInstallStateSummary" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedEBooks.userStateSummary.deviceInstallState" + ], + "summary": "Get deviceStates from deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.userStateSummary.GetDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "userInstallStateSummary-id", + "in": "path", + "description": "key: id of userInstallStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userInstallStateSummary" + }, + { + "name": "deviceInstallState-id", + "in": "path", + "description": "key: id of deviceInstallState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceInstallState" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceName", + "deviceId", + "lastSyncDateTime", + "installState", + "errorCode", + "osVersion", + "osDescription", + "userName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedEBooks.userStateSummary.deviceInstallState" + ], + "summary": "Update the navigation property deviceStates in deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.userStateSummary.UpdateDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "userInstallStateSummary-id", + "in": "path", + "description": "key: id of userInstallStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userInstallStateSummary" + }, + { + "name": "deviceInstallState-id", + "in": "path", + "description": "key: id of deviceInstallState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceInstallState" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedEBooks.userStateSummary.deviceInstallState" + ], + "summary": "Delete navigation property deviceStates for deviceAppManagement", + "operationId": "deviceAppManagement.managedEBooks.userStateSummary.DeleteDeviceStates", + "parameters": [ + { + "name": "managedEBook-id", + "in": "path", + "description": "key: id of managedEBook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedEBook" + }, + { + "name": "userInstallStateSummary-id", + "in": "path", + "description": "key: id of userInstallStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userInstallStateSummary" + }, + { + "name": "deviceInstallState-id", + "in": "path", + "description": "key: id of deviceInstallState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceInstallState" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mdmWindowsInformationProtectionPolicies": { + "get": { + "tags": [ + "deviceAppManagement.mdmWindowsInformationProtectionPolicy" + ], + "summary": "Get mdmWindowsInformationProtectionPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.ListMdmWindowsInformationProtectionPolicies", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc", + "enforcementLevel", + "enforcementLevel desc", + "enterpriseDomain", + "enterpriseDomain desc", + "enterpriseProtectedDomainNames", + "enterpriseProtectedDomainNames desc", + "protectionUnderLockConfigRequired", + "protectionUnderLockConfigRequired desc", + "dataRecoveryCertificate", + "dataRecoveryCertificate desc", + "revokeOnUnenrollDisabled", + "revokeOnUnenrollDisabled desc", + "rightsManagementServicesTemplateId", + "rightsManagementServicesTemplateId desc", + "azureRightsManagementServicesAllowed", + "azureRightsManagementServicesAllowed desc", + "iconsVisible", + "iconsVisible desc", + "protectedApps", + "protectedApps desc", + "exemptApps", + "exemptApps desc", + "enterpriseNetworkDomainNames", + "enterpriseNetworkDomainNames desc", + "enterpriseProxiedDomains", + "enterpriseProxiedDomains desc", + "enterpriseIPRanges", + "enterpriseIPRanges desc", + "enterpriseIPRangesAreAuthoritative", + "enterpriseIPRangesAreAuthoritative desc", + "enterpriseProxyServers", + "enterpriseProxyServers desc", + "enterpriseInternalProxyServers", + "enterpriseInternalProxyServers desc", + "enterpriseProxyServersAreAuthoritative", + "enterpriseProxyServersAreAuthoritative desc", + "neutralDomainResources", + "neutralDomainResources desc", + "indexingEncryptedStoresOrItemsBlocked", + "indexingEncryptedStoresOrItemsBlocked desc", + "smbAutoEncryptedFileExtensions", + "smbAutoEncryptedFileExtensions desc", + "isAssigned", + "isAssigned desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "enforcementLevel", + "enterpriseDomain", + "enterpriseProtectedDomainNames", + "protectionUnderLockConfigRequired", + "dataRecoveryCertificate", + "revokeOnUnenrollDisabled", + "rightsManagementServicesTemplateId", + "azureRightsManagementServicesAllowed", + "iconsVisible", + "protectedApps", + "exemptApps", + "enterpriseNetworkDomainNames", + "enterpriseProxiedDomains", + "enterpriseIPRanges", + "enterpriseIPRangesAreAuthoritative", + "enterpriseProxyServers", + "enterpriseInternalProxyServers", + "enterpriseProxyServersAreAuthoritative", + "neutralDomainResources", + "indexingEncryptedStoresOrItemsBlocked", + "smbAutoEncryptedFileExtensions", + "isAssigned", + "protectedAppLockerFiles", + "exemptAppLockerFiles", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "protectedAppLockerFiles", + "exemptAppLockerFiles", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mdmWindowsInformationProtectionPolicy", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.mdmWindowsInformationProtectionPolicy" + ], + "summary": "Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.CreateMdmWindowsInformationProtectionPolicies", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}": { + "get": { + "tags": [ + "deviceAppManagement.mdmWindowsInformationProtectionPolicy" + ], + "summary": "Get mdmWindowsInformationProtectionPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.GetMdmWindowsInformationProtectionPolicies", + "parameters": [ + { + "name": "mdmWindowsInformationProtectionPolicy-id", + "in": "path", + "description": "key: id of mdmWindowsInformationProtectionPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mdmWindowsInformationProtectionPolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "enforcementLevel", + "enterpriseDomain", + "enterpriseProtectedDomainNames", + "protectionUnderLockConfigRequired", + "dataRecoveryCertificate", + "revokeOnUnenrollDisabled", + "rightsManagementServicesTemplateId", + "azureRightsManagementServicesAllowed", + "iconsVisible", + "protectedApps", + "exemptApps", + "enterpriseNetworkDomainNames", + "enterpriseProxiedDomains", + "enterpriseIPRanges", + "enterpriseIPRangesAreAuthoritative", + "enterpriseProxyServers", + "enterpriseInternalProxyServers", + "enterpriseProxyServersAreAuthoritative", + "neutralDomainResources", + "indexingEncryptedStoresOrItemsBlocked", + "smbAutoEncryptedFileExtensions", + "isAssigned", + "protectedAppLockerFiles", + "exemptAppLockerFiles", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "protectedAppLockerFiles", + "exemptAppLockerFiles", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.mdmWindowsInformationProtectionPolicy" + ], + "summary": "Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateMdmWindowsInformationProtectionPolicies", + "parameters": [ + { + "name": "mdmWindowsInformationProtectionPolicy-id", + "in": "path", + "description": "key: id of mdmWindowsInformationProtectionPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mdmWindowsInformationProtectionPolicy" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.mdmWindowsInformationProtectionPolicy" + ], + "summary": "Delete navigation property mdmWindowsInformationProtectionPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteMdmWindowsInformationProtectionPolicies", + "parameters": [ + { + "name": "mdmWindowsInformationProtectionPolicy-id", + "in": "path", + "description": "key: id of mdmWindowsInformationProtectionPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mdmWindowsInformationProtectionPolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/syncMicrosoftStoreForBusinessApps": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action syncMicrosoftStoreForBusinessApps", + "operationId": "deviceAppManagement.syncMicrosoftStoreForBusinessApps", + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceAppManagement/mobileAppCategories": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppCategory" + ], + "summary": "Get mobileAppCategories from deviceAppManagement", + "operationId": "deviceAppManagement.ListMobileAppCategories", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "lastModifiedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mobileAppCategory", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppCategory" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.mobileAppCategory" + ], + "summary": "Create new navigation property to mobileAppCategories for deviceAppManagement", + "operationId": "deviceAppManagement.CreateMobileAppCategories", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppCategory" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppCategory" + ], + "summary": "Get mobileAppCategories from deviceAppManagement", + "operationId": "deviceAppManagement.GetMobileAppCategories", + "parameters": [ + { + "name": "mobileAppCategory-id", + "in": "path", + "description": "key: id of mobileAppCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppCategory" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "lastModifiedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.mobileAppCategory" + ], + "summary": "Update the navigation property mobileAppCategories in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateMobileAppCategories", + "parameters": [ + { + "name": "mobileAppCategory-id", + "in": "path", + "description": "key: id of mobileAppCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppCategory" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppCategory" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.mobileAppCategory" + ], + "summary": "Delete navigation property mobileAppCategories for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteMobileAppCategories", + "parameters": [ + { + "name": "mobileAppCategory-id", + "in": "path", + "description": "key: id of mobileAppCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppCategory" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations": { + "get": { + "tags": [ + "deviceAppManagement.managedDeviceMobileAppConfiguration" + ], + "summary": "Get mobileAppConfigurations from deviceAppManagement", + "operationId": "deviceAppManagement.ListMobileAppConfigurations", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "targetedMobileApps", + "targetedMobileApps desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "displayName", + "displayName desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "targetedMobileApps", + "createdDateTime", + "description", + "lastModifiedDateTime", + "displayName", + "version", + "assignments", + "deviceStatuses", + "userStatuses", + "deviceStatusSummary", + "userStatusSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "deviceStatuses", + "userStatuses", + "deviceStatusSummary", + "userStatusSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedDeviceMobileAppConfiguration", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.managedDeviceMobileAppConfiguration" + ], + "summary": "Create new navigation property to mobileAppConfigurations for deviceAppManagement", + "operationId": "deviceAppManagement.CreateMobileAppConfigurations", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}": { + "get": { + "tags": [ + "deviceAppManagement.managedDeviceMobileAppConfiguration" + ], + "summary": "Get mobileAppConfigurations from deviceAppManagement", + "operationId": "deviceAppManagement.GetMobileAppConfigurations", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "targetedMobileApps", + "createdDateTime", + "description", + "lastModifiedDateTime", + "displayName", + "version", + "assignments", + "deviceStatuses", + "userStatuses", + "deviceStatusSummary", + "userStatusSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "deviceStatuses", + "userStatuses", + "deviceStatusSummary", + "userStatusSummary" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.managedDeviceMobileAppConfiguration" + ], + "summary": "Update the navigation property mobileAppConfigurations in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateMobileAppConfigurations", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.managedDeviceMobileAppConfiguration" + ], + "summary": "Delete navigation property mobileAppConfigurations for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteMobileAppConfigurations", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationAssignment" + ], + "summary": "Get assignments from deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.ListAssignments", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "target", + "target desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedDeviceMobileAppConfigurationAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationAssignment" + ], + "summary": "Create new navigation property to assignments for deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.CreateAssignments", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationAssignment" + ], + "summary": "Get assignments from deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.GetAssignments", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "managedDeviceMobileAppConfigurationAssignment-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfigurationAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfigurationAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationAssignment" + ], + "summary": "Update the navigation property assignments in deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.UpdateAssignments", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "managedDeviceMobileAppConfigurationAssignment-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfigurationAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfigurationAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationAssignment" + ], + "summary": "Delete navigation property assignments for deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.DeleteAssignments", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "managedDeviceMobileAppConfigurationAssignment-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfigurationAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfigurationAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceStatus" + ], + "summary": "Get deviceStatuses from deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.ListDeviceStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deviceDisplayName", + "deviceDisplayName desc", + "userName", + "userName desc", + "deviceModel", + "deviceModel desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc", + "status", + "status desc", + "lastReportedDateTime", + "lastReportedDateTime desc", + "userPrincipalName", + "userPrincipalName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceDisplayName", + "userName", + "deviceModel", + "complianceGracePeriodExpirationDateTime", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedDeviceMobileAppConfigurationDeviceStatus", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceStatus" + ], + "summary": "Create new navigation property to deviceStatuses for deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.CreateDeviceStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceStatus" + ], + "summary": "Get deviceStatuses from deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.GetDeviceStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "managedDeviceMobileAppConfigurationDeviceStatus-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfigurationDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfigurationDeviceStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceDisplayName", + "userName", + "deviceModel", + "complianceGracePeriodExpirationDateTime", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceStatus" + ], + "summary": "Update the navigation property deviceStatuses in deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.UpdateDeviceStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "managedDeviceMobileAppConfigurationDeviceStatus-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfigurationDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfigurationDeviceStatus" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceStatus" + ], + "summary": "Delete navigation property deviceStatuses for deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.DeleteDeviceStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "managedDeviceMobileAppConfigurationDeviceStatus-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfigurationDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfigurationDeviceStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceSummary" + ], + "summary": "Get deviceStatusSummary from deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.GetDeviceStatusSummary", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "pendingCount", + "notApplicableCount", + "successCount", + "errorCount", + "failedCount", + "lastUpdateDateTime", + "configurationVersion" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceSummary" + ], + "summary": "Update the navigation property deviceStatusSummary in deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.UpdateDeviceStatusSummary", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceSummary" + ], + "summary": "Delete navigation property deviceStatusSummary for deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.DeleteDeviceStatusSummary", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserStatus" + ], + "summary": "Get userStatuses from deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.ListUserStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userDisplayName", + "userDisplayName desc", + "devicesCount", + "devicesCount desc", + "status", + "status desc", + "lastReportedDateTime", + "lastReportedDateTime desc", + "userPrincipalName", + "userPrincipalName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userDisplayName", + "devicesCount", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedDeviceMobileAppConfigurationUserStatus", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserStatus" + ], + "summary": "Create new navigation property to userStatuses for deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.CreateUserStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserStatus" + ], + "summary": "Get userStatuses from deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.GetUserStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "managedDeviceMobileAppConfigurationUserStatus-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfigurationUserStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfigurationUserStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userDisplayName", + "devicesCount", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserStatus" + ], + "summary": "Update the navigation property userStatuses in deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.UpdateUserStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "managedDeviceMobileAppConfigurationUserStatus-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfigurationUserStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfigurationUserStatus" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserStatus" + ], + "summary": "Delete navigation property userStatuses for deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.DeleteUserStatuses", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "managedDeviceMobileAppConfigurationUserStatus-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfigurationUserStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfigurationUserStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary": { + "get": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserSummary" + ], + "summary": "Get userStatusSummary from deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.GetUserStatusSummary", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "pendingCount", + "notApplicableCount", + "successCount", + "errorCount", + "failedCount", + "lastUpdateDateTime", + "configurationVersion" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserSummary" + ], + "summary": "Update the navigation property userStatusSummary in deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.UpdateUserStatusSummary", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserSummary" + ], + "summary": "Delete navigation property userStatusSummary for deviceAppManagement", + "operationId": "deviceAppManagement.mobileAppConfigurations.DeleteUserStatusSummary", + "parameters": [ + { + "name": "managedDeviceMobileAppConfiguration-id", + "in": "path", + "description": "key: id of managedDeviceMobileAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDeviceMobileAppConfiguration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileApps": { + "get": { + "tags": [ + "deviceAppManagement.mobileApp" + ], + "summary": "Get mobileApps from deviceAppManagement", + "operationId": "deviceAppManagement.ListMobileApps", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "publisher", + "publisher desc", + "largeIcon", + "largeIcon desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isFeatured", + "isFeatured desc", + "privacyInformationUrl", + "privacyInformationUrl desc", + "informationUrl", + "informationUrl desc", + "owner", + "owner desc", + "developer", + "developer desc", + "notes", + "notes desc", + "publishingState", + "publishingState desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "publisher", + "largeIcon", + "createdDateTime", + "lastModifiedDateTime", + "isFeatured", + "privacyInformationUrl", + "informationUrl", + "owner", + "developer", + "notes", + "publishingState", + "categories", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "categories", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mobileApp", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.mobileApp" + ], + "summary": "Create new navigation property to mobileApps for deviceAppManagement", + "operationId": "deviceAppManagement.CreateMobileApps", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}": { + "get": { + "tags": [ + "deviceAppManagement.mobileApp" + ], + "summary": "Get mobileApps from deviceAppManagement", + "operationId": "deviceAppManagement.GetMobileApps", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "publisher", + "largeIcon", + "createdDateTime", + "lastModifiedDateTime", + "isFeatured", + "privacyInformationUrl", + "informationUrl", + "owner", + "developer", + "notes", + "publishingState", + "categories", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "categories", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.mobileApp" + ], + "summary": "Update the navigation property mobileApps in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateMobileApps", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.mobileApp" + ], + "summary": "Delete navigation property mobileApps for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteMobileApps", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments": { + "get": { + "tags": [ + "deviceAppManagement.mobileApps.mobileAppAssignment" + ], + "summary": "Get assignments from deviceAppManagement", + "operationId": "deviceAppManagement.mobileApps.ListAssignments", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "intent", + "intent desc", + "target", + "target desc", + "settings", + "settings desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "intent", + "target", + "settings" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mobileAppAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.mobileApps.mobileAppAssignment" + ], + "summary": "Create new navigation property to assignments for deviceAppManagement", + "operationId": "deviceAppManagement.mobileApps.CreateAssignments", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}": { + "get": { + "tags": [ + "deviceAppManagement.mobileApps.mobileAppAssignment" + ], + "summary": "Get assignments from deviceAppManagement", + "operationId": "deviceAppManagement.mobileApps.GetAssignments", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "mobileAppAssignment-id", + "in": "path", + "description": "key: id of mobileAppAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "intent", + "target", + "settings" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.mobileApps.mobileAppAssignment" + ], + "summary": "Update the navigation property assignments in deviceAppManagement", + "operationId": "deviceAppManagement.mobileApps.UpdateAssignments", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "mobileAppAssignment-id", + "in": "path", + "description": "key: id of mobileAppAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.mobileApps.mobileAppAssignment" + ], + "summary": "Delete navigation property assignments for deviceAppManagement", + "operationId": "deviceAppManagement.mobileApps.DeleteAssignments", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "name": "mobileAppAssignment-id", + "in": "path", + "description": "key: id of mobileAppAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileAppAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/categories": { + "get": { + "tags": [ + "deviceAppManagement.mobileApps.mobileAppCategory" + ], + "summary": "Get categories from deviceAppManagement", + "operationId": "deviceAppManagement.mobileApps.ListCategories", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "lastModifiedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mobileAppCategory", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppCategory" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/categories/$ref": { + "get": { + "tags": [ + "deviceAppManagement.mobileApps.mobileAppCategory" + ], + "summary": "Get ref of categories from deviceAppManagement", + "operationId": "deviceAppManagement.mobileApps.ListRefCategories", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of mobileAppCategory", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.mobileApps.mobileAppCategory" + ], + "summary": "Create new navigation property ref to categories for deviceAppManagement", + "operationId": "deviceAppManagement.mobileApps.CreateRefCategories", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceAppManagement.mobileApps.assign", + "parameters": [ + { + "name": "mobileApp-id", + "in": "path", + "description": "key: id of mobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileApp" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "mobileAppAssignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign" + ] + }, + "/deviceAppManagement/targetedManagedAppConfigurations": { + "get": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfiguration" + ], + "summary": "Get targetedManagedAppConfigurations from deviceAppManagement", + "operationId": "deviceAppManagement.ListTargetedManagedAppConfigurations", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc", + "customSettings", + "customSettings desc", + "deployedAppCount", + "deployedAppCount desc", + "isAssigned", + "isAssigned desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "customSettings", + "deployedAppCount", + "isAssigned", + "apps", + "deploymentSummary", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "apps", + "deploymentSummary", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of targetedManagedAppConfiguration", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppConfiguration" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfiguration" + ], + "summary": "Create new navigation property to targetedManagedAppConfigurations for deviceAppManagement", + "operationId": "deviceAppManagement.CreateTargetedManagedAppConfigurations", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppConfiguration" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppConfiguration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}": { + "get": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfiguration" + ], + "summary": "Get targetedManagedAppConfigurations from deviceAppManagement", + "operationId": "deviceAppManagement.GetTargetedManagedAppConfigurations", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "customSettings", + "deployedAppCount", + "isAssigned", + "apps", + "deploymentSummary", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "apps", + "deploymentSummary", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppConfiguration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfiguration" + ], + "summary": "Update the navigation property targetedManagedAppConfigurations in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateTargetedManagedAppConfigurations", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppConfiguration" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfiguration" + ], + "summary": "Delete navigation property targetedManagedAppConfigurations for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteTargetedManagedAppConfigurations", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps": { + "get": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.managedMobileApp" + ], + "summary": "Get apps from deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.ListApps", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "mobileAppIdentifier", + "mobileAppIdentifier desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "mobileAppIdentifier", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedMobileApp", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.managedMobileApp" + ], + "summary": "Create new navigation property to apps for deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.CreateApps", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}": { + "get": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.managedMobileApp" + ], + "summary": "Get apps from deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.GetApps", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "mobileAppIdentifier", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.managedMobileApp" + ], + "summary": "Update the navigation property apps in deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.UpdateApps", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.managedMobileApp" + ], + "summary": "Delete navigation property apps for deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.DeleteApps", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "managedMobileApp-id", + "in": "path", + "description": "key: id of managedMobileApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedMobileApp" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments": { + "get": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppPolicyAssignment" + ], + "summary": "Get assignments from deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.ListAssignments", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "target", + "target desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of targetedManagedAppPolicyAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppPolicyAssignment" + ], + "summary": "Create new navigation property to assignments for deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.CreateAssignments", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}": { + "get": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppPolicyAssignment" + ], + "summary": "Get assignments from deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.GetAssignments", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "targetedManagedAppPolicyAssignment-id", + "in": "path", + "description": "key: id of targetedManagedAppPolicyAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppPolicyAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppPolicyAssignment" + ], + "summary": "Update the navigation property assignments in deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.UpdateAssignments", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "targetedManagedAppPolicyAssignment-id", + "in": "path", + "description": "key: id of targetedManagedAppPolicyAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppPolicyAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppPolicyAssignment" + ], + "summary": "Delete navigation property assignments for deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.DeleteAssignments", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "targetedManagedAppPolicyAssignment-id", + "in": "path", + "description": "key: id of targetedManagedAppPolicyAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppPolicyAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary": { + "get": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.managedAppPolicyDeploymentSummary" + ], + "summary": "Get deploymentSummary from deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.GetDeploymentSummary", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "configurationDeployedUserCount", + "lastRefreshTime", + "configurationDeploymentSummaryPerApp", + "version" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.managedAppPolicyDeploymentSummary" + ], + "summary": "Update the navigation property deploymentSummary in deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.UpdateDeploymentSummary", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.targetedManagedAppConfigurations.managedAppPolicyDeploymentSummary" + ], + "summary": "Delete navigation property deploymentSummary for deviceAppManagement", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.DeleteDeploymentSummary", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.assign", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/assign", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/assign", + "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "/deviceAppManagement/mobileApps/{mobileApp-id}/assign" + ] + }, + "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "deviceAppManagement.targetedManagedAppConfigurations.targetApps", + "parameters": [ + { + "name": "targetedManagedAppConfiguration-id", + "in": "path", + "description": "key: id of targetedManagedAppConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "targetedManagedAppConfiguration" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/targetApps", + "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps" + ] + }, + "/deviceAppManagement/vppTokens": { + "get": { + "tags": [ + "deviceAppManagement.vppToken" + ], + "summary": "Get vppTokens from deviceAppManagement", + "operationId": "deviceAppManagement.ListVppTokens", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "organizationName", + "organizationName desc", + "vppTokenAccountType", + "vppTokenAccountType desc", + "appleId", + "appleId desc", + "expirationDateTime", + "expirationDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "token", + "token desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "state", + "state desc", + "lastSyncStatus", + "lastSyncStatus desc", + "automaticallyUpdateApps", + "automaticallyUpdateApps desc", + "countryOrRegion", + "countryOrRegion desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "organizationName", + "vppTokenAccountType", + "appleId", + "expirationDateTime", + "lastSyncDateTime", + "token", + "lastModifiedDateTime", + "state", + "lastSyncStatus", + "automaticallyUpdateApps", + "countryOrRegion" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of vppToken", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.vppToken" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.vppToken" + ], + "summary": "Create new navigation property to vppTokens for deviceAppManagement", + "operationId": "deviceAppManagement.CreateVppTokens", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.vppToken" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.vppToken" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/vppTokens/{vppToken-id}": { + "get": { + "tags": [ + "deviceAppManagement.vppToken" + ], + "summary": "Get vppTokens from deviceAppManagement", + "operationId": "deviceAppManagement.GetVppTokens", + "parameters": [ + { + "name": "vppToken-id", + "in": "path", + "description": "key: id of vppToken", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "vppToken" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "organizationName", + "vppTokenAccountType", + "appleId", + "expirationDateTime", + "lastSyncDateTime", + "token", + "lastModifiedDateTime", + "state", + "lastSyncStatus", + "automaticallyUpdateApps", + "countryOrRegion" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.vppToken" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.vppToken" + ], + "summary": "Update the navigation property vppTokens in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateVppTokens", + "parameters": [ + { + "name": "vppToken-id", + "in": "path", + "description": "key: id of vppToken", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "vppToken" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.vppToken" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.vppToken" + ], + "summary": "Delete navigation property vppTokens for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteVppTokens", + "parameters": [ + { + "name": "vppToken-id", + "in": "path", + "description": "key: id of vppToken", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "vppToken" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses": { + "post": { + "tags": [ + "deviceAppManagement.Actions" + ], + "summary": "Invoke action syncLicenses", + "operationId": "deviceAppManagement.vppTokens.syncLicenses", + "parameters": [ + { + "name": "vppToken-id", + "in": "path", + "description": "key: id of vppToken", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "vppToken" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.vppToken" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceAppManagement/windowsInformationProtectionPolicies": { + "get": { + "tags": [ + "deviceAppManagement.windowsInformationProtectionPolicy" + ], + "summary": "Get windowsInformationProtectionPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.ListWindowsInformationProtectionPolicies", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc", + "enforcementLevel", + "enforcementLevel desc", + "enterpriseDomain", + "enterpriseDomain desc", + "enterpriseProtectedDomainNames", + "enterpriseProtectedDomainNames desc", + "protectionUnderLockConfigRequired", + "protectionUnderLockConfigRequired desc", + "dataRecoveryCertificate", + "dataRecoveryCertificate desc", + "revokeOnUnenrollDisabled", + "revokeOnUnenrollDisabled desc", + "rightsManagementServicesTemplateId", + "rightsManagementServicesTemplateId desc", + "azureRightsManagementServicesAllowed", + "azureRightsManagementServicesAllowed desc", + "iconsVisible", + "iconsVisible desc", + "protectedApps", + "protectedApps desc", + "exemptApps", + "exemptApps desc", + "enterpriseNetworkDomainNames", + "enterpriseNetworkDomainNames desc", + "enterpriseProxiedDomains", + "enterpriseProxiedDomains desc", + "enterpriseIPRanges", + "enterpriseIPRanges desc", + "enterpriseIPRangesAreAuthoritative", + "enterpriseIPRangesAreAuthoritative desc", + "enterpriseProxyServers", + "enterpriseProxyServers desc", + "enterpriseInternalProxyServers", + "enterpriseInternalProxyServers desc", + "enterpriseProxyServersAreAuthoritative", + "enterpriseProxyServersAreAuthoritative desc", + "neutralDomainResources", + "neutralDomainResources desc", + "indexingEncryptedStoresOrItemsBlocked", + "indexingEncryptedStoresOrItemsBlocked desc", + "smbAutoEncryptedFileExtensions", + "smbAutoEncryptedFileExtensions desc", + "isAssigned", + "isAssigned desc", + "revokeOnMdmHandoffDisabled", + "revokeOnMdmHandoffDisabled desc", + "mdmEnrollmentUrl", + "mdmEnrollmentUrl desc", + "windowsHelloForBusinessBlocked", + "windowsHelloForBusinessBlocked desc", + "pinMinimumLength", + "pinMinimumLength desc", + "pinUppercaseLetters", + "pinUppercaseLetters desc", + "pinLowercaseLetters", + "pinLowercaseLetters desc", + "pinSpecialCharacters", + "pinSpecialCharacters desc", + "pinExpirationDays", + "pinExpirationDays desc", + "numberOfPastPinsRemembered", + "numberOfPastPinsRemembered desc", + "passwordMaximumAttemptCount", + "passwordMaximumAttemptCount desc", + "minutesOfInactivityBeforeDeviceLock", + "minutesOfInactivityBeforeDeviceLock desc", + "daysWithoutContactBeforeUnenroll", + "daysWithoutContactBeforeUnenroll desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "enforcementLevel", + "enterpriseDomain", + "enterpriseProtectedDomainNames", + "protectionUnderLockConfigRequired", + "dataRecoveryCertificate", + "revokeOnUnenrollDisabled", + "rightsManagementServicesTemplateId", + "azureRightsManagementServicesAllowed", + "iconsVisible", + "protectedApps", + "exemptApps", + "enterpriseNetworkDomainNames", + "enterpriseProxiedDomains", + "enterpriseIPRanges", + "enterpriseIPRangesAreAuthoritative", + "enterpriseProxyServers", + "enterpriseInternalProxyServers", + "enterpriseProxyServersAreAuthoritative", + "neutralDomainResources", + "indexingEncryptedStoresOrItemsBlocked", + "smbAutoEncryptedFileExtensions", + "isAssigned", + "revokeOnMdmHandoffDisabled", + "mdmEnrollmentUrl", + "windowsHelloForBusinessBlocked", + "pinMinimumLength", + "pinUppercaseLetters", + "pinLowercaseLetters", + "pinSpecialCharacters", + "pinExpirationDays", + "numberOfPastPinsRemembered", + "passwordMaximumAttemptCount", + "minutesOfInactivityBeforeDeviceLock", + "daysWithoutContactBeforeUnenroll", + "protectedAppLockerFiles", + "exemptAppLockerFiles", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "protectedAppLockerFiles", + "exemptAppLockerFiles", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of windowsInformationProtectionPolicy", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceAppManagement.windowsInformationProtectionPolicy" + ], + "summary": "Create new navigation property to windowsInformationProtectionPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.CreateWindowsInformationProtectionPolicies", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}": { + "get": { + "tags": [ + "deviceAppManagement.windowsInformationProtectionPolicy" + ], + "summary": "Get windowsInformationProtectionPolicies from deviceAppManagement", + "operationId": "deviceAppManagement.GetWindowsInformationProtectionPolicies", + "parameters": [ + { + "name": "windowsInformationProtectionPolicy-id", + "in": "path", + "description": "key: id of windowsInformationProtectionPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "windowsInformationProtectionPolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "createdDateTime", + "lastModifiedDateTime", + "version", + "enforcementLevel", + "enterpriseDomain", + "enterpriseProtectedDomainNames", + "protectionUnderLockConfigRequired", + "dataRecoveryCertificate", + "revokeOnUnenrollDisabled", + "rightsManagementServicesTemplateId", + "azureRightsManagementServicesAllowed", + "iconsVisible", + "protectedApps", + "exemptApps", + "enterpriseNetworkDomainNames", + "enterpriseProxiedDomains", + "enterpriseIPRanges", + "enterpriseIPRangesAreAuthoritative", + "enterpriseProxyServers", + "enterpriseInternalProxyServers", + "enterpriseProxyServersAreAuthoritative", + "neutralDomainResources", + "indexingEncryptedStoresOrItemsBlocked", + "smbAutoEncryptedFileExtensions", + "isAssigned", + "revokeOnMdmHandoffDisabled", + "mdmEnrollmentUrl", + "windowsHelloForBusinessBlocked", + "pinMinimumLength", + "pinUppercaseLetters", + "pinLowercaseLetters", + "pinSpecialCharacters", + "pinExpirationDays", + "numberOfPastPinsRemembered", + "passwordMaximumAttemptCount", + "minutesOfInactivityBeforeDeviceLock", + "daysWithoutContactBeforeUnenroll", + "protectedAppLockerFiles", + "exemptAppLockerFiles", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "protectedAppLockerFiles", + "exemptAppLockerFiles", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceAppManagement.windowsInformationProtectionPolicy" + ], + "summary": "Update the navigation property windowsInformationProtectionPolicies in deviceAppManagement", + "operationId": "deviceAppManagement.UpdateWindowsInformationProtectionPolicies", + "parameters": [ + { + "name": "windowsInformationProtectionPolicy-id", + "in": "path", + "description": "key: id of windowsInformationProtectionPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "windowsInformationProtectionPolicy" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceAppManagement.windowsInformationProtectionPolicy" + ], + "summary": "Delete navigation property windowsInformationProtectionPolicies for deviceAppManagement", + "operationId": "deviceAppManagement.DeleteWindowsInformationProtectionPolicies", + "parameters": [ + { + "name": "windowsInformationProtectionPolicy-id", + "in": "path", + "description": "key: id of windowsInformationProtectionPolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "windowsInformationProtectionPolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement": { + "get": { + "tags": [ + "deviceManagement.deviceManagement" + ], + "summary": "Get deviceManagement", + "operationId": "deviceManagement.deviceManagement.GetDeviceManagement", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "subscriptionState", + "settings", + "intuneBrand", + "termsAndConditions", + "applePushNotificationCertificate", + "managedDeviceOverview", + "detectedApps", + "managedDevices", + "deviceConfigurations", + "deviceCompliancePolicies", + "softwareUpdateStatusSummary", + "deviceCompliancePolicyDeviceStateSummary", + "deviceCompliancePolicySettingStateSummaries", + "deviceConfigurationDeviceStateSummaries", + "iosUpdateStatuses", + "deviceCategories", + "exchangeConnectors", + "deviceEnrollmentConfigurations", + "conditionalAccessSettings", + "mobileThreatDefenseConnectors", + "deviceManagementPartners", + "notificationMessageTemplates", + "roleDefinitions", + "roleAssignments", + "resourceOperations", + "telecomExpenseManagementPartners", + "remoteAssistancePartners", + "windowsInformationProtectionAppLearningSummaries", + "windowsInformationProtectionNetworkLearningSummaries", + "troubleshootingEvents" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "termsAndConditions", + "applePushNotificationCertificate", + "managedDeviceOverview", + "detectedApps", + "managedDevices", + "deviceConfigurations", + "deviceCompliancePolicies", + "softwareUpdateStatusSummary", + "deviceCompliancePolicyDeviceStateSummary", + "deviceCompliancePolicySettingStateSummaries", + "deviceConfigurationDeviceStateSummaries", + "iosUpdateStatuses", + "deviceCategories", + "exchangeConnectors", + "deviceEnrollmentConfigurations", + "conditionalAccessSettings", + "mobileThreatDefenseConnectors", + "deviceManagementPartners", + "notificationMessageTemplates", + "roleDefinitions", + "roleAssignments", + "resourceOperations", + "telecomExpenseManagementPartners", + "remoteAssistancePartners", + "windowsInformationProtectionAppLearningSummaries", + "windowsInformationProtectionNetworkLearningSummaries", + "troubleshootingEvents" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagement" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceManagement" + ], + "summary": "Update deviceManagement", + "operationId": "deviceManagement.deviceManagement.UpdateDeviceManagement", + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagement" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/applePushNotificationCertificate": { + "get": { + "tags": [ + "deviceManagement.applePushNotificationCertificate" + ], + "summary": "Get applePushNotificationCertificate from deviceManagement", + "operationId": "deviceManagement.GetApplePushNotificationCertificate", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "appleIdentifier", + "topicIdentifier", + "lastModifiedDateTime", + "expirationDateTime", + "certificate" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.applePushNotificationCertificate" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.applePushNotificationCertificate" + ], + "summary": "Update the navigation property applePushNotificationCertificate in deviceManagement", + "operationId": "deviceManagement.UpdateApplePushNotificationCertificate", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.applePushNotificationCertificate" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.applePushNotificationCertificate" + ], + "summary": "Delete navigation property applePushNotificationCertificate for deviceManagement", + "operationId": "deviceManagement.DeleteApplePushNotificationCertificate", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest()": { + "get": { + "tags": [ + "deviceManagement.Functions" + ], + "summary": "Invoke function downloadApplePushNotificationCertificateSigningRequest", + "operationId": "deviceManagement.applePushNotificationCertificate.downloadApplePushNotificationCertificateSigningRequest", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/deviceManagement/conditionalAccessSettings": { + "get": { + "tags": [ + "deviceManagement.onPremisesConditionalAccessSettings" + ], + "summary": "Get conditionalAccessSettings from deviceManagement", + "operationId": "deviceManagement.GetConditionalAccessSettings", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "enabled", + "includedGroups", + "excludedGroups", + "overrideDefaultRule" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.onPremisesConditionalAccessSettings" + ], + "summary": "Update the navigation property conditionalAccessSettings in deviceManagement", + "operationId": "deviceManagement.UpdateConditionalAccessSettings", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.onPremisesConditionalAccessSettings" + ], + "summary": "Delete navigation property conditionalAccessSettings for deviceManagement", + "operationId": "deviceManagement.DeleteConditionalAccessSettings", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/detectedApps": { + "get": { + "tags": [ + "deviceManagement.detectedApp" + ], + "summary": "Get detectedApps from deviceManagement", + "operationId": "deviceManagement.ListDetectedApps", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "version", + "version desc", + "sizeInByte", + "sizeInByte desc", + "deviceCount", + "deviceCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "version", + "sizeInByte", + "deviceCount", + "managedDevices" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "managedDevices" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of detectedApp", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.detectedApp" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.detectedApp" + ], + "summary": "Create new navigation property to detectedApps for deviceManagement", + "operationId": "deviceManagement.CreateDetectedApps", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.detectedApp" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.detectedApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/detectedApps/{detectedApp-id}": { + "get": { + "tags": [ + "deviceManagement.detectedApp" + ], + "summary": "Get detectedApps from deviceManagement", + "operationId": "deviceManagement.GetDetectedApps", + "parameters": [ + { + "name": "detectedApp-id", + "in": "path", + "description": "key: id of detectedApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "detectedApp" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "version", + "sizeInByte", + "deviceCount", + "managedDevices" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "managedDevices" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.detectedApp" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.detectedApp" + ], + "summary": "Update the navigation property detectedApps in deviceManagement", + "operationId": "deviceManagement.UpdateDetectedApps", + "parameters": [ + { + "name": "detectedApp-id", + "in": "path", + "description": "key: id of detectedApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "detectedApp" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.detectedApp" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.detectedApp" + ], + "summary": "Delete navigation property detectedApps for deviceManagement", + "operationId": "deviceManagement.DeleteDetectedApps", + "parameters": [ + { + "name": "detectedApp-id", + "in": "path", + "description": "key: id of detectedApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "detectedApp" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices": { + "get": { + "tags": [ + "deviceManagement.detectedApps.managedDevice" + ], + "summary": "Get managedDevices from deviceManagement", + "operationId": "deviceManagement.detectedApps.ListManagedDevices", + "parameters": [ + { + "name": "detectedApp-id", + "in": "path", + "description": "key: id of detectedApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "detectedApp" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userId", + "userId desc", + "deviceName", + "deviceName desc", + "managedDeviceOwnerType", + "managedDeviceOwnerType desc", + "deviceActionResults", + "deviceActionResults desc", + "enrolledDateTime", + "enrolledDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "operatingSystem", + "operatingSystem desc", + "complianceState", + "complianceState desc", + "jailBroken", + "jailBroken desc", + "managementAgent", + "managementAgent desc", + "osVersion", + "osVersion desc", + "easActivated", + "easActivated desc", + "easDeviceId", + "easDeviceId desc", + "easActivationDateTime", + "easActivationDateTime desc", + "azureADRegistered", + "azureADRegistered desc", + "deviceEnrollmentType", + "deviceEnrollmentType desc", + "activationLockBypassCode", + "activationLockBypassCode desc", + "emailAddress", + "emailAddress desc", + "azureADDeviceId", + "azureADDeviceId desc", + "deviceRegistrationState", + "deviceRegistrationState desc", + "deviceCategoryDisplayName", + "deviceCategoryDisplayName desc", + "isSupervised", + "isSupervised desc", + "exchangeLastSuccessfulSyncDateTime", + "exchangeLastSuccessfulSyncDateTime desc", + "exchangeAccessState", + "exchangeAccessState desc", + "exchangeAccessStateReason", + "exchangeAccessStateReason desc", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionUrl desc", + "remoteAssistanceSessionErrorDetails", + "remoteAssistanceSessionErrorDetails desc", + "isEncrypted", + "isEncrypted desc", + "userPrincipalName", + "userPrincipalName desc", + "model", + "model desc", + "manufacturer", + "manufacturer desc", + "imei", + "imei desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc", + "serialNumber", + "serialNumber desc", + "phoneNumber", + "phoneNumber desc", + "androidSecurityPatchLevel", + "androidSecurityPatchLevel desc", + "userDisplayName", + "userDisplayName desc", + "configurationManagerClientEnabledFeatures", + "configurationManagerClientEnabledFeatures desc", + "wiFiMacAddress", + "wiFiMacAddress desc", + "deviceHealthAttestationState", + "deviceHealthAttestationState desc", + "subscriberCarrier", + "subscriberCarrier desc", + "meid", + "meid desc", + "totalStorageSpaceInBytes", + "totalStorageSpaceInBytes desc", + "freeStorageSpaceInBytes", + "freeStorageSpaceInBytes desc", + "managedDeviceName", + "managedDeviceName desc", + "partnerReportedThreatState", + "partnerReportedThreatState desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userId", + "deviceName", + "managedDeviceOwnerType", + "deviceActionResults", + "enrolledDateTime", + "lastSyncDateTime", + "operatingSystem", + "complianceState", + "jailBroken", + "managementAgent", + "osVersion", + "easActivated", + "easDeviceId", + "easActivationDateTime", + "azureADRegistered", + "deviceEnrollmentType", + "activationLockBypassCode", + "emailAddress", + "azureADDeviceId", + "deviceRegistrationState", + "deviceCategoryDisplayName", + "isSupervised", + "exchangeLastSuccessfulSyncDateTime", + "exchangeAccessState", + "exchangeAccessStateReason", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionErrorDetails", + "isEncrypted", + "userPrincipalName", + "model", + "manufacturer", + "imei", + "complianceGracePeriodExpirationDateTime", + "serialNumber", + "phoneNumber", + "androidSecurityPatchLevel", + "userDisplayName", + "configurationManagerClientEnabledFeatures", + "wiFiMacAddress", + "deviceHealthAttestationState", + "subscriberCarrier", + "meid", + "totalStorageSpaceInBytes", + "freeStorageSpaceInBytes", + "managedDeviceName", + "partnerReportedThreatState", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedDevice", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$ref": { + "get": { + "tags": [ + "deviceManagement.detectedApps.managedDevice" + ], + "summary": "Get ref of managedDevices from deviceManagement", + "operationId": "deviceManagement.detectedApps.ListRefManagedDevices", + "parameters": [ + { + "name": "detectedApp-id", + "in": "path", + "description": "key: id of detectedApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "detectedApp" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userId", + "userId desc", + "deviceName", + "deviceName desc", + "managedDeviceOwnerType", + "managedDeviceOwnerType desc", + "deviceActionResults", + "deviceActionResults desc", + "enrolledDateTime", + "enrolledDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "operatingSystem", + "operatingSystem desc", + "complianceState", + "complianceState desc", + "jailBroken", + "jailBroken desc", + "managementAgent", + "managementAgent desc", + "osVersion", + "osVersion desc", + "easActivated", + "easActivated desc", + "easDeviceId", + "easDeviceId desc", + "easActivationDateTime", + "easActivationDateTime desc", + "azureADRegistered", + "azureADRegistered desc", + "deviceEnrollmentType", + "deviceEnrollmentType desc", + "activationLockBypassCode", + "activationLockBypassCode desc", + "emailAddress", + "emailAddress desc", + "azureADDeviceId", + "azureADDeviceId desc", + "deviceRegistrationState", + "deviceRegistrationState desc", + "deviceCategoryDisplayName", + "deviceCategoryDisplayName desc", + "isSupervised", + "isSupervised desc", + "exchangeLastSuccessfulSyncDateTime", + "exchangeLastSuccessfulSyncDateTime desc", + "exchangeAccessState", + "exchangeAccessState desc", + "exchangeAccessStateReason", + "exchangeAccessStateReason desc", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionUrl desc", + "remoteAssistanceSessionErrorDetails", + "remoteAssistanceSessionErrorDetails desc", + "isEncrypted", + "isEncrypted desc", + "userPrincipalName", + "userPrincipalName desc", + "model", + "model desc", + "manufacturer", + "manufacturer desc", + "imei", + "imei desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc", + "serialNumber", + "serialNumber desc", + "phoneNumber", + "phoneNumber desc", + "androidSecurityPatchLevel", + "androidSecurityPatchLevel desc", + "userDisplayName", + "userDisplayName desc", + "configurationManagerClientEnabledFeatures", + "configurationManagerClientEnabledFeatures desc", + "wiFiMacAddress", + "wiFiMacAddress desc", + "deviceHealthAttestationState", + "deviceHealthAttestationState desc", + "subscriberCarrier", + "subscriberCarrier desc", + "meid", + "meid desc", + "totalStorageSpaceInBytes", + "totalStorageSpaceInBytes desc", + "freeStorageSpaceInBytes", + "freeStorageSpaceInBytes desc", + "managedDeviceName", + "managedDeviceName desc", + "partnerReportedThreatState", + "partnerReportedThreatState desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of managedDevice", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.detectedApps.managedDevice" + ], + "summary": "Create new navigation property ref to managedDevices for deviceManagement", + "operationId": "deviceManagement.detectedApps.CreateRefManagedDevices", + "parameters": [ + { + "name": "detectedApp-id", + "in": "path", + "description": "key: id of detectedApp", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "detectedApp" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCategories": { + "get": { + "tags": [ + "deviceManagement.deviceCategory" + ], + "summary": "Get deviceCategories from deviceManagement", + "operationId": "deviceManagement.ListDeviceCategories", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceCategory", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCategory" + ], + "summary": "Create new navigation property to deviceCategories for deviceManagement", + "operationId": "deviceManagement.CreateDeviceCategories", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCategories/{deviceCategory-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCategory" + ], + "summary": "Get deviceCategories from deviceManagement", + "operationId": "deviceManagement.GetDeviceCategories", + "parameters": [ + { + "name": "deviceCategory-id", + "in": "path", + "description": "key: id of deviceCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCategory" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCategory" + ], + "summary": "Update the navigation property deviceCategories in deviceManagement", + "operationId": "deviceManagement.UpdateDeviceCategories", + "parameters": [ + { + "name": "deviceCategory-id", + "in": "path", + "description": "key: id of deviceCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCategory" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCategory" + ], + "summary": "Delete navigation property deviceCategories for deviceManagement", + "operationId": "deviceManagement.DeleteDeviceCategories", + "parameters": [ + { + "name": "deviceCategory-id", + "in": "path", + "description": "key: id of deviceCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCategory" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicy" + ], + "summary": "Get deviceCompliancePolicies from deviceManagement", + "operationId": "deviceManagement.ListDeviceCompliancePolicies", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "displayName", + "displayName desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "description", + "lastModifiedDateTime", + "displayName", + "version", + "scheduledActionsForRule", + "deviceStatuses", + "userStatuses", + "deviceStatusOverview", + "userStatusOverview", + "deviceSettingStateSummaries", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "scheduledActionsForRule", + "deviceStatuses", + "userStatuses", + "deviceStatusOverview", + "userStatusOverview", + "deviceSettingStateSummaries", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceCompliancePolicy", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCompliancePolicy" + ], + "summary": "Create new navigation property to deviceCompliancePolicies for deviceManagement", + "operationId": "deviceManagement.CreateDeviceCompliancePolicies", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicy" + ], + "summary": "Get deviceCompliancePolicies from deviceManagement", + "operationId": "deviceManagement.GetDeviceCompliancePolicies", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "description", + "lastModifiedDateTime", + "displayName", + "version", + "scheduledActionsForRule", + "deviceStatuses", + "userStatuses", + "deviceStatusOverview", + "userStatusOverview", + "deviceSettingStateSummaries", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "scheduledActionsForRule", + "deviceStatuses", + "userStatuses", + "deviceStatusOverview", + "userStatusOverview", + "deviceSettingStateSummaries", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicy" + ], + "summary": "Update the navigation property deviceCompliancePolicies in deviceManagement", + "operationId": "deviceManagement.UpdateDeviceCompliancePolicies", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicy" + ], + "summary": "Delete navigation property deviceCompliancePolicies for deviceManagement", + "operationId": "deviceManagement.DeleteDeviceCompliancePolicies", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceCompliancePolicyAssignment" + ], + "summary": "Get assignments from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.ListAssignments", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "target", + "target desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceCompliancePolicyAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceCompliancePolicyAssignment" + ], + "summary": "Create new navigation property to assignments for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.CreateAssignments", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceCompliancePolicyAssignment" + ], + "summary": "Get assignments from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.GetAssignments", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceCompliancePolicyAssignment-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceCompliancePolicyAssignment" + ], + "summary": "Update the navigation property assignments in deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.UpdateAssignments", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceCompliancePolicyAssignment-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceCompliancePolicyAssignment" + ], + "summary": "Delete navigation property assignments for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.DeleteAssignments", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceCompliancePolicyAssignment-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.settingStateDeviceSummary" + ], + "summary": "Get deviceSettingStateSummaries from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.ListDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "settingName", + "settingName desc", + "instancePath", + "instancePath desc", + "unknownDeviceCount", + "unknownDeviceCount desc", + "notApplicableDeviceCount", + "notApplicableDeviceCount desc", + "compliantDeviceCount", + "compliantDeviceCount desc", + "remediatedDeviceCount", + "remediatedDeviceCount desc", + "nonCompliantDeviceCount", + "nonCompliantDeviceCount desc", + "errorDeviceCount", + "errorDeviceCount desc", + "conflictDeviceCount", + "conflictDeviceCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingName", + "instancePath", + "unknownDeviceCount", + "notApplicableDeviceCount", + "compliantDeviceCount", + "remediatedDeviceCount", + "nonCompliantDeviceCount", + "errorDeviceCount", + "conflictDeviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of settingStateDeviceSummary", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.settingStateDeviceSummary" + ], + "summary": "Create new navigation property to deviceSettingStateSummaries for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.CreateDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.settingStateDeviceSummary" + ], + "summary": "Get deviceSettingStateSummaries from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.GetDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "settingStateDeviceSummary-id", + "in": "path", + "description": "key: id of settingStateDeviceSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "settingStateDeviceSummary" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingName", + "instancePath", + "unknownDeviceCount", + "notApplicableDeviceCount", + "compliantDeviceCount", + "remediatedDeviceCount", + "nonCompliantDeviceCount", + "errorDeviceCount", + "conflictDeviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.settingStateDeviceSummary" + ], + "summary": "Update the navigation property deviceSettingStateSummaries in deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.UpdateDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "settingStateDeviceSummary-id", + "in": "path", + "description": "key: id of settingStateDeviceSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "settingStateDeviceSummary" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.settingStateDeviceSummary" + ], + "summary": "Delete navigation property deviceSettingStateSummaries for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.DeleteDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "settingStateDeviceSummary-id", + "in": "path", + "description": "key: id of settingStateDeviceSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "settingStateDeviceSummary" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceStatus" + ], + "summary": "Get deviceStatuses from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.ListDeviceStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deviceDisplayName", + "deviceDisplayName desc", + "userName", + "userName desc", + "deviceModel", + "deviceModel desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc", + "status", + "status desc", + "lastReportedDateTime", + "lastReportedDateTime desc", + "userPrincipalName", + "userPrincipalName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceDisplayName", + "userName", + "deviceModel", + "complianceGracePeriodExpirationDateTime", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceComplianceDeviceStatus", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceStatus" + ], + "summary": "Create new navigation property to deviceStatuses for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.CreateDeviceStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceStatus" + ], + "summary": "Get deviceStatuses from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.GetDeviceStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceDeviceStatus-id", + "in": "path", + "description": "key: id of deviceComplianceDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceDeviceStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceDisplayName", + "userName", + "deviceModel", + "complianceGracePeriodExpirationDateTime", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceStatus" + ], + "summary": "Update the navigation property deviceStatuses in deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.UpdateDeviceStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceDeviceStatus-id", + "in": "path", + "description": "key: id of deviceComplianceDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceDeviceStatus" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceStatus" + ], + "summary": "Delete navigation property deviceStatuses for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.DeleteDeviceStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceDeviceStatus-id", + "in": "path", + "description": "key: id of deviceComplianceDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceDeviceStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceOverview" + ], + "summary": "Get deviceStatusOverview from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.GetDeviceStatusOverview", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "pendingCount", + "notApplicableCount", + "successCount", + "errorCount", + "failedCount", + "lastUpdateDateTime", + "configurationVersion" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceOverview" + ], + "summary": "Update the navigation property deviceStatusOverview in deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.UpdateDeviceStatusOverview", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceOverview" + ], + "summary": "Delete navigation property deviceStatusOverview for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.DeleteDeviceStatusOverview", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceManagement.deviceCompliancePolicies.assign", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign" + ] + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action scheduleActionsForRules", + "operationId": "deviceManagement.deviceCompliancePolicies.scheduleActionsForRules", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "deviceComplianceScheduledActionForRules": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceScheduledActionForRule" + ], + "summary": "Get scheduledActionsForRule from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.ListScheduledActionsForRule", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "ruleName", + "ruleName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "ruleName", + "scheduledActionConfigurations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "scheduledActionConfigurations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceComplianceScheduledActionForRule", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceScheduledActionForRule" + ], + "summary": "Create new navigation property to scheduledActionsForRule for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.CreateScheduledActionsForRule", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceScheduledActionForRule" + ], + "summary": "Get scheduledActionsForRule from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.GetScheduledActionsForRule", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceScheduledActionForRule-id", + "in": "path", + "description": "key: id of deviceComplianceScheduledActionForRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceScheduledActionForRule" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "ruleName", + "scheduledActionConfigurations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "scheduledActionConfigurations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceScheduledActionForRule" + ], + "summary": "Update the navigation property scheduledActionsForRule in deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.UpdateScheduledActionsForRule", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceScheduledActionForRule-id", + "in": "path", + "description": "key: id of deviceComplianceScheduledActionForRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceScheduledActionForRule" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceScheduledActionForRule" + ], + "summary": "Delete navigation property scheduledActionsForRule for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.DeleteScheduledActionsForRule", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceScheduledActionForRule-id", + "in": "path", + "description": "key: id of deviceComplianceScheduledActionForRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceScheduledActionForRule" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.deviceComplianceActionItem" + ], + "summary": "Get scheduledActionConfigurations from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.ListScheduledActionConfigurations", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceScheduledActionForRule-id", + "in": "path", + "description": "key: id of deviceComplianceScheduledActionForRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceScheduledActionForRule" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "gracePeriodHours", + "gracePeriodHours desc", + "actionType", + "actionType desc", + "notificationTemplateId", + "notificationTemplateId desc", + "notificationMessageCCList", + "notificationMessageCCList desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "gracePeriodHours", + "actionType", + "notificationTemplateId", + "notificationMessageCCList" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceComplianceActionItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceActionItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.deviceComplianceActionItem" + ], + "summary": "Create new navigation property to scheduledActionConfigurations for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.CreateScheduledActionConfigurations", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceScheduledActionForRule-id", + "in": "path", + "description": "key: id of deviceComplianceScheduledActionForRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceScheduledActionForRule" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceActionItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceActionItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.deviceComplianceActionItem" + ], + "summary": "Get scheduledActionConfigurations from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.GetScheduledActionConfigurations", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceScheduledActionForRule-id", + "in": "path", + "description": "key: id of deviceComplianceScheduledActionForRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceScheduledActionForRule" + }, + { + "name": "deviceComplianceActionItem-id", + "in": "path", + "description": "key: id of deviceComplianceActionItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceActionItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "gracePeriodHours", + "actionType", + "notificationTemplateId", + "notificationMessageCCList" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceActionItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.deviceComplianceActionItem" + ], + "summary": "Update the navigation property scheduledActionConfigurations in deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.UpdateScheduledActionConfigurations", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceScheduledActionForRule-id", + "in": "path", + "description": "key: id of deviceComplianceScheduledActionForRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceScheduledActionForRule" + }, + { + "name": "deviceComplianceActionItem-id", + "in": "path", + "description": "key: id of deviceComplianceActionItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceActionItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceActionItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.deviceComplianceActionItem" + ], + "summary": "Delete navigation property scheduledActionConfigurations for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.DeleteScheduledActionConfigurations", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceScheduledActionForRule-id", + "in": "path", + "description": "key: id of deviceComplianceScheduledActionForRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceScheduledActionForRule" + }, + { + "name": "deviceComplianceActionItem-id", + "in": "path", + "description": "key: id of deviceComplianceActionItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceActionItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceUserStatus" + ], + "summary": "Get userStatuses from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.ListUserStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userDisplayName", + "userDisplayName desc", + "devicesCount", + "devicesCount desc", + "status", + "status desc", + "lastReportedDateTime", + "lastReportedDateTime desc", + "userPrincipalName", + "userPrincipalName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userDisplayName", + "devicesCount", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceComplianceUserStatus", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceUserStatus" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceUserStatus" + ], + "summary": "Create new navigation property to userStatuses for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.CreateUserStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceUserStatus" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceUserStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceUserStatus" + ], + "summary": "Get userStatuses from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.GetUserStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceUserStatus-id", + "in": "path", + "description": "key: id of deviceComplianceUserStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceUserStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userDisplayName", + "devicesCount", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceUserStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceUserStatus" + ], + "summary": "Update the navigation property userStatuses in deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.UpdateUserStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceUserStatus-id", + "in": "path", + "description": "key: id of deviceComplianceUserStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceUserStatus" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceUserStatus" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceUserStatus" + ], + "summary": "Delete navigation property userStatuses for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.DeleteUserStatuses", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "deviceComplianceUserStatus-id", + "in": "path", + "description": "key: id of deviceComplianceUserStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceUserStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceUserOverview" + ], + "summary": "Get userStatusOverview from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.GetUserStatusOverview", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "pendingCount", + "notApplicableCount", + "successCount", + "errorCount", + "failedCount", + "lastUpdateDateTime", + "configurationVersion" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceUserOverview" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceUserOverview" + ], + "summary": "Update the navigation property userStatusOverview in deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.UpdateUserStatusOverview", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceUserOverview" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicies.deviceComplianceUserOverview" + ], + "summary": "Delete navigation property userStatusOverview for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicies.DeleteUserStatusOverview", + "parameters": [ + { + "name": "deviceCompliancePolicy-id", + "in": "path", + "description": "key: id of deviceCompliancePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicyDeviceStateSummary": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicyDeviceStateSummary" + ], + "summary": "Get deviceCompliancePolicyDeviceStateSummary from deviceManagement", + "operationId": "deviceManagement.GetDeviceCompliancePolicyDeviceStateSummary", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "inGracePeriodCount", + "configManagerCount", + "unknownDeviceCount", + "notApplicableDeviceCount", + "compliantDeviceCount", + "remediatedDeviceCount", + "nonCompliantDeviceCount", + "errorDeviceCount", + "conflictDeviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicyDeviceStateSummary" + ], + "summary": "Update the navigation property deviceCompliancePolicyDeviceStateSummary in deviceManagement", + "operationId": "deviceManagement.UpdateDeviceCompliancePolicyDeviceStateSummary", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicyDeviceStateSummary" + ], + "summary": "Delete navigation property deviceCompliancePolicyDeviceStateSummary for deviceManagement", + "operationId": "deviceManagement.DeleteDeviceCompliancePolicyDeviceStateSummary", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicySettingStateSummaries": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummary" + ], + "summary": "Get deviceCompliancePolicySettingStateSummaries from deviceManagement", + "operationId": "deviceManagement.ListDeviceCompliancePolicySettingStateSummaries", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "setting", + "setting desc", + "settingName", + "settingName desc", + "platformType", + "platformType desc", + "unknownDeviceCount", + "unknownDeviceCount desc", + "notApplicableDeviceCount", + "notApplicableDeviceCount desc", + "compliantDeviceCount", + "compliantDeviceCount desc", + "remediatedDeviceCount", + "remediatedDeviceCount desc", + "nonCompliantDeviceCount", + "nonCompliantDeviceCount desc", + "errorDeviceCount", + "errorDeviceCount desc", + "conflictDeviceCount", + "conflictDeviceCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "setting", + "settingName", + "platformType", + "unknownDeviceCount", + "notApplicableDeviceCount", + "compliantDeviceCount", + "remediatedDeviceCount", + "nonCompliantDeviceCount", + "errorDeviceCount", + "conflictDeviceCount", + "deviceComplianceSettingStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceComplianceSettingStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceCompliancePolicySettingStateSummary", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummary" + ], + "summary": "Create new navigation property to deviceCompliancePolicySettingStateSummaries for deviceManagement", + "operationId": "deviceManagement.CreateDeviceCompliancePolicySettingStateSummaries", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummary" + ], + "summary": "Get deviceCompliancePolicySettingStateSummaries from deviceManagement", + "operationId": "deviceManagement.GetDeviceCompliancePolicySettingStateSummaries", + "parameters": [ + { + "name": "deviceCompliancePolicySettingStateSummary-id", + "in": "path", + "description": "key: id of deviceCompliancePolicySettingStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicySettingStateSummary" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "setting", + "settingName", + "platformType", + "unknownDeviceCount", + "notApplicableDeviceCount", + "compliantDeviceCount", + "remediatedDeviceCount", + "nonCompliantDeviceCount", + "errorDeviceCount", + "conflictDeviceCount", + "deviceComplianceSettingStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceComplianceSettingStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummary" + ], + "summary": "Update the navigation property deviceCompliancePolicySettingStateSummaries in deviceManagement", + "operationId": "deviceManagement.UpdateDeviceCompliancePolicySettingStateSummaries", + "parameters": [ + { + "name": "deviceCompliancePolicySettingStateSummary-id", + "in": "path", + "description": "key: id of deviceCompliancePolicySettingStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicySettingStateSummary" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummary" + ], + "summary": "Delete navigation property deviceCompliancePolicySettingStateSummaries for deviceManagement", + "operationId": "deviceManagement.DeleteDeviceCompliancePolicySettingStateSummaries", + "parameters": [ + { + "name": "deviceCompliancePolicySettingStateSummary-id", + "in": "path", + "description": "key: id of deviceCompliancePolicySettingStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicySettingStateSummary" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummaries.deviceComplianceSettingState" + ], + "summary": "Get deviceComplianceSettingStates from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicySettingStateSummaries.ListDeviceComplianceSettingStates", + "parameters": [ + { + "name": "deviceCompliancePolicySettingStateSummary-id", + "in": "path", + "description": "key: id of deviceCompliancePolicySettingStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicySettingStateSummary" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "setting", + "setting desc", + "settingName", + "settingName desc", + "deviceId", + "deviceId desc", + "deviceName", + "deviceName desc", + "userId", + "userId desc", + "userEmail", + "userEmail desc", + "userName", + "userName desc", + "userPrincipalName", + "userPrincipalName desc", + "deviceModel", + "deviceModel desc", + "state", + "state desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "setting", + "settingName", + "deviceId", + "deviceName", + "userId", + "userEmail", + "userName", + "userPrincipalName", + "deviceModel", + "state", + "complianceGracePeriodExpirationDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceComplianceSettingState", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceSettingState" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummaries.deviceComplianceSettingState" + ], + "summary": "Create new navigation property to deviceComplianceSettingStates for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicySettingStateSummaries.CreateDeviceComplianceSettingStates", + "parameters": [ + { + "name": "deviceCompliancePolicySettingStateSummary-id", + "in": "path", + "description": "key: id of deviceCompliancePolicySettingStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicySettingStateSummary" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceSettingState" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceSettingState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}": { + "get": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummaries.deviceComplianceSettingState" + ], + "summary": "Get deviceComplianceSettingStates from deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicySettingStateSummaries.GetDeviceComplianceSettingStates", + "parameters": [ + { + "name": "deviceCompliancePolicySettingStateSummary-id", + "in": "path", + "description": "key: id of deviceCompliancePolicySettingStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicySettingStateSummary" + }, + { + "name": "deviceComplianceSettingState-id", + "in": "path", + "description": "key: id of deviceComplianceSettingState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceSettingState" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "setting", + "settingName", + "deviceId", + "deviceName", + "userId", + "userEmail", + "userName", + "userPrincipalName", + "deviceModel", + "state", + "complianceGracePeriodExpirationDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceSettingState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummaries.deviceComplianceSettingState" + ], + "summary": "Update the navigation property deviceComplianceSettingStates in deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicySettingStateSummaries.UpdateDeviceComplianceSettingStates", + "parameters": [ + { + "name": "deviceCompliancePolicySettingStateSummary-id", + "in": "path", + "description": "key: id of deviceCompliancePolicySettingStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicySettingStateSummary" + }, + { + "name": "deviceComplianceSettingState-id", + "in": "path", + "description": "key: id of deviceComplianceSettingState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceSettingState" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceSettingState" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceCompliancePolicySettingStateSummaries.deviceComplianceSettingState" + ], + "summary": "Delete navigation property deviceComplianceSettingStates for deviceManagement", + "operationId": "deviceManagement.deviceCompliancePolicySettingStateSummaries.DeleteDeviceComplianceSettingStates", + "parameters": [ + { + "name": "deviceCompliancePolicySettingStateSummary-id", + "in": "path", + "description": "key: id of deviceCompliancePolicySettingStateSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicySettingStateSummary" + }, + { + "name": "deviceComplianceSettingState-id", + "in": "path", + "description": "key: id of deviceComplianceSettingState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceComplianceSettingState" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurationDeviceStateSummaries": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurationDeviceStateSummary" + ], + "summary": "Get deviceConfigurationDeviceStateSummaries from deviceManagement", + "operationId": "deviceManagement.GetDeviceConfigurationDeviceStateSummaries", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "unknownDeviceCount", + "notApplicableDeviceCount", + "compliantDeviceCount", + "remediatedDeviceCount", + "nonCompliantDeviceCount", + "errorDeviceCount", + "conflictDeviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceConfigurationDeviceStateSummary" + ], + "summary": "Update the navigation property deviceConfigurationDeviceStateSummaries in deviceManagement", + "operationId": "deviceManagement.UpdateDeviceConfigurationDeviceStateSummaries", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceConfigurationDeviceStateSummary" + ], + "summary": "Delete navigation property deviceConfigurationDeviceStateSummaries for deviceManagement", + "operationId": "deviceManagement.DeleteDeviceConfigurationDeviceStateSummaries", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations": { + "get": { + "tags": [ + "deviceManagement.deviceConfiguration" + ], + "summary": "Get deviceConfigurations from deviceManagement", + "operationId": "deviceManagement.ListDeviceConfigurations", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "displayName", + "displayName desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "createdDateTime", + "description", + "displayName", + "version", + "assignments", + "deviceStatuses", + "userStatuses", + "deviceStatusOverview", + "userStatusOverview", + "deviceSettingStateSummaries" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "deviceStatuses", + "userStatuses", + "deviceStatusOverview", + "userStatusOverview", + "deviceSettingStateSummaries" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceConfiguration", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceConfiguration" + ], + "summary": "Create new navigation property to deviceConfigurations for deviceManagement", + "operationId": "deviceManagement.CreateDeviceConfigurations", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}": { + "get": { + "tags": [ + "deviceManagement.deviceConfiguration" + ], + "summary": "Get deviceConfigurations from deviceManagement", + "operationId": "deviceManagement.GetDeviceConfigurations", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "createdDateTime", + "description", + "displayName", + "version", + "assignments", + "deviceStatuses", + "userStatuses", + "deviceStatusOverview", + "userStatusOverview", + "deviceSettingStateSummaries" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "deviceStatuses", + "userStatuses", + "deviceStatusOverview", + "userStatusOverview", + "deviceSettingStateSummaries" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceConfiguration" + ], + "summary": "Update the navigation property deviceConfigurations in deviceManagement", + "operationId": "deviceManagement.UpdateDeviceConfigurations", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceConfiguration" + ], + "summary": "Delete navigation property deviceConfigurations for deviceManagement", + "operationId": "deviceManagement.DeleteDeviceConfigurations", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationAssignment" + ], + "summary": "Get assignments from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.ListAssignments", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "target", + "target desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceConfigurationAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationAssignment" + ], + "summary": "Create new navigation property to assignments for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.CreateAssignments", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationAssignment" + ], + "summary": "Get assignments from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.GetAssignments", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "deviceConfigurationAssignment-id", + "in": "path", + "description": "key: id of deviceConfigurationAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationAssignment" + ], + "summary": "Update the navigation property assignments in deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.UpdateAssignments", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "deviceConfigurationAssignment-id", + "in": "path", + "description": "key: id of deviceConfigurationAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationAssignment" + ], + "summary": "Delete navigation property assignments for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.DeleteAssignments", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "deviceConfigurationAssignment-id", + "in": "path", + "description": "key: id of deviceConfigurationAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.settingStateDeviceSummary" + ], + "summary": "Get deviceSettingStateSummaries from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.ListDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "settingName", + "settingName desc", + "instancePath", + "instancePath desc", + "unknownDeviceCount", + "unknownDeviceCount desc", + "notApplicableDeviceCount", + "notApplicableDeviceCount desc", + "compliantDeviceCount", + "compliantDeviceCount desc", + "remediatedDeviceCount", + "remediatedDeviceCount desc", + "nonCompliantDeviceCount", + "nonCompliantDeviceCount desc", + "errorDeviceCount", + "errorDeviceCount desc", + "conflictDeviceCount", + "conflictDeviceCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingName", + "instancePath", + "unknownDeviceCount", + "notApplicableDeviceCount", + "compliantDeviceCount", + "remediatedDeviceCount", + "nonCompliantDeviceCount", + "errorDeviceCount", + "conflictDeviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of settingStateDeviceSummary", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceConfigurations.settingStateDeviceSummary" + ], + "summary": "Create new navigation property to deviceSettingStateSummaries for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.CreateDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.settingStateDeviceSummary" + ], + "summary": "Get deviceSettingStateSummaries from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.GetDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "settingStateDeviceSummary-id", + "in": "path", + "description": "key: id of settingStateDeviceSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "settingStateDeviceSummary" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingName", + "instancePath", + "unknownDeviceCount", + "notApplicableDeviceCount", + "compliantDeviceCount", + "remediatedDeviceCount", + "nonCompliantDeviceCount", + "errorDeviceCount", + "conflictDeviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceConfigurations.settingStateDeviceSummary" + ], + "summary": "Update the navigation property deviceSettingStateSummaries in deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.UpdateDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "settingStateDeviceSummary-id", + "in": "path", + "description": "key: id of settingStateDeviceSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "settingStateDeviceSummary" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceConfigurations.settingStateDeviceSummary" + ], + "summary": "Delete navigation property deviceSettingStateSummaries for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.DeleteDeviceSettingStateSummaries", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "settingStateDeviceSummary-id", + "in": "path", + "description": "key: id of settingStateDeviceSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "settingStateDeviceSummary" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationDeviceStatus" + ], + "summary": "Get deviceStatuses from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.ListDeviceStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deviceDisplayName", + "deviceDisplayName desc", + "userName", + "userName desc", + "deviceModel", + "deviceModel desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc", + "status", + "status desc", + "lastReportedDateTime", + "lastReportedDateTime desc", + "userPrincipalName", + "userPrincipalName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceDisplayName", + "userName", + "deviceModel", + "complianceGracePeriodExpirationDateTime", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceConfigurationDeviceStatus", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationDeviceStatus" + ], + "summary": "Create new navigation property to deviceStatuses for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.CreateDeviceStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationDeviceStatus" + ], + "summary": "Get deviceStatuses from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.GetDeviceStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "deviceConfigurationDeviceStatus-id", + "in": "path", + "description": "key: id of deviceConfigurationDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationDeviceStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deviceDisplayName", + "userName", + "deviceModel", + "complianceGracePeriodExpirationDateTime", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationDeviceStatus" + ], + "summary": "Update the navigation property deviceStatuses in deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.UpdateDeviceStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "deviceConfigurationDeviceStatus-id", + "in": "path", + "description": "key: id of deviceConfigurationDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationDeviceStatus" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationDeviceStatus" + ], + "summary": "Delete navigation property deviceStatuses for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.DeleteDeviceStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "deviceConfigurationDeviceStatus-id", + "in": "path", + "description": "key: id of deviceConfigurationDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationDeviceStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationDeviceOverview" + ], + "summary": "Get deviceStatusOverview from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.GetDeviceStatusOverview", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "pendingCount", + "notApplicableCount", + "successCount", + "errorCount", + "failedCount", + "lastUpdateDateTime", + "configurationVersion" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationDeviceOverview" + ], + "summary": "Update the navigation property deviceStatusOverview in deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.UpdateDeviceStatusOverview", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationDeviceOverview" + ], + "summary": "Delete navigation property deviceStatusOverview for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.DeleteDeviceStatusOverview", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceManagement.deviceConfigurations.assign", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationAssignment" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign" + ] + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationUserStatus" + ], + "summary": "Get userStatuses from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.ListUserStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userDisplayName", + "userDisplayName desc", + "devicesCount", + "devicesCount desc", + "status", + "status desc", + "lastReportedDateTime", + "lastReportedDateTime desc", + "userPrincipalName", + "userPrincipalName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userDisplayName", + "devicesCount", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceConfigurationUserStatus", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationUserStatus" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationUserStatus" + ], + "summary": "Create new navigation property to userStatuses for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.CreateUserStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationUserStatus" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationUserStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationUserStatus" + ], + "summary": "Get userStatuses from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.GetUserStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "deviceConfigurationUserStatus-id", + "in": "path", + "description": "key: id of deviceConfigurationUserStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationUserStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userDisplayName", + "devicesCount", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationUserStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationUserStatus" + ], + "summary": "Update the navigation property userStatuses in deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.UpdateUserStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "deviceConfigurationUserStatus-id", + "in": "path", + "description": "key: id of deviceConfigurationUserStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationUserStatus" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationUserStatus" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationUserStatus" + ], + "summary": "Delete navigation property userStatuses for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.DeleteUserStatuses", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "deviceConfigurationUserStatus-id", + "in": "path", + "description": "key: id of deviceConfigurationUserStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationUserStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview": { + "get": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationUserOverview" + ], + "summary": "Get userStatusOverview from deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.GetUserStatusOverview", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "pendingCount", + "notApplicableCount", + "successCount", + "errorCount", + "failedCount", + "lastUpdateDateTime", + "configurationVersion" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationUserOverview" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationUserOverview" + ], + "summary": "Update the navigation property userStatusOverview in deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.UpdateUserStatusOverview", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationUserOverview" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceConfigurations.deviceConfigurationUserOverview" + ], + "summary": "Delete navigation property userStatusOverview for deviceManagement", + "operationId": "deviceManagement.deviceConfigurations.DeleteUserStatusOverview", + "parameters": [ + { + "name": "deviceConfiguration-id", + "in": "path", + "description": "key: id of deviceConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfiguration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceEnrollmentConfigurations": { + "get": { + "tags": [ + "deviceManagement.deviceEnrollmentConfiguration" + ], + "summary": "Get deviceEnrollmentConfigurations from deviceManagement", + "operationId": "deviceManagement.ListDeviceEnrollmentConfigurations", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "priority", + "priority desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "priority", + "createdDateTime", + "lastModifiedDateTime", + "version", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceEnrollmentConfiguration", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceEnrollmentConfiguration" + ], + "summary": "Create new navigation property to deviceEnrollmentConfigurations for deviceManagement", + "operationId": "deviceManagement.CreateDeviceEnrollmentConfigurations", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}": { + "get": { + "tags": [ + "deviceManagement.deviceEnrollmentConfiguration" + ], + "summary": "Get deviceEnrollmentConfigurations from deviceManagement", + "operationId": "deviceManagement.GetDeviceEnrollmentConfigurations", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "priority", + "createdDateTime", + "lastModifiedDateTime", + "version", + "assignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceEnrollmentConfiguration" + ], + "summary": "Update the navigation property deviceEnrollmentConfigurations in deviceManagement", + "operationId": "deviceManagement.UpdateDeviceEnrollmentConfigurations", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceEnrollmentConfiguration" + ], + "summary": "Delete navigation property deviceEnrollmentConfigurations for deviceManagement", + "operationId": "deviceManagement.DeleteDeviceEnrollmentConfigurations", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments": { + "get": { + "tags": [ + "deviceManagement.deviceEnrollmentConfigurations.enrollmentConfigurationAssignment" + ], + "summary": "Get assignments from deviceManagement", + "operationId": "deviceManagement.deviceEnrollmentConfigurations.ListAssignments", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "target", + "target desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of enrollmentConfigurationAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceEnrollmentConfigurations.enrollmentConfigurationAssignment" + ], + "summary": "Create new navigation property to assignments for deviceManagement", + "operationId": "deviceManagement.deviceEnrollmentConfigurations.CreateAssignments", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}": { + "get": { + "tags": [ + "deviceManagement.deviceEnrollmentConfigurations.enrollmentConfigurationAssignment" + ], + "summary": "Get assignments from deviceManagement", + "operationId": "deviceManagement.deviceEnrollmentConfigurations.GetAssignments", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + }, + { + "name": "enrollmentConfigurationAssignment-id", + "in": "path", + "description": "key: id of enrollmentConfigurationAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "enrollmentConfigurationAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceEnrollmentConfigurations.enrollmentConfigurationAssignment" + ], + "summary": "Update the navigation property assignments in deviceManagement", + "operationId": "deviceManagement.deviceEnrollmentConfigurations.UpdateAssignments", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + }, + { + "name": "enrollmentConfigurationAssignment-id", + "in": "path", + "description": "key: id of enrollmentConfigurationAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "enrollmentConfigurationAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceEnrollmentConfigurations.enrollmentConfigurationAssignment" + ], + "summary": "Delete navigation property assignments for deviceManagement", + "operationId": "deviceManagement.deviceEnrollmentConfigurations.DeleteAssignments", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + }, + { + "name": "enrollmentConfigurationAssignment-id", + "in": "path", + "description": "key: id of enrollmentConfigurationAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "enrollmentConfigurationAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action assign", + "operationId": "deviceManagement.deviceEnrollmentConfigurations.assign", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "enrollmentConfigurationAssignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign" + ] + }, + "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action setPriority", + "operationId": "deviceManagement.deviceEnrollmentConfigurations.setPriority", + "parameters": [ + { + "name": "deviceEnrollmentConfiguration-id", + "in": "path", + "description": "key: id of deviceEnrollmentConfiguration", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceEnrollmentConfiguration" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "priority": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/deviceManagementPartners": { + "get": { + "tags": [ + "deviceManagement.deviceManagementPartner" + ], + "summary": "Get deviceManagementPartners from deviceManagement", + "operationId": "deviceManagement.ListDeviceManagementPartners", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastHeartbeatDateTime", + "lastHeartbeatDateTime desc", + "partnerState", + "partnerState desc", + "partnerAppType", + "partnerAppType desc", + "singleTenantAppId", + "singleTenantAppId desc", + "displayName", + "displayName desc", + "isConfigured", + "isConfigured desc", + "whenPartnerDevicesWillBeRemovedDateTime", + "whenPartnerDevicesWillBeRemovedDateTime desc", + "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime", + "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastHeartbeatDateTime", + "partnerState", + "partnerAppType", + "singleTenantAppId", + "displayName", + "isConfigured", + "whenPartnerDevicesWillBeRemovedDateTime", + "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceManagementPartner", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementPartner" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceManagementPartner" + ], + "summary": "Create new navigation property to deviceManagementPartners for deviceManagement", + "operationId": "deviceManagement.CreateDeviceManagementPartners", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementPartner" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementPartner" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}": { + "get": { + "tags": [ + "deviceManagement.deviceManagementPartner" + ], + "summary": "Get deviceManagementPartners from deviceManagement", + "operationId": "deviceManagement.GetDeviceManagementPartners", + "parameters": [ + { + "name": "deviceManagementPartner-id", + "in": "path", + "description": "key: id of deviceManagementPartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementPartner" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastHeartbeatDateTime", + "partnerState", + "partnerAppType", + "singleTenantAppId", + "displayName", + "isConfigured", + "whenPartnerDevicesWillBeRemovedDateTime", + "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementPartner" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceManagementPartner" + ], + "summary": "Update the navigation property deviceManagementPartners in deviceManagement", + "operationId": "deviceManagement.UpdateDeviceManagementPartners", + "parameters": [ + { + "name": "deviceManagementPartner-id", + "in": "path", + "description": "key: id of deviceManagementPartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementPartner" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementPartner" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceManagementPartner" + ], + "summary": "Delete navigation property deviceManagementPartners for deviceManagement", + "operationId": "deviceManagement.DeleteDeviceManagementPartners", + "parameters": [ + { + "name": "deviceManagementPartner-id", + "in": "path", + "description": "key: id of deviceManagementPartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementPartner" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/exchangeConnectors": { + "get": { + "tags": [ + "deviceManagement.deviceManagementExchangeConnector" + ], + "summary": "Get exchangeConnectors from deviceManagement", + "operationId": "deviceManagement.ListExchangeConnectors", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "status", + "status desc", + "primarySmtpAddress", + "primarySmtpAddress desc", + "serverName", + "serverName desc", + "connectorServerName", + "connectorServerName desc", + "exchangeConnectorType", + "exchangeConnectorType desc", + "version", + "version desc", + "exchangeAlias", + "exchangeAlias desc", + "exchangeOrganization", + "exchangeOrganization desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastSyncDateTime", + "status", + "primarySmtpAddress", + "serverName", + "connectorServerName", + "exchangeConnectorType", + "version", + "exchangeAlias", + "exchangeOrganization" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceManagementExchangeConnector", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnector" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceManagementExchangeConnector" + ], + "summary": "Create new navigation property to exchangeConnectors for deviceManagement", + "operationId": "deviceManagement.CreateExchangeConnectors", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnector" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnector" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}": { + "get": { + "tags": [ + "deviceManagement.deviceManagementExchangeConnector" + ], + "summary": "Get exchangeConnectors from deviceManagement", + "operationId": "deviceManagement.GetExchangeConnectors", + "parameters": [ + { + "name": "deviceManagementExchangeConnector-id", + "in": "path", + "description": "key: id of deviceManagementExchangeConnector", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementExchangeConnector" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastSyncDateTime", + "status", + "primarySmtpAddress", + "serverName", + "connectorServerName", + "exchangeConnectorType", + "version", + "exchangeAlias", + "exchangeOrganization" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnector" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceManagementExchangeConnector" + ], + "summary": "Update the navigation property exchangeConnectors in deviceManagement", + "operationId": "deviceManagement.UpdateExchangeConnectors", + "parameters": [ + { + "name": "deviceManagementExchangeConnector-id", + "in": "path", + "description": "key: id of deviceManagementExchangeConnector", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementExchangeConnector" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnector" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceManagementExchangeConnector" + ], + "summary": "Delete navigation property exchangeConnectors for deviceManagement", + "operationId": "deviceManagement.DeleteExchangeConnectors", + "parameters": [ + { + "name": "deviceManagementExchangeConnector-id", + "in": "path", + "description": "key: id of deviceManagementExchangeConnector", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementExchangeConnector" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action sync", + "operationId": "deviceManagement.exchangeConnectors.sync", + "parameters": [ + { + "name": "deviceManagementExchangeConnector-id", + "in": "path", + "description": "key: id of deviceManagementExchangeConnector", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementExchangeConnector" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "syncType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorSyncType" + } + ] + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/iosUpdateStatuses": { + "get": { + "tags": [ + "deviceManagement.iosUpdateDeviceStatus" + ], + "summary": "Get iosUpdateStatuses from deviceManagement", + "operationId": "deviceManagement.ListIosUpdateStatuses", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "installStatus", + "installStatus desc", + "osVersion", + "osVersion desc", + "deviceId", + "deviceId desc", + "userId", + "userId desc", + "deviceDisplayName", + "deviceDisplayName desc", + "userName", + "userName desc", + "deviceModel", + "deviceModel desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc", + "status", + "status desc", + "lastReportedDateTime", + "lastReportedDateTime desc", + "userPrincipalName", + "userPrincipalName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "installStatus", + "osVersion", + "deviceId", + "userId", + "deviceDisplayName", + "userName", + "deviceModel", + "complianceGracePeriodExpirationDateTime", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of iosUpdateDeviceStatus", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.iosUpdateDeviceStatus" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.iosUpdateDeviceStatus" + ], + "summary": "Create new navigation property to iosUpdateStatuses for deviceManagement", + "operationId": "deviceManagement.CreateIosUpdateStatuses", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.iosUpdateDeviceStatus" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.iosUpdateDeviceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}": { + "get": { + "tags": [ + "deviceManagement.iosUpdateDeviceStatus" + ], + "summary": "Get iosUpdateStatuses from deviceManagement", + "operationId": "deviceManagement.GetIosUpdateStatuses", + "parameters": [ + { + "name": "iosUpdateDeviceStatus-id", + "in": "path", + "description": "key: id of iosUpdateDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosUpdateDeviceStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "installStatus", + "osVersion", + "deviceId", + "userId", + "deviceDisplayName", + "userName", + "deviceModel", + "complianceGracePeriodExpirationDateTime", + "status", + "lastReportedDateTime", + "userPrincipalName" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.iosUpdateDeviceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.iosUpdateDeviceStatus" + ], + "summary": "Update the navigation property iosUpdateStatuses in deviceManagement", + "operationId": "deviceManagement.UpdateIosUpdateStatuses", + "parameters": [ + { + "name": "iosUpdateDeviceStatus-id", + "in": "path", + "description": "key: id of iosUpdateDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosUpdateDeviceStatus" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.iosUpdateDeviceStatus" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.iosUpdateDeviceStatus" + ], + "summary": "Delete navigation property iosUpdateStatuses for deviceManagement", + "operationId": "deviceManagement.DeleteIosUpdateStatuses", + "parameters": [ + { + "name": "iosUpdateDeviceStatus-id", + "in": "path", + "description": "key: id of iosUpdateDeviceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "iosUpdateDeviceStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDeviceOverview": { + "get": { + "tags": [ + "deviceManagement.managedDeviceOverview" + ], + "summary": "Get managedDeviceOverview from deviceManagement", + "operationId": "deviceManagement.GetManagedDeviceOverview", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "enrolledDeviceCount", + "mdmEnrolledCount", + "dualEnrolledDeviceCount", + "deviceOperatingSystemSummary", + "deviceExchangeAccessStateSummary" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceOverview" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDeviceOverview/$ref": { + "get": { + "tags": [ + "deviceManagement.managedDeviceOverview" + ], + "summary": "Get ref of managedDeviceOverview from deviceManagement", + "operationId": "deviceManagement.GetRefManagedDeviceOverview", + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "deviceManagement.managedDeviceOverview" + ], + "summary": "Update the ref of navigation property managedDeviceOverview in deviceManagement", + "operationId": "deviceManagement.UpdateRefManagedDeviceOverview", + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.managedDeviceOverview" + ], + "summary": "Delete ref of navigation property managedDeviceOverview for deviceManagement", + "operationId": "deviceManagement.DeleteRefManagedDeviceOverview", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDevices": { + "get": { + "tags": [ + "deviceManagement.managedDevice" + ], + "summary": "Get managedDevices from deviceManagement", + "operationId": "deviceManagement.ListManagedDevices", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userId", + "userId desc", + "deviceName", + "deviceName desc", + "managedDeviceOwnerType", + "managedDeviceOwnerType desc", + "deviceActionResults", + "deviceActionResults desc", + "enrolledDateTime", + "enrolledDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "operatingSystem", + "operatingSystem desc", + "complianceState", + "complianceState desc", + "jailBroken", + "jailBroken desc", + "managementAgent", + "managementAgent desc", + "osVersion", + "osVersion desc", + "easActivated", + "easActivated desc", + "easDeviceId", + "easDeviceId desc", + "easActivationDateTime", + "easActivationDateTime desc", + "azureADRegistered", + "azureADRegistered desc", + "deviceEnrollmentType", + "deviceEnrollmentType desc", + "activationLockBypassCode", + "activationLockBypassCode desc", + "emailAddress", + "emailAddress desc", + "azureADDeviceId", + "azureADDeviceId desc", + "deviceRegistrationState", + "deviceRegistrationState desc", + "deviceCategoryDisplayName", + "deviceCategoryDisplayName desc", + "isSupervised", + "isSupervised desc", + "exchangeLastSuccessfulSyncDateTime", + "exchangeLastSuccessfulSyncDateTime desc", + "exchangeAccessState", + "exchangeAccessState desc", + "exchangeAccessStateReason", + "exchangeAccessStateReason desc", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionUrl desc", + "remoteAssistanceSessionErrorDetails", + "remoteAssistanceSessionErrorDetails desc", + "isEncrypted", + "isEncrypted desc", + "userPrincipalName", + "userPrincipalName desc", + "model", + "model desc", + "manufacturer", + "manufacturer desc", + "imei", + "imei desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc", + "serialNumber", + "serialNumber desc", + "phoneNumber", + "phoneNumber desc", + "androidSecurityPatchLevel", + "androidSecurityPatchLevel desc", + "userDisplayName", + "userDisplayName desc", + "configurationManagerClientEnabledFeatures", + "configurationManagerClientEnabledFeatures desc", + "wiFiMacAddress", + "wiFiMacAddress desc", + "deviceHealthAttestationState", + "deviceHealthAttestationState desc", + "subscriberCarrier", + "subscriberCarrier desc", + "meid", + "meid desc", + "totalStorageSpaceInBytes", + "totalStorageSpaceInBytes desc", + "freeStorageSpaceInBytes", + "freeStorageSpaceInBytes desc", + "managedDeviceName", + "managedDeviceName desc", + "partnerReportedThreatState", + "partnerReportedThreatState desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userId", + "deviceName", + "managedDeviceOwnerType", + "deviceActionResults", + "enrolledDateTime", + "lastSyncDateTime", + "operatingSystem", + "complianceState", + "jailBroken", + "managementAgent", + "osVersion", + "easActivated", + "easDeviceId", + "easActivationDateTime", + "azureADRegistered", + "deviceEnrollmentType", + "activationLockBypassCode", + "emailAddress", + "azureADDeviceId", + "deviceRegistrationState", + "deviceCategoryDisplayName", + "isSupervised", + "exchangeLastSuccessfulSyncDateTime", + "exchangeAccessState", + "exchangeAccessStateReason", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionErrorDetails", + "isEncrypted", + "userPrincipalName", + "model", + "manufacturer", + "imei", + "complianceGracePeriodExpirationDateTime", + "serialNumber", + "phoneNumber", + "androidSecurityPatchLevel", + "userDisplayName", + "configurationManagerClientEnabledFeatures", + "wiFiMacAddress", + "deviceHealthAttestationState", + "subscriberCarrier", + "meid", + "totalStorageSpaceInBytes", + "freeStorageSpaceInBytes", + "managedDeviceName", + "partnerReportedThreatState", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedDevice", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.managedDevice" + ], + "summary": "Create new navigation property to managedDevices for deviceManagement", + "operationId": "deviceManagement.CreateManagedDevices", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}": { + "get": { + "tags": [ + "deviceManagement.managedDevice" + ], + "summary": "Get managedDevices from deviceManagement", + "operationId": "deviceManagement.GetManagedDevices", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userId", + "deviceName", + "managedDeviceOwnerType", + "deviceActionResults", + "enrolledDateTime", + "lastSyncDateTime", + "operatingSystem", + "complianceState", + "jailBroken", + "managementAgent", + "osVersion", + "easActivated", + "easDeviceId", + "easActivationDateTime", + "azureADRegistered", + "deviceEnrollmentType", + "activationLockBypassCode", + "emailAddress", + "azureADDeviceId", + "deviceRegistrationState", + "deviceCategoryDisplayName", + "isSupervised", + "exchangeLastSuccessfulSyncDateTime", + "exchangeAccessState", + "exchangeAccessStateReason", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionErrorDetails", + "isEncrypted", + "userPrincipalName", + "model", + "manufacturer", + "imei", + "complianceGracePeriodExpirationDateTime", + "serialNumber", + "phoneNumber", + "androidSecurityPatchLevel", + "userDisplayName", + "configurationManagerClientEnabledFeatures", + "wiFiMacAddress", + "deviceHealthAttestationState", + "subscriberCarrier", + "meid", + "totalStorageSpaceInBytes", + "freeStorageSpaceInBytes", + "managedDeviceName", + "partnerReportedThreatState", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.managedDevice" + ], + "summary": "Update the navigation property managedDevices in deviceManagement", + "operationId": "deviceManagement.UpdateManagedDevices", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.managedDevice" + ], + "summary": "Delete navigation property managedDevices for deviceManagement", + "operationId": "deviceManagement.DeleteManagedDevices", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory": { + "get": { + "tags": [ + "deviceManagement.managedDevices.deviceCategory" + ], + "summary": "Get deviceCategory from deviceManagement", + "operationId": "deviceManagement.managedDevices.GetDeviceCategory", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.managedDevices.deviceCategory" + ], + "summary": "Update the navigation property deviceCategory in deviceManagement", + "operationId": "deviceManagement.managedDevices.UpdateDeviceCategory", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.managedDevices.deviceCategory" + ], + "summary": "Delete navigation property deviceCategory for deviceManagement", + "operationId": "deviceManagement.managedDevices.DeleteDeviceCategory", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { + "get": { + "tags": [ + "deviceManagement.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Get deviceCompliancePolicyStates from deviceManagement", + "operationId": "deviceManagement.managedDevices.ListDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "settingStates", + "settingStates desc", + "displayName", + "displayName desc", + "version", + "version desc", + "platformType", + "platformType desc", + "state", + "state desc", + "settingCount", + "settingCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceCompliancePolicyState", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Create new navigation property to deviceCompliancePolicyStates for deviceManagement", + "operationId": "deviceManagement.managedDevices.CreateDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { + "get": { + "tags": [ + "deviceManagement.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Get deviceCompliancePolicyStates from deviceManagement", + "operationId": "deviceManagement.managedDevices.GetDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceCompliancePolicyState-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyState" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Update the navigation property deviceCompliancePolicyStates in deviceManagement", + "operationId": "deviceManagement.managedDevices.UpdateDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceCompliancePolicyState-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyState" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Delete navigation property deviceCompliancePolicyStates for deviceManagement", + "operationId": "deviceManagement.managedDevices.DeleteDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceCompliancePolicyState-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyState" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates": { + "get": { + "tags": [ + "deviceManagement.managedDevices.deviceConfigurationState" + ], + "summary": "Get deviceConfigurationStates from deviceManagement", + "operationId": "deviceManagement.managedDevices.ListDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "settingStates", + "settingStates desc", + "displayName", + "displayName desc", + "version", + "version desc", + "platformType", + "platformType desc", + "state", + "state desc", + "settingCount", + "settingCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceConfigurationState", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.managedDevices.deviceConfigurationState" + ], + "summary": "Create new navigation property to deviceConfigurationStates for deviceManagement", + "operationId": "deviceManagement.managedDevices.CreateDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { + "get": { + "tags": [ + "deviceManagement.managedDevices.deviceConfigurationState" + ], + "summary": "Get deviceConfigurationStates from deviceManagement", + "operationId": "deviceManagement.managedDevices.GetDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceConfigurationState-id", + "in": "path", + "description": "key: id of deviceConfigurationState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationState" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.managedDevices.deviceConfigurationState" + ], + "summary": "Update the navigation property deviceConfigurationStates in deviceManagement", + "operationId": "deviceManagement.managedDevices.UpdateDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceConfigurationState-id", + "in": "path", + "description": "key: id of deviceConfigurationState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationState" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.managedDevices.deviceConfigurationState" + ], + "summary": "Delete navigation property deviceConfigurationStates for deviceManagement", + "operationId": "deviceManagement.managedDevices.DeleteDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceConfigurationState-id", + "in": "path", + "description": "key: id of deviceConfigurationState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationState" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action bypassActivationLock", + "operationId": "deviceManagement.managedDevices.bypassActivationLock", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action cleanWindowsDevice", + "operationId": "deviceManagement.managedDevices.cleanWindowsDevice", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "keepUserData": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action deleteUserFromSharedAppleDevice", + "operationId": "deviceManagement.managedDevices.deleteUserFromSharedAppleDevice", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "userPrincipalName": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action disableLostMode", + "operationId": "deviceManagement.managedDevices.disableLostMode", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action locateDevice", + "operationId": "deviceManagement.managedDevices.locateDevice", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action logoutSharedAppleDeviceActiveUser", + "operationId": "deviceManagement.managedDevices.logoutSharedAppleDeviceActiveUser", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action rebootNow", + "operationId": "deviceManagement.managedDevices.rebootNow", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action recoverPasscode", + "operationId": "deviceManagement.managedDevices.recoverPasscode", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action remoteLock", + "operationId": "deviceManagement.managedDevices.remoteLock", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action requestRemoteAssistance", + "operationId": "deviceManagement.managedDevices.requestRemoteAssistance", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action resetPasscode", + "operationId": "deviceManagement.managedDevices.resetPasscode", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/retire": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action retire", + "operationId": "deviceManagement.managedDevices.retire", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/shutDown": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action shutDown", + "operationId": "deviceManagement.managedDevices.shutDown", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action syncDevice", + "operationId": "deviceManagement.managedDevices.syncDevice", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action updateWindowsDeviceAccount", + "operationId": "deviceManagement.managedDevices.updateWindowsDeviceAccount", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "updateWindowsDeviceAccountActionParameter": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.updateWindowsDeviceAccountActionParameter" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action windowsDefenderScan", + "operationId": "deviceManagement.managedDevices.windowsDefenderScan", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "quickScan": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action windowsDefenderUpdateSignatures", + "operationId": "deviceManagement.managedDevices.windowsDefenderUpdateSignatures", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/managedDevices/{managedDevice-id}/wipe": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action wipe", + "operationId": "deviceManagement.managedDevices.wipe", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "keepEnrollmentData": { + "type": "boolean", + "default": false, + "nullable": true + }, + "keepUserData": { + "type": "boolean", + "default": false, + "nullable": true + }, + "macOsUnlockCode": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/getEffectivePermissions(scope={scope})": { + "get": { + "tags": [ + "deviceManagement.Functions" + ], + "summary": "Invoke function getEffectivePermissions", + "operationId": "deviceManagement.getEffectivePermissions", + "parameters": [ + { + "name": "scope", + "in": "path", + "description": "Usage: scope={scope}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.rolePermission" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName={domainName})": { + "get": { + "tags": [ + "deviceManagement.Functions" + ], + "summary": "Invoke function verifyWindowsEnrollmentAutoDiscovery", + "operationId": "deviceManagement.verifyWindowsEnrollmentAutoDiscovery", + "parameters": [ + { + "name": "domainName", + "in": "path", + "description": "Usage: domainName={domainName}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "boolean", + "default": false + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/deviceManagement/mobileThreatDefenseConnectors": { + "get": { + "tags": [ + "deviceManagement.mobileThreatDefenseConnector" + ], + "summary": "Get mobileThreatDefenseConnectors from deviceManagement", + "operationId": "deviceManagement.ListMobileThreatDefenseConnectors", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastHeartbeatDateTime", + "lastHeartbeatDateTime desc", + "partnerState", + "partnerState desc", + "androidEnabled", + "androidEnabled desc", + "iosEnabled", + "iosEnabled desc", + "androidDeviceBlockedOnMissingPartnerData", + "androidDeviceBlockedOnMissingPartnerData desc", + "iosDeviceBlockedOnMissingPartnerData", + "iosDeviceBlockedOnMissingPartnerData desc", + "partnerUnsupportedOsVersionBlocked", + "partnerUnsupportedOsVersionBlocked desc", + "partnerUnresponsivenessThresholdInDays", + "partnerUnresponsivenessThresholdInDays desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastHeartbeatDateTime", + "partnerState", + "androidEnabled", + "iosEnabled", + "androidDeviceBlockedOnMissingPartnerData", + "iosDeviceBlockedOnMissingPartnerData", + "partnerUnsupportedOsVersionBlocked", + "partnerUnresponsivenessThresholdInDays" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mobileThreatDefenseConnector", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileThreatDefenseConnector" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.mobileThreatDefenseConnector" + ], + "summary": "Create new navigation property to mobileThreatDefenseConnectors for deviceManagement", + "operationId": "deviceManagement.CreateMobileThreatDefenseConnectors", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileThreatDefenseConnector" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileThreatDefenseConnector" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}": { + "get": { + "tags": [ + "deviceManagement.mobileThreatDefenseConnector" + ], + "summary": "Get mobileThreatDefenseConnectors from deviceManagement", + "operationId": "deviceManagement.GetMobileThreatDefenseConnectors", + "parameters": [ + { + "name": "mobileThreatDefenseConnector-id", + "in": "path", + "description": "key: id of mobileThreatDefenseConnector", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileThreatDefenseConnector" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastHeartbeatDateTime", + "partnerState", + "androidEnabled", + "iosEnabled", + "androidDeviceBlockedOnMissingPartnerData", + "iosDeviceBlockedOnMissingPartnerData", + "partnerUnsupportedOsVersionBlocked", + "partnerUnresponsivenessThresholdInDays" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileThreatDefenseConnector" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.mobileThreatDefenseConnector" + ], + "summary": "Update the navigation property mobileThreatDefenseConnectors in deviceManagement", + "operationId": "deviceManagement.UpdateMobileThreatDefenseConnectors", + "parameters": [ + { + "name": "mobileThreatDefenseConnector-id", + "in": "path", + "description": "key: id of mobileThreatDefenseConnector", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileThreatDefenseConnector" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mobileThreatDefenseConnector" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.mobileThreatDefenseConnector" + ], + "summary": "Delete navigation property mobileThreatDefenseConnectors for deviceManagement", + "operationId": "deviceManagement.DeleteMobileThreatDefenseConnectors", + "parameters": [ + { + "name": "mobileThreatDefenseConnector-id", + "in": "path", + "description": "key: id of mobileThreatDefenseConnector", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mobileThreatDefenseConnector" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/notificationMessageTemplates": { + "get": { + "tags": [ + "deviceManagement.notificationMessageTemplate" + ], + "summary": "Get notificationMessageTemplates from deviceManagement", + "operationId": "deviceManagement.ListNotificationMessageTemplates", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "displayName", + "displayName desc", + "defaultLocale", + "defaultLocale desc", + "brandingOptions", + "brandingOptions desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "displayName", + "defaultLocale", + "brandingOptions", + "localizedNotificationMessages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "localizedNotificationMessages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of notificationMessageTemplate", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.notificationMessageTemplate" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.notificationMessageTemplate" + ], + "summary": "Create new navigation property to notificationMessageTemplates for deviceManagement", + "operationId": "deviceManagement.CreateNotificationMessageTemplates", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notificationMessageTemplate" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notificationMessageTemplate" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}": { + "get": { + "tags": [ + "deviceManagement.notificationMessageTemplate" + ], + "summary": "Get notificationMessageTemplates from deviceManagement", + "operationId": "deviceManagement.GetNotificationMessageTemplates", + "parameters": [ + { + "name": "notificationMessageTemplate-id", + "in": "path", + "description": "key: id of notificationMessageTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notificationMessageTemplate" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "displayName", + "defaultLocale", + "brandingOptions", + "localizedNotificationMessages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "localizedNotificationMessages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notificationMessageTemplate" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.notificationMessageTemplate" + ], + "summary": "Update the navigation property notificationMessageTemplates in deviceManagement", + "operationId": "deviceManagement.UpdateNotificationMessageTemplates", + "parameters": [ + { + "name": "notificationMessageTemplate-id", + "in": "path", + "description": "key: id of notificationMessageTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notificationMessageTemplate" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notificationMessageTemplate" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.notificationMessageTemplate" + ], + "summary": "Delete navigation property notificationMessageTemplates for deviceManagement", + "operationId": "deviceManagement.DeleteNotificationMessageTemplates", + "parameters": [ + { + "name": "notificationMessageTemplate-id", + "in": "path", + "description": "key: id of notificationMessageTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notificationMessageTemplate" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages": { + "get": { + "tags": [ + "deviceManagement.notificationMessageTemplates.localizedNotificationMessage" + ], + "summary": "Get localizedNotificationMessages from deviceManagement", + "operationId": "deviceManagement.notificationMessageTemplates.ListLocalizedNotificationMessages", + "parameters": [ + { + "name": "notificationMessageTemplate-id", + "in": "path", + "description": "key: id of notificationMessageTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notificationMessageTemplate" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "locale", + "locale desc", + "subject", + "subject desc", + "messageTemplate", + "messageTemplate desc", + "isDefault", + "isDefault desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "locale", + "subject", + "messageTemplate", + "isDefault" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of localizedNotificationMessage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.localizedNotificationMessage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.notificationMessageTemplates.localizedNotificationMessage" + ], + "summary": "Create new navigation property to localizedNotificationMessages for deviceManagement", + "operationId": "deviceManagement.notificationMessageTemplates.CreateLocalizedNotificationMessages", + "parameters": [ + { + "name": "notificationMessageTemplate-id", + "in": "path", + "description": "key: id of notificationMessageTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notificationMessageTemplate" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.localizedNotificationMessage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.localizedNotificationMessage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}": { + "get": { + "tags": [ + "deviceManagement.notificationMessageTemplates.localizedNotificationMessage" + ], + "summary": "Get localizedNotificationMessages from deviceManagement", + "operationId": "deviceManagement.notificationMessageTemplates.GetLocalizedNotificationMessages", + "parameters": [ + { + "name": "notificationMessageTemplate-id", + "in": "path", + "description": "key: id of notificationMessageTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notificationMessageTemplate" + }, + { + "name": "localizedNotificationMessage-id", + "in": "path", + "description": "key: id of localizedNotificationMessage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "localizedNotificationMessage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "locale", + "subject", + "messageTemplate", + "isDefault" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.localizedNotificationMessage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.notificationMessageTemplates.localizedNotificationMessage" + ], + "summary": "Update the navigation property localizedNotificationMessages in deviceManagement", + "operationId": "deviceManagement.notificationMessageTemplates.UpdateLocalizedNotificationMessages", + "parameters": [ + { + "name": "notificationMessageTemplate-id", + "in": "path", + "description": "key: id of notificationMessageTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notificationMessageTemplate" + }, + { + "name": "localizedNotificationMessage-id", + "in": "path", + "description": "key: id of localizedNotificationMessage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "localizedNotificationMessage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.localizedNotificationMessage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.notificationMessageTemplates.localizedNotificationMessage" + ], + "summary": "Delete navigation property localizedNotificationMessages for deviceManagement", + "operationId": "deviceManagement.notificationMessageTemplates.DeleteLocalizedNotificationMessages", + "parameters": [ + { + "name": "notificationMessageTemplate-id", + "in": "path", + "description": "key: id of notificationMessageTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notificationMessageTemplate" + }, + { + "name": "localizedNotificationMessage-id", + "in": "path", + "description": "key: id of localizedNotificationMessage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "localizedNotificationMessage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action sendTestMessage", + "operationId": "deviceManagement.notificationMessageTemplates.sendTestMessage", + "parameters": [ + { + "name": "notificationMessageTemplate-id", + "in": "path", + "description": "key: id of notificationMessageTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notificationMessageTemplate" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/remoteAssistancePartners": { + "get": { + "tags": [ + "deviceManagement.remoteAssistancePartner" + ], + "summary": "Get remoteAssistancePartners from deviceManagement", + "operationId": "deviceManagement.ListRemoteAssistancePartners", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "onboardingUrl", + "onboardingUrl desc", + "onboardingStatus", + "onboardingStatus desc", + "lastConnectionDateTime", + "lastConnectionDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "onboardingUrl", + "onboardingStatus", + "lastConnectionDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of remoteAssistancePartner", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.remoteAssistancePartner" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.remoteAssistancePartner" + ], + "summary": "Create new navigation property to remoteAssistancePartners for deviceManagement", + "operationId": "deviceManagement.CreateRemoteAssistancePartners", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.remoteAssistancePartner" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.remoteAssistancePartner" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}": { + "get": { + "tags": [ + "deviceManagement.remoteAssistancePartner" + ], + "summary": "Get remoteAssistancePartners from deviceManagement", + "operationId": "deviceManagement.GetRemoteAssistancePartners", + "parameters": [ + { + "name": "remoteAssistancePartner-id", + "in": "path", + "description": "key: id of remoteAssistancePartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "remoteAssistancePartner" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "onboardingUrl", + "onboardingStatus", + "lastConnectionDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.remoteAssistancePartner" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.remoteAssistancePartner" + ], + "summary": "Update the navigation property remoteAssistancePartners in deviceManagement", + "operationId": "deviceManagement.UpdateRemoteAssistancePartners", + "parameters": [ + { + "name": "remoteAssistancePartner-id", + "in": "path", + "description": "key: id of remoteAssistancePartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "remoteAssistancePartner" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.remoteAssistancePartner" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.remoteAssistancePartner" + ], + "summary": "Delete navigation property remoteAssistancePartners for deviceManagement", + "operationId": "deviceManagement.DeleteRemoteAssistancePartners", + "parameters": [ + { + "name": "remoteAssistancePartner-id", + "in": "path", + "description": "key: id of remoteAssistancePartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "remoteAssistancePartner" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action beginOnboarding", + "operationId": "deviceManagement.remoteAssistancePartners.beginOnboarding", + "parameters": [ + { + "name": "remoteAssistancePartner-id", + "in": "path", + "description": "key: id of remoteAssistancePartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "remoteAssistancePartner" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect": { + "post": { + "tags": [ + "deviceManagement.Actions" + ], + "summary": "Invoke action disconnect", + "operationId": "deviceManagement.remoteAssistancePartners.disconnect", + "parameters": [ + { + "name": "remoteAssistancePartner-id", + "in": "path", + "description": "key: id of remoteAssistancePartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "remoteAssistancePartner" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/deviceManagement/resourceOperations": { + "get": { + "tags": [ + "deviceManagement.resourceOperation" + ], + "summary": "Get resourceOperations from deviceManagement", + "operationId": "deviceManagement.ListResourceOperations", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "resourceName", + "resourceName desc", + "actionName", + "actionName desc", + "description", + "description desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "resourceName", + "actionName", + "description" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of resourceOperation", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.resourceOperation" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.resourceOperation" + ], + "summary": "Create new navigation property to resourceOperations for deviceManagement", + "operationId": "deviceManagement.CreateResourceOperations", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.resourceOperation" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.resourceOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/resourceOperations/{resourceOperation-id}": { + "get": { + "tags": [ + "deviceManagement.resourceOperation" + ], + "summary": "Get resourceOperations from deviceManagement", + "operationId": "deviceManagement.GetResourceOperations", + "parameters": [ + { + "name": "resourceOperation-id", + "in": "path", + "description": "key: id of resourceOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "resourceOperation" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "resourceName", + "actionName", + "description" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.resourceOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.resourceOperation" + ], + "summary": "Update the navigation property resourceOperations in deviceManagement", + "operationId": "deviceManagement.UpdateResourceOperations", + "parameters": [ + { + "name": "resourceOperation-id", + "in": "path", + "description": "key: id of resourceOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "resourceOperation" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.resourceOperation" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.resourceOperation" + ], + "summary": "Delete navigation property resourceOperations for deviceManagement", + "operationId": "deviceManagement.DeleteResourceOperations", + "parameters": [ + { + "name": "resourceOperation-id", + "in": "path", + "description": "key: id of resourceOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "resourceOperation" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/roleAssignments": { + "get": { + "tags": [ + "deviceManagement.deviceAndAppManagementRoleAssignment" + ], + "summary": "Get roleAssignments from deviceManagement", + "operationId": "deviceManagement.ListRoleAssignments", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "resourceScopes", + "resourceScopes desc", + "members", + "members desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "resourceScopes", + "members", + "roleDefinition" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "roleDefinition" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceAndAppManagementRoleAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceAndAppManagementRoleAssignment" + ], + "summary": "Create new navigation property to roleAssignments for deviceManagement", + "operationId": "deviceManagement.CreateRoleAssignments", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}": { + "get": { + "tags": [ + "deviceManagement.deviceAndAppManagementRoleAssignment" + ], + "summary": "Get roleAssignments from deviceManagement", + "operationId": "deviceManagement.GetRoleAssignments", + "parameters": [ + { + "name": "deviceAndAppManagementRoleAssignment-id", + "in": "path", + "description": "key: id of deviceAndAppManagementRoleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceAndAppManagementRoleAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "resourceScopes", + "members", + "roleDefinition" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "roleDefinition" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceAndAppManagementRoleAssignment" + ], + "summary": "Update the navigation property roleAssignments in deviceManagement", + "operationId": "deviceManagement.UpdateRoleAssignments", + "parameters": [ + { + "name": "deviceAndAppManagementRoleAssignment-id", + "in": "path", + "description": "key: id of deviceAndAppManagementRoleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceAndAppManagementRoleAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceAndAppManagementRoleAssignment" + ], + "summary": "Delete navigation property roleAssignments for deviceManagement", + "operationId": "deviceManagement.DeleteRoleAssignments", + "parameters": [ + { + "name": "deviceAndAppManagementRoleAssignment-id", + "in": "path", + "description": "key: id of deviceAndAppManagementRoleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceAndAppManagementRoleAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/roleDefinitions": { + "get": { + "tags": [ + "deviceManagement.roleDefinition" + ], + "summary": "Get roleDefinitions from deviceManagement", + "operationId": "deviceManagement.ListRoleDefinitions", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "rolePermissions", + "rolePermissions desc", + "isBuiltIn", + "isBuiltIn desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "rolePermissions", + "isBuiltIn", + "roleAssignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "roleAssignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of roleDefinition", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.roleDefinition" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.roleDefinition" + ], + "summary": "Create new navigation property to roleDefinitions for deviceManagement", + "operationId": "deviceManagement.CreateRoleDefinitions", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.roleDefinition" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.roleDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/roleDefinitions/{roleDefinition-id}": { + "get": { + "tags": [ + "deviceManagement.roleDefinition" + ], + "summary": "Get roleDefinitions from deviceManagement", + "operationId": "deviceManagement.GetRoleDefinitions", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "rolePermissions", + "isBuiltIn", + "roleAssignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "roleAssignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.roleDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.roleDefinition" + ], + "summary": "Update the navigation property roleDefinitions in deviceManagement", + "operationId": "deviceManagement.UpdateRoleDefinitions", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.roleDefinition" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.roleDefinition" + ], + "summary": "Delete navigation property roleDefinitions for deviceManagement", + "operationId": "deviceManagement.DeleteRoleDefinitions", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments": { + "get": { + "tags": [ + "deviceManagement.roleDefinitions.roleAssignment" + ], + "summary": "Get roleAssignments from deviceManagement", + "operationId": "deviceManagement.roleDefinitions.ListRoleAssignments", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "resourceScopes", + "resourceScopes desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "resourceScopes", + "roleDefinition" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "roleDefinition" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of roleAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.roleAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.roleDefinitions.roleAssignment" + ], + "summary": "Create new navigation property to roleAssignments for deviceManagement", + "operationId": "deviceManagement.roleDefinitions.CreateRoleAssignments", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.roleAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.roleAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}": { + "get": { + "tags": [ + "deviceManagement.roleDefinitions.roleAssignment" + ], + "summary": "Get roleAssignments from deviceManagement", + "operationId": "deviceManagement.roleDefinitions.GetRoleAssignments", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "name": "roleAssignment-id", + "in": "path", + "description": "key: id of roleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "resourceScopes", + "roleDefinition" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "roleDefinition" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.roleAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.roleDefinitions.roleAssignment" + ], + "summary": "Update the navigation property roleAssignments in deviceManagement", + "operationId": "deviceManagement.roleDefinitions.UpdateRoleAssignments", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "name": "roleAssignment-id", + "in": "path", + "description": "key: id of roleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.roleAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.roleDefinitions.roleAssignment" + ], + "summary": "Delete navigation property roleAssignments for deviceManagement", + "operationId": "deviceManagement.roleDefinitions.DeleteRoleAssignments", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "name": "roleAssignment-id", + "in": "path", + "description": "key: id of roleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition": { + "get": { + "tags": [ + "deviceManagement.roleDefinitions.roleAssignments.roleDefinition" + ], + "summary": "Get roleDefinition from deviceManagement", + "operationId": "deviceManagement.roleDefinitions.roleAssignments.GetRoleDefinition", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "name": "roleAssignment-id", + "in": "path", + "description": "key: id of roleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "rolePermissions", + "isBuiltIn", + "roleAssignments" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "roleAssignments" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.roleDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition/$ref": { + "get": { + "tags": [ + "deviceManagement.roleDefinitions.roleAssignments.roleDefinition" + ], + "summary": "Get ref of roleDefinition from deviceManagement", + "operationId": "deviceManagement.roleDefinitions.roleAssignments.GetRefRoleDefinition", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "name": "roleAssignment-id", + "in": "path", + "description": "key: id of roleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleAssignment" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "deviceManagement.roleDefinitions.roleAssignments.roleDefinition" + ], + "summary": "Update the ref of navigation property roleDefinition in deviceManagement", + "operationId": "deviceManagement.roleDefinitions.roleAssignments.UpdateRefRoleDefinition", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "name": "roleAssignment-id", + "in": "path", + "description": "key: id of roleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleAssignment" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.roleDefinitions.roleAssignments.roleDefinition" + ], + "summary": "Delete ref of navigation property roleDefinition for deviceManagement", + "operationId": "deviceManagement.roleDefinitions.roleAssignments.DeleteRefRoleDefinition", + "parameters": [ + { + "name": "roleDefinition-id", + "in": "path", + "description": "key: id of roleDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleDefinition" + }, + { + "name": "roleAssignment-id", + "in": "path", + "description": "key: id of roleAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "roleAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/softwareUpdateStatusSummary": { + "get": { + "tags": [ + "deviceManagement.softwareUpdateStatusSummary" + ], + "summary": "Get softwareUpdateStatusSummary from deviceManagement", + "operationId": "deviceManagement.GetSoftwareUpdateStatusSummary", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "compliantDeviceCount", + "nonCompliantDeviceCount", + "remediatedDeviceCount", + "errorDeviceCount", + "unknownDeviceCount", + "conflictDeviceCount", + "notApplicableDeviceCount", + "compliantUserCount", + "nonCompliantUserCount", + "remediatedUserCount", + "errorUserCount", + "unknownUserCount", + "conflictUserCount", + "notApplicableUserCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.softwareUpdateStatusSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/softwareUpdateStatusSummary/$ref": { + "get": { + "tags": [ + "deviceManagement.softwareUpdateStatusSummary" + ], + "summary": "Get ref of softwareUpdateStatusSummary from deviceManagement", + "operationId": "deviceManagement.GetRefSoftwareUpdateStatusSummary", + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "deviceManagement.softwareUpdateStatusSummary" + ], + "summary": "Update the ref of navigation property softwareUpdateStatusSummary in deviceManagement", + "operationId": "deviceManagement.UpdateRefSoftwareUpdateStatusSummary", + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.softwareUpdateStatusSummary" + ], + "summary": "Delete ref of navigation property softwareUpdateStatusSummary for deviceManagement", + "operationId": "deviceManagement.DeleteRefSoftwareUpdateStatusSummary", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/telecomExpenseManagementPartners": { + "get": { + "tags": [ + "deviceManagement.telecomExpenseManagementPartner" + ], + "summary": "Get telecomExpenseManagementPartners from deviceManagement", + "operationId": "deviceManagement.ListTelecomExpenseManagementPartners", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "url", + "url desc", + "appAuthorized", + "appAuthorized desc", + "enabled", + "enabled desc", + "lastConnectionDateTime", + "lastConnectionDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "url", + "appAuthorized", + "enabled", + "lastConnectionDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of telecomExpenseManagementPartner", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.telecomExpenseManagementPartner" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.telecomExpenseManagementPartner" + ], + "summary": "Create new navigation property to telecomExpenseManagementPartners for deviceManagement", + "operationId": "deviceManagement.CreateTelecomExpenseManagementPartners", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.telecomExpenseManagementPartner" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.telecomExpenseManagementPartner" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}": { + "get": { + "tags": [ + "deviceManagement.telecomExpenseManagementPartner" + ], + "summary": "Get telecomExpenseManagementPartners from deviceManagement", + "operationId": "deviceManagement.GetTelecomExpenseManagementPartners", + "parameters": [ + { + "name": "telecomExpenseManagementPartner-id", + "in": "path", + "description": "key: id of telecomExpenseManagementPartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "telecomExpenseManagementPartner" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "url", + "appAuthorized", + "enabled", + "lastConnectionDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.telecomExpenseManagementPartner" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.telecomExpenseManagementPartner" + ], + "summary": "Update the navigation property telecomExpenseManagementPartners in deviceManagement", + "operationId": "deviceManagement.UpdateTelecomExpenseManagementPartners", + "parameters": [ + { + "name": "telecomExpenseManagementPartner-id", + "in": "path", + "description": "key: id of telecomExpenseManagementPartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "telecomExpenseManagementPartner" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.telecomExpenseManagementPartner" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.telecomExpenseManagementPartner" + ], + "summary": "Delete navigation property telecomExpenseManagementPartners for deviceManagement", + "operationId": "deviceManagement.DeleteTelecomExpenseManagementPartners", + "parameters": [ + { + "name": "telecomExpenseManagementPartner-id", + "in": "path", + "description": "key: id of telecomExpenseManagementPartner", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "telecomExpenseManagementPartner" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/termsAndConditions": { + "get": { + "tags": [ + "deviceManagement.termsAndConditions" + ], + "summary": "Get termsAndConditions from deviceManagement", + "operationId": "deviceManagement.ListTermsAndConditions", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "displayName", + "displayName desc", + "description", + "description desc", + "title", + "title desc", + "bodyText", + "bodyText desc", + "acceptanceStatement", + "acceptanceStatement desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "displayName", + "description", + "title", + "bodyText", + "acceptanceStatement", + "version", + "assignments", + "acceptanceStatuses" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "acceptanceStatuses" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of termsAndConditions", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditions" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.termsAndConditions" + ], + "summary": "Create new navigation property to termsAndConditions for deviceManagement", + "operationId": "deviceManagement.CreateTermsAndConditions", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditions" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditions" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/termsAndConditions/{termsAndConditions-id}": { + "get": { + "tags": [ + "deviceManagement.termsAndConditions" + ], + "summary": "Get termsAndConditions from deviceManagement", + "operationId": "deviceManagement.GetTermsAndConditions", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "displayName", + "description", + "title", + "bodyText", + "acceptanceStatement", + "version", + "assignments", + "acceptanceStatuses" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "acceptanceStatuses" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditions" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.termsAndConditions" + ], + "summary": "Update the navigation property termsAndConditions in deviceManagement", + "operationId": "deviceManagement.UpdateTermsAndConditions", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditions" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.termsAndConditions" + ], + "summary": "Delete navigation property termsAndConditions for deviceManagement", + "operationId": "deviceManagement.DeleteTermsAndConditions", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses": { + "get": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAcceptanceStatus" + ], + "summary": "Get acceptanceStatuses from deviceManagement", + "operationId": "deviceManagement.termsAndConditions.ListAcceptanceStatuses", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userDisplayName", + "userDisplayName desc", + "acceptedVersion", + "acceptedVersion desc", + "acceptedDateTime", + "acceptedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userDisplayName", + "acceptedVersion", + "acceptedDateTime", + "termsAndConditions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "termsAndConditions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of termsAndConditionsAcceptanceStatus", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAcceptanceStatus" + ], + "summary": "Create new navigation property to acceptanceStatuses for deviceManagement", + "operationId": "deviceManagement.termsAndConditions.CreateAcceptanceStatuses", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}": { + "get": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAcceptanceStatus" + ], + "summary": "Get acceptanceStatuses from deviceManagement", + "operationId": "deviceManagement.termsAndConditions.GetAcceptanceStatuses", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAcceptanceStatus-id", + "in": "path", + "description": "key: id of termsAndConditionsAcceptanceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAcceptanceStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userDisplayName", + "acceptedVersion", + "acceptedDateTime", + "termsAndConditions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "termsAndConditions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAcceptanceStatus" + ], + "summary": "Update the navigation property acceptanceStatuses in deviceManagement", + "operationId": "deviceManagement.termsAndConditions.UpdateAcceptanceStatuses", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAcceptanceStatus-id", + "in": "path", + "description": "key: id of termsAndConditionsAcceptanceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAcceptanceStatus" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAcceptanceStatus" + ], + "summary": "Delete navigation property acceptanceStatuses for deviceManagement", + "operationId": "deviceManagement.termsAndConditions.DeleteAcceptanceStatuses", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAcceptanceStatus-id", + "in": "path", + "description": "key: id of termsAndConditionsAcceptanceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAcceptanceStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions": { + "get": { + "tags": [ + "deviceManagement.termsAndConditions.acceptanceStatuses.termsAndConditions" + ], + "summary": "Get termsAndConditions from deviceManagement", + "operationId": "deviceManagement.termsAndConditions.acceptanceStatuses.GetTermsAndConditions", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAcceptanceStatus-id", + "in": "path", + "description": "key: id of termsAndConditionsAcceptanceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAcceptanceStatus" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "displayName", + "description", + "title", + "bodyText", + "acceptanceStatement", + "version", + "assignments", + "acceptanceStatuses" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "assignments", + "acceptanceStatuses" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditions" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions/$ref": { + "get": { + "tags": [ + "deviceManagement.termsAndConditions.acceptanceStatuses.termsAndConditions" + ], + "summary": "Get ref of termsAndConditions from deviceManagement", + "operationId": "deviceManagement.termsAndConditions.acceptanceStatuses.GetRefTermsAndConditions", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAcceptanceStatus-id", + "in": "path", + "description": "key: id of termsAndConditionsAcceptanceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAcceptanceStatus" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "deviceManagement.termsAndConditions.acceptanceStatuses.termsAndConditions" + ], + "summary": "Update the ref of navigation property termsAndConditions in deviceManagement", + "operationId": "deviceManagement.termsAndConditions.acceptanceStatuses.UpdateRefTermsAndConditions", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAcceptanceStatus-id", + "in": "path", + "description": "key: id of termsAndConditionsAcceptanceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAcceptanceStatus" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.termsAndConditions.acceptanceStatuses.termsAndConditions" + ], + "summary": "Delete ref of navigation property termsAndConditions for deviceManagement", + "operationId": "deviceManagement.termsAndConditions.acceptanceStatuses.DeleteRefTermsAndConditions", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAcceptanceStatus-id", + "in": "path", + "description": "key: id of termsAndConditionsAcceptanceStatus", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAcceptanceStatus" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments": { + "get": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAssignment" + ], + "summary": "Get assignments from deviceManagement", + "operationId": "deviceManagement.termsAndConditions.ListAssignments", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "target", + "target desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of termsAndConditionsAssignment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAssignment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAssignment" + ], + "summary": "Create new navigation property to assignments for deviceManagement", + "operationId": "deviceManagement.termsAndConditions.CreateAssignments", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAssignment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}": { + "get": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAssignment" + ], + "summary": "Get assignments from deviceManagement", + "operationId": "deviceManagement.termsAndConditions.GetAssignments", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAssignment-id", + "in": "path", + "description": "key: id of termsAndConditionsAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAssignment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "target" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAssignment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAssignment" + ], + "summary": "Update the navigation property assignments in deviceManagement", + "operationId": "deviceManagement.termsAndConditions.UpdateAssignments", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAssignment-id", + "in": "path", + "description": "key: id of termsAndConditionsAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAssignment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAssignment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.termsAndConditions.termsAndConditionsAssignment" + ], + "summary": "Delete navigation property assignments for deviceManagement", + "operationId": "deviceManagement.termsAndConditions.DeleteAssignments", + "parameters": [ + { + "name": "termsAndConditions-id", + "in": "path", + "description": "key: id of termsAndConditions", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditions" + }, + { + "name": "termsAndConditionsAssignment-id", + "in": "path", + "description": "key: id of termsAndConditionsAssignment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "termsAndConditionsAssignment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/troubleshootingEvents": { + "get": { + "tags": [ + "deviceManagement.deviceManagementTroubleshootingEvent" + ], + "summary": "Get troubleshootingEvents from deviceManagement", + "operationId": "deviceManagement.ListTroubleshootingEvents", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "eventDateTime", + "eventDateTime desc", + "correlationId", + "correlationId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "eventDateTime", + "correlationId" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceManagementTroubleshootingEvent", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.deviceManagementTroubleshootingEvent" + ], + "summary": "Create new navigation property to troubleshootingEvents for deviceManagement", + "operationId": "deviceManagement.CreateTroubleshootingEvents", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { + "get": { + "tags": [ + "deviceManagement.deviceManagementTroubleshootingEvent" + ], + "summary": "Get troubleshootingEvents from deviceManagement", + "operationId": "deviceManagement.GetTroubleshootingEvents", + "parameters": [ + { + "name": "deviceManagementTroubleshootingEvent-id", + "in": "path", + "description": "key: id of deviceManagementTroubleshootingEvent", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementTroubleshootingEvent" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "eventDateTime", + "correlationId" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.deviceManagementTroubleshootingEvent" + ], + "summary": "Update the navigation property troubleshootingEvents in deviceManagement", + "operationId": "deviceManagement.UpdateTroubleshootingEvents", + "parameters": [ + { + "name": "deviceManagementTroubleshootingEvent-id", + "in": "path", + "description": "key: id of deviceManagementTroubleshootingEvent", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementTroubleshootingEvent" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.deviceManagementTroubleshootingEvent" + ], + "summary": "Delete navigation property troubleshootingEvents for deviceManagement", + "operationId": "deviceManagement.DeleteTroubleshootingEvents", + "parameters": [ + { + "name": "deviceManagementTroubleshootingEvent-id", + "in": "path", + "description": "key: id of deviceManagementTroubleshootingEvent", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementTroubleshootingEvent" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/windowsInformationProtectionAppLearningSummaries": { + "get": { + "tags": [ + "deviceManagement.windowsInformationProtectionAppLearningSummary" + ], + "summary": "Get windowsInformationProtectionAppLearningSummaries from deviceManagement", + "operationId": "deviceManagement.ListWindowsInformationProtectionAppLearningSummaries", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "applicationName", + "applicationName desc", + "applicationType", + "applicationType desc", + "deviceCount", + "deviceCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "applicationName", + "applicationType", + "deviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of windowsInformationProtectionAppLearningSummary", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.windowsInformationProtectionAppLearningSummary" + ], + "summary": "Create new navigation property to windowsInformationProtectionAppLearningSummaries for deviceManagement", + "operationId": "deviceManagement.CreateWindowsInformationProtectionAppLearningSummaries", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}": { + "get": { + "tags": [ + "deviceManagement.windowsInformationProtectionAppLearningSummary" + ], + "summary": "Get windowsInformationProtectionAppLearningSummaries from deviceManagement", + "operationId": "deviceManagement.GetWindowsInformationProtectionAppLearningSummaries", + "parameters": [ + { + "name": "windowsInformationProtectionAppLearningSummary-id", + "in": "path", + "description": "key: id of windowsInformationProtectionAppLearningSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "windowsInformationProtectionAppLearningSummary" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "applicationName", + "applicationType", + "deviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.windowsInformationProtectionAppLearningSummary" + ], + "summary": "Update the navigation property windowsInformationProtectionAppLearningSummaries in deviceManagement", + "operationId": "deviceManagement.UpdateWindowsInformationProtectionAppLearningSummaries", + "parameters": [ + { + "name": "windowsInformationProtectionAppLearningSummary-id", + "in": "path", + "description": "key: id of windowsInformationProtectionAppLearningSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "windowsInformationProtectionAppLearningSummary" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.windowsInformationProtectionAppLearningSummary" + ], + "summary": "Delete navigation property windowsInformationProtectionAppLearningSummaries for deviceManagement", + "operationId": "deviceManagement.DeleteWindowsInformationProtectionAppLearningSummaries", + "parameters": [ + { + "name": "windowsInformationProtectionAppLearningSummary-id", + "in": "path", + "description": "key: id of windowsInformationProtectionAppLearningSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "windowsInformationProtectionAppLearningSummary" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries": { + "get": { + "tags": [ + "deviceManagement.windowsInformationProtectionNetworkLearningSummary" + ], + "summary": "Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement", + "operationId": "deviceManagement.ListWindowsInformationProtectionNetworkLearningSummaries", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "url", + "url desc", + "deviceCount", + "deviceCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "url", + "deviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of windowsInformationProtectionNetworkLearningSummary", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "deviceManagement.windowsInformationProtectionNetworkLearningSummary" + ], + "summary": "Create new navigation property to windowsInformationProtectionNetworkLearningSummaries for deviceManagement", + "operationId": "deviceManagement.CreateWindowsInformationProtectionNetworkLearningSummaries", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}": { + "get": { + "tags": [ + "deviceManagement.windowsInformationProtectionNetworkLearningSummary" + ], + "summary": "Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement", + "operationId": "deviceManagement.GetWindowsInformationProtectionNetworkLearningSummaries", + "parameters": [ + { + "name": "windowsInformationProtectionNetworkLearningSummary-id", + "in": "path", + "description": "key: id of windowsInformationProtectionNetworkLearningSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "windowsInformationProtectionNetworkLearningSummary" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "url", + "deviceCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "deviceManagement.windowsInformationProtectionNetworkLearningSummary" + ], + "summary": "Update the navigation property windowsInformationProtectionNetworkLearningSummaries in deviceManagement", + "operationId": "deviceManagement.UpdateWindowsInformationProtectionNetworkLearningSummaries", + "parameters": [ + { + "name": "windowsInformationProtectionNetworkLearningSummary-id", + "in": "path", + "description": "key: id of windowsInformationProtectionNetworkLearningSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "windowsInformationProtectionNetworkLearningSummary" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "deviceManagement.windowsInformationProtectionNetworkLearningSummary" + ], + "summary": "Delete navigation property windowsInformationProtectionNetworkLearningSummaries for deviceManagement", + "operationId": "deviceManagement.DeleteWindowsInformationProtectionNetworkLearningSummaries", + "parameters": [ + { + "name": "windowsInformationProtectionNetworkLearningSummary-id", + "in": "path", + "description": "key: id of windowsInformationProtectionNetworkLearningSummary", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "windowsInformationProtectionNetworkLearningSummary" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/devices": { + "get": { + "tags": [ + "devices.device" + ], + "summary": "Get entities from devices", + "operationId": "devices.device.ListDevice", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc", + "accountEnabled", + "accountEnabled desc", + "alternativeSecurityIds", + "alternativeSecurityIds desc", + "approximateLastSignInDateTime", + "approximateLastSignInDateTime desc", + "deviceId", + "deviceId desc", + "deviceMetadata", + "deviceMetadata desc", + "deviceVersion", + "deviceVersion desc", + "displayName", + "displayName desc", + "isCompliant", + "isCompliant desc", + "isManaged", + "isManaged desc", + "onPremisesLastSyncDateTime", + "onPremisesLastSyncDateTime desc", + "onPremisesSyncEnabled", + "onPremisesSyncEnabled desc", + "operatingSystem", + "operatingSystem desc", + "operatingSystemVersion", + "operatingSystemVersion desc", + "physicalIds", + "physicalIds desc", + "trustType", + "trustType desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "accountEnabled", + "alternativeSecurityIds", + "approximateLastSignInDateTime", + "deviceId", + "deviceMetadata", + "deviceVersion", + "displayName", + "isCompliant", + "isManaged", + "onPremisesLastSyncDateTime", + "onPremisesSyncEnabled", + "operatingSystem", + "operatingSystemVersion", + "physicalIds", + "trustType", + "registeredOwners", + "registeredUsers", + "extensions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of device", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.device" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "devices.device" + ], + "summary": "Add new entity to devices", + "operationId": "devices.device.CreateDevice", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.device" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.device" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/devices/{device-id}": { + "get": { + "tags": [ + "devices.device" + ], + "summary": "Get entity from devices by key", + "operationId": "devices.device.GetDevice", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "accountEnabled", + "alternativeSecurityIds", + "approximateLastSignInDateTime", + "deviceId", + "deviceMetadata", + "deviceVersion", + "displayName", + "isCompliant", + "isManaged", + "onPremisesLastSyncDateTime", + "onPremisesSyncEnabled", + "operatingSystem", + "operatingSystemVersion", + "physicalIds", + "trustType", + "registeredOwners", + "registeredUsers", + "extensions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.device" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "devices.device" + ], + "summary": "Update entity in devices", + "operationId": "devices.device.UpdateDevice", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.device" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "devices.device" + ], + "summary": "Delete entity from devices", + "operationId": "devices.device.DeleteDevice", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/devices/{device-id}/extensions": { + "get": { + "tags": [ + "devices.extension" + ], + "summary": "Get extensions from devices", + "operationId": "devices.ListExtensions", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "devices.extension" + ], + "summary": "Create new navigation property to extensions for devices", + "operationId": "devices.CreateExtensions", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/devices/{device-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "devices.extension" + ], + "summary": "Get extensions from devices", + "operationId": "devices.GetExtensions", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "devices.extension" + ], + "summary": "Update the navigation property extensions in devices", + "operationId": "devices.UpdateExtensions", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "devices.extension" + ], + "summary": "Delete navigation property extensions for devices", + "operationId": "devices.DeleteExtensions", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/devices/{device-id}/checkMemberGroups": { + "post": { + "tags": [ + "devices.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "devices.checkMemberGroups", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/devices/{device-id}/getMemberGroups": { + "post": { + "tags": [ + "devices.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "devices.getMemberGroups", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/devices/{device-id}/getMemberObjects": { + "post": { + "tags": [ + "devices.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "devices.getMemberObjects", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/devices/{device-id}/restore": { + "post": { + "tags": [ + "devices.Actions" + ], + "summary": "Invoke action restore", + "operationId": "devices.restore", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/devices/{device-id}/registeredOwners": { + "get": { + "tags": [ + "devices.directoryObject" + ], + "summary": "Get registeredOwners from devices", + "operationId": "devices.ListRegisteredOwners", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/devices/{device-id}/registeredOwners/$ref": { + "get": { + "tags": [ + "devices.directoryObject" + ], + "summary": "Get ref of registeredOwners from devices", + "operationId": "devices.ListRefRegisteredOwners", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "devices.directoryObject" + ], + "summary": "Create new navigation property ref to registeredOwners for devices", + "operationId": "devices.CreateRefRegisteredOwners", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/devices/{device-id}/registeredUsers": { + "get": { + "tags": [ + "devices.directoryObject" + ], + "summary": "Get registeredUsers from devices", + "operationId": "devices.ListRegisteredUsers", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/devices/{device-id}/registeredUsers/$ref": { + "get": { + "tags": [ + "devices.directoryObject" + ], + "summary": "Get ref of registeredUsers from devices", + "operationId": "devices.ListRefRegisteredUsers", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "devices.directoryObject" + ], + "summary": "Create new navigation property ref to registeredUsers for devices", + "operationId": "devices.CreateRefRegisteredUsers", + "parameters": [ + { + "name": "device-id", + "in": "path", + "description": "key: id of device", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "device" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/devices/getByIds": { + "post": { + "tags": [ + "devices.Actions" + ], + "summary": "Invoke action getByIds", + "operationId": "devices.getByIds", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "types": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directory": { + "get": { + "tags": [ + "directory.directory" + ], + "summary": "Get directory", + "operationId": "directory.directory.GetDirectory", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedItems" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deletedItems" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "directory.directory" + ], + "summary": "Update directory", + "operationId": "directory.directory.UpdateDirectory", + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directory" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directory/deletedItems": { + "get": { + "tags": [ + "directory.directoryObject" + ], + "summary": "Get deletedItems from directory", + "operationId": "directory.ListDeletedItems", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "directory.directoryObject" + ], + "summary": "Create new navigation property to deletedItems for directory", + "operationId": "directory.CreateDeletedItems", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directory/deletedItems/{directoryObject-id}": { + "get": { + "tags": [ + "directory.directoryObject" + ], + "summary": "Get deletedItems from directory", + "operationId": "directory.GetDeletedItems", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "directory.directoryObject" + ], + "summary": "Update the navigation property deletedItems in directory", + "operationId": "directory.UpdateDeletedItems", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "directory.directoryObject" + ], + "summary": "Delete navigation property deletedItems for directory", + "operationId": "directory.DeleteDeletedItems", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directoryObjects": { + "get": { + "tags": [ + "directoryObjects.directoryObject" + ], + "summary": "Get entities from directoryObjects", + "operationId": "directoryObjects.directoryObject.ListDirectoryObject", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "directoryObjects.directoryObject" + ], + "summary": "Add new entity to directoryObjects", + "operationId": "directoryObjects.directoryObject.CreateDirectoryObject", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directoryObjects/{directoryObject-id}": { + "get": { + "tags": [ + "directoryObjects.directoryObject" + ], + "summary": "Get entity from directoryObjects by key", + "operationId": "directoryObjects.directoryObject.GetDirectoryObject", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "directoryObjects.directoryObject" + ], + "summary": "Update entity in directoryObjects", + "operationId": "directoryObjects.directoryObject.UpdateDirectoryObject", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "directoryObjects.directoryObject" + ], + "summary": "Delete entity from directoryObjects", + "operationId": "directoryObjects.directoryObject.DeleteDirectoryObject", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directoryObjects/{directoryObject-id}/checkMemberGroups": { + "post": { + "tags": [ + "directoryObjects.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "directoryObjects.checkMemberGroups", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryObjects/{directoryObject-id}/getMemberGroups": { + "post": { + "tags": [ + "directoryObjects.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "directoryObjects.getMemberGroups", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryObjects/{directoryObject-id}/getMemberObjects": { + "post": { + "tags": [ + "directoryObjects.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "directoryObjects.getMemberObjects", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryObjects/{directoryObject-id}/restore": { + "post": { + "tags": [ + "directoryObjects.Actions" + ], + "summary": "Invoke action restore", + "operationId": "directoryObjects.restore", + "parameters": [ + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryObjects/getByIds": { + "post": { + "tags": [ + "directoryObjects.Actions" + ], + "summary": "Invoke action getByIds", + "operationId": "directoryObjects.getByIds", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "types": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoles": { + "get": { + "tags": [ + "directoryRoles.directoryRole" + ], + "summary": "Get entities from directoryRoles", + "operationId": "directoryRoles.directoryRole.ListDirectoryRole", + "parameters": [ + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc", + "description", + "description desc", + "displayName", + "displayName desc", + "roleTemplateId", + "roleTemplateId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "description", + "displayName", + "roleTemplateId", + "members" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryRole", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryRole" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "directoryRoles.directoryRole" + ], + "summary": "Add new entity to directoryRoles", + "operationId": "directoryRoles.directoryRole.CreateDirectoryRole", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryRole" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryRole" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directoryRoles/{directoryRole-id}": { + "get": { + "tags": [ + "directoryRoles.directoryRole" + ], + "summary": "Get entity from directoryRoles by key", + "operationId": "directoryRoles.directoryRole.GetDirectoryRole", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "description", + "displayName", + "roleTemplateId", + "members" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryRole" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "directoryRoles.directoryRole" + ], + "summary": "Update entity in directoryRoles", + "operationId": "directoryRoles.directoryRole.UpdateDirectoryRole", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryRole" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "directoryRoles.directoryRole" + ], + "summary": "Delete entity from directoryRoles", + "operationId": "directoryRoles.directoryRole.DeleteDirectoryRole", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directoryRoles/{directoryRole-id}/members": { + "get": { + "tags": [ + "directoryRoles.directoryObject" + ], + "summary": "Get members from directoryRoles", + "operationId": "directoryRoles.ListMembers", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directoryRoles/{directoryRole-id}/members/$ref": { + "get": { + "tags": [ + "directoryRoles.directoryObject" + ], + "summary": "Get ref of members from directoryRoles", + "operationId": "directoryRoles.ListRefMembers", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "directoryRoles.directoryObject" + ], + "summary": "Create new navigation property ref to members for directoryRoles", + "operationId": "directoryRoles.CreateRefMembers", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directoryRoles/{directoryRole-id}/checkMemberGroups": { + "post": { + "tags": [ + "directoryRoles.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "directoryRoles.checkMemberGroups", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoles/{directoryRole-id}/getMemberGroups": { + "post": { + "tags": [ + "directoryRoles.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "directoryRoles.getMemberGroups", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoles/{directoryRole-id}/getMemberObjects": { + "post": { + "tags": [ + "directoryRoles.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "directoryRoles.getMemberObjects", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoles/{directoryRole-id}/restore": { + "post": { + "tags": [ + "directoryRoles.Actions" + ], + "summary": "Invoke action restore", + "operationId": "directoryRoles.restore", + "parameters": [ + { + "name": "directoryRole-id", + "in": "path", + "description": "key: id of directoryRole", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRole" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoles/getByIds": { + "post": { + "tags": [ + "directoryRoles.Actions" + ], + "summary": "Invoke action getByIds", + "operationId": "directoryRoles.getByIds", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "types": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoleTemplates": { + "get": { + "tags": [ + "directoryRoleTemplates.directoryRoleTemplate" + ], + "summary": "Get entities from directoryRoleTemplates", + "operationId": "directoryRoleTemplates.directoryRoleTemplate.ListDirectoryRoleTemplate", + "parameters": [ + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc", + "description", + "description desc", + "displayName", + "displayName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "description", + "displayName" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryRoleTemplate", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryRoleTemplate" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "directoryRoleTemplates.directoryRoleTemplate" + ], + "summary": "Add new entity to directoryRoleTemplates", + "operationId": "directoryRoleTemplates.directoryRoleTemplate.CreateDirectoryRoleTemplate", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryRoleTemplate" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryRoleTemplate" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directoryRoleTemplates/{directoryRoleTemplate-id}": { + "get": { + "tags": [ + "directoryRoleTemplates.directoryRoleTemplate" + ], + "summary": "Get entity from directoryRoleTemplates by key", + "operationId": "directoryRoleTemplates.directoryRoleTemplate.GetDirectoryRoleTemplate", + "parameters": [ + { + "name": "directoryRoleTemplate-id", + "in": "path", + "description": "key: id of directoryRoleTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRoleTemplate" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "description", + "displayName" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryRoleTemplate" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "directoryRoleTemplates.directoryRoleTemplate" + ], + "summary": "Update entity in directoryRoleTemplates", + "operationId": "directoryRoleTemplates.directoryRoleTemplate.UpdateDirectoryRoleTemplate", + "parameters": [ + { + "name": "directoryRoleTemplate-id", + "in": "path", + "description": "key: id of directoryRoleTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRoleTemplate" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryRoleTemplate" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "directoryRoleTemplates.directoryRoleTemplate" + ], + "summary": "Delete entity from directoryRoleTemplates", + "operationId": "directoryRoleTemplates.directoryRoleTemplate.DeleteDirectoryRoleTemplate", + "parameters": [ + { + "name": "directoryRoleTemplate-id", + "in": "path", + "description": "key: id of directoryRoleTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRoleTemplate" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups": { + "post": { + "tags": [ + "directoryRoleTemplates.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "directoryRoleTemplates.checkMemberGroups", + "parameters": [ + { + "name": "directoryRoleTemplate-id", + "in": "path", + "description": "key: id of directoryRoleTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRoleTemplate" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups": { + "post": { + "tags": [ + "directoryRoleTemplates.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "directoryRoleTemplates.getMemberGroups", + "parameters": [ + { + "name": "directoryRoleTemplate-id", + "in": "path", + "description": "key: id of directoryRoleTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRoleTemplate" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects": { + "post": { + "tags": [ + "directoryRoleTemplates.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "directoryRoleTemplates.getMemberObjects", + "parameters": [ + { + "name": "directoryRoleTemplate-id", + "in": "path", + "description": "key: id of directoryRoleTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRoleTemplate" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoleTemplates/{directoryRoleTemplate-id}/restore": { + "post": { + "tags": [ + "directoryRoleTemplates.Actions" + ], + "summary": "Invoke action restore", + "operationId": "directoryRoleTemplates.restore", + "parameters": [ + { + "name": "directoryRoleTemplate-id", + "in": "path", + "description": "key: id of directoryRoleTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryRoleTemplate" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/directoryRoleTemplates/getByIds": { + "post": { + "tags": [ + "directoryRoleTemplates.Actions" + ], + "summary": "Invoke action getByIds", + "operationId": "directoryRoleTemplates.getByIds", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "types": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/domainDnsRecords": { + "get": { + "tags": [ + "domainDnsRecords.domainDnsRecord" + ], + "summary": "Get entities from domainDnsRecords", + "operationId": "domainDnsRecords.domainDnsRecord.ListDomainDnsRecord", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "isOptional", + "isOptional desc", + "label", + "label desc", + "recordType", + "recordType desc", + "supportedService", + "supportedService desc", + "ttl", + "ttl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "isOptional", + "label", + "recordType", + "supportedService", + "ttl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of domainDnsRecord", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "domainDnsRecords.domainDnsRecord" + ], + "summary": "Add new entity to domainDnsRecords", + "operationId": "domainDnsRecords.domainDnsRecord.CreateDomainDnsRecord", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/domainDnsRecords/{domainDnsRecord-id}": { + "get": { + "tags": [ + "domainDnsRecords.domainDnsRecord" + ], + "summary": "Get entity from domainDnsRecords by key", + "operationId": "domainDnsRecords.domainDnsRecord.GetDomainDnsRecord", + "parameters": [ + { + "name": "domainDnsRecord-id", + "in": "path", + "description": "key: id of domainDnsRecord", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domainDnsRecord" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "isOptional", + "label", + "recordType", + "supportedService", + "ttl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "domainDnsRecords.domainDnsRecord" + ], + "summary": "Update entity in domainDnsRecords", + "operationId": "domainDnsRecords.domainDnsRecord.UpdateDomainDnsRecord", + "parameters": [ + { + "name": "domainDnsRecord-id", + "in": "path", + "description": "key: id of domainDnsRecord", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domainDnsRecord" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "domainDnsRecords.domainDnsRecord" + ], + "summary": "Delete entity from domainDnsRecords", + "operationId": "domainDnsRecords.domainDnsRecord.DeleteDomainDnsRecord", + "parameters": [ + { + "name": "domainDnsRecord-id", + "in": "path", + "description": "key: id of domainDnsRecord", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domainDnsRecord" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/domains": { + "get": { + "tags": [ + "domains.domain" + ], + "summary": "Get entities from domains", + "operationId": "domains.domain.ListDomain", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "authenticationType", + "authenticationType desc", + "availabilityStatus", + "availabilityStatus desc", + "isAdminManaged", + "isAdminManaged desc", + "isDefault", + "isDefault desc", + "isInitial", + "isInitial desc", + "isRoot", + "isRoot desc", + "isVerified", + "isVerified desc", + "supportedServices", + "supportedServices desc", + "state", + "state desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "authenticationType", + "availabilityStatus", + "isAdminManaged", + "isDefault", + "isInitial", + "isRoot", + "isVerified", + "supportedServices", + "state", + "serviceConfigurationRecords", + "verificationDnsRecords", + "domainNameReferences" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "serviceConfigurationRecords", + "verificationDnsRecords", + "domainNameReferences" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of domain", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.domain" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "domains.domain" + ], + "summary": "Add new entity to domains", + "operationId": "domains.domain.CreateDomain", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domain" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domain" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/domains/{domain-id}": { + "get": { + "tags": [ + "domains.domain" + ], + "summary": "Get entity from domains by key", + "operationId": "domains.domain.GetDomain", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "authenticationType", + "availabilityStatus", + "isAdminManaged", + "isDefault", + "isInitial", + "isRoot", + "isVerified", + "supportedServices", + "state", + "serviceConfigurationRecords", + "verificationDnsRecords", + "domainNameReferences" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "serviceConfigurationRecords", + "verificationDnsRecords", + "domainNameReferences" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domain" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "domains.domain" + ], + "summary": "Update entity in domains", + "operationId": "domains.domain.UpdateDomain", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domain" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "domains.domain" + ], + "summary": "Delete entity from domains", + "operationId": "domains.domain.DeleteDomain", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/domains/{domain-id}/domainNameReferences": { + "get": { + "tags": [ + "domains.directoryObject" + ], + "summary": "Get domainNameReferences from domains", + "operationId": "domains.ListDomainNameReferences", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/domains/{domain-id}/domainNameReferences/$ref": { + "get": { + "tags": [ + "domains.directoryObject" + ], + "summary": "Get ref of domainNameReferences from domains", + "operationId": "domains.ListRefDomainNameReferences", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "domains.directoryObject" + ], + "summary": "Create new navigation property ref to domainNameReferences for domains", + "operationId": "domains.CreateRefDomainNameReferences", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/domains/{domain-id}/verify": { + "post": { + "tags": [ + "domains.Actions" + ], + "summary": "Invoke action verify", + "operationId": "domains.verify", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.domain" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/domains/{domain-id}/serviceConfigurationRecords": { + "get": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Get serviceConfigurationRecords from domains", + "operationId": "domains.ListServiceConfigurationRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "isOptional", + "isOptional desc", + "label", + "label desc", + "recordType", + "recordType desc", + "supportedService", + "supportedService desc", + "ttl", + "ttl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "isOptional", + "label", + "recordType", + "supportedService", + "ttl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of domainDnsRecord", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Create new navigation property to serviceConfigurationRecords for domains", + "operationId": "domains.CreateServiceConfigurationRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}": { + "get": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Get serviceConfigurationRecords from domains", + "operationId": "domains.GetServiceConfigurationRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "name": "domainDnsRecord-id", + "in": "path", + "description": "key: id of domainDnsRecord", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domainDnsRecord" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "isOptional", + "label", + "recordType", + "supportedService", + "ttl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Update the navigation property serviceConfigurationRecords in domains", + "operationId": "domains.UpdateServiceConfigurationRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "name": "domainDnsRecord-id", + "in": "path", + "description": "key: id of domainDnsRecord", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domainDnsRecord" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Delete navigation property serviceConfigurationRecords for domains", + "operationId": "domains.DeleteServiceConfigurationRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "name": "domainDnsRecord-id", + "in": "path", + "description": "key: id of domainDnsRecord", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domainDnsRecord" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/domains/{domain-id}/verificationDnsRecords": { + "get": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Get verificationDnsRecords from domains", + "operationId": "domains.ListVerificationDnsRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "isOptional", + "isOptional desc", + "label", + "label desc", + "recordType", + "recordType desc", + "supportedService", + "supportedService desc", + "ttl", + "ttl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "isOptional", + "label", + "recordType", + "supportedService", + "ttl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of domainDnsRecord", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Create new navigation property to verificationDnsRecords for domains", + "operationId": "domains.CreateVerificationDnsRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}": { + "get": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Get verificationDnsRecords from domains", + "operationId": "domains.GetVerificationDnsRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "name": "domainDnsRecord-id", + "in": "path", + "description": "key: id of domainDnsRecord", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domainDnsRecord" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "isOptional", + "label", + "recordType", + "supportedService", + "ttl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Update the navigation property verificationDnsRecords in domains", + "operationId": "domains.UpdateVerificationDnsRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "name": "domainDnsRecord-id", + "in": "path", + "description": "key: id of domainDnsRecord", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domainDnsRecord" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "domains.domainDnsRecord" + ], + "summary": "Delete navigation property verificationDnsRecords for domains", + "operationId": "domains.DeleteVerificationDnsRecords", + "parameters": [ + { + "name": "domain-id", + "in": "path", + "description": "key: id of domain", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domain" + }, + { + "name": "domainDnsRecord-id", + "in": "path", + "description": "key: id of domainDnsRecord", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "domainDnsRecord" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive": { + "get": { + "tags": [ + "drive.drive" + ], + "summary": "Get drive", + "operationId": "drive.drive.GetDrive", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.drive" + ], + "summary": "Update drive", + "operationId": "drive.drive.UpdateDrive", + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/items": { + "get": { + "tags": [ + "drive.driveItem" + ], + "summary": "Get items from drive", + "operationId": "drive.ListItems", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "audio", + "audio desc", + "content", + "content desc", + "cTag", + "cTag desc", + "deleted", + "deleted desc", + "file", + "file desc", + "fileSystemInfo", + "fileSystemInfo desc", + "folder", + "folder desc", + "image", + "image desc", + "location", + "location desc", + "package", + "package desc", + "photo", + "photo desc", + "publication", + "publication desc", + "remoteItem", + "remoteItem desc", + "root", + "root desc", + "searchResult", + "searchResult desc", + "shared", + "shared desc", + "sharepointIds", + "sharepointIds desc", + "size", + "size desc", + "specialFolder", + "specialFolder desc", + "video", + "video desc", + "webDavUrl", + "webDavUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of driveItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drive.driveItem" + ], + "summary": "Create new navigation property to items for drive", + "operationId": "drive.CreateItems", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/items/{workbook-id}": { + "get": { + "tags": [ + "drive.driveItem" + ], + "summary": "Get items from drive", + "operationId": "drive.GetItems", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.driveItem" + ], + "summary": "Update the navigation property items in drive", + "operationId": "drive.UpdateItems", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.driveItem" + ], + "summary": "Delete navigation property items for drive", + "operationId": "drive.DeleteItems", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/items/{workbook-id}/content": { + "get": { + "tags": [ + "drive.driveItem" + ], + "summary": "Get media content for the navigation property items from drive", + "operationId": "drive.GetItemsContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "drive.driveItem" + ], + "summary": "Update media content for the navigation property items in drive", + "operationId": "drive.UpdateItemsContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list": { + "get": { + "tags": [ + "drive.list" + ], + "summary": "Get list from drive", + "operationId": "drive.GetList", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "list", + "sharepointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list" + ], + "summary": "Update the navigation property list in drive", + "operationId": "drive.UpdateList", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list" + ], + "summary": "Delete navigation property list for drive", + "operationId": "drive.DeleteList", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/columns": { + "get": { + "tags": [ + "drive.list.columnDefinition" + ], + "summary": "Get columns from drive", + "operationId": "drive.list.ListColumns", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "boolean", + "boolean desc", + "calculated", + "calculated desc", + "choice", + "choice desc", + "columnGroup", + "columnGroup desc", + "currency", + "currency desc", + "dateTime", + "dateTime desc", + "defaultValue", + "defaultValue desc", + "description", + "description desc", + "displayName", + "displayName desc", + "enforceUniqueValues", + "enforceUniqueValues desc", + "hidden", + "hidden desc", + "indexed", + "indexed desc", + "lookup", + "lookup desc", + "name", + "name desc", + "number", + "number desc", + "personOrGroup", + "personOrGroup desc", + "readOnly", + "readOnly desc", + "required", + "required desc", + "text", + "text desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnDefinition", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drive.list.columnDefinition" + ], + "summary": "Create new navigation property to columns for drive", + "operationId": "drive.list.CreateColumns", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/columns/{columnDefinition-id}": { + "get": { + "tags": [ + "drive.list.columnDefinition" + ], + "summary": "Get columns from drive", + "operationId": "drive.list.GetColumns", + "parameters": [ + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list.columnDefinition" + ], + "summary": "Update the navigation property columns in drive", + "operationId": "drive.list.UpdateColumns", + "parameters": [ + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list.columnDefinition" + ], + "summary": "Delete navigation property columns for drive", + "operationId": "drive.list.DeleteColumns", + "parameters": [ + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/contentTypes": { + "get": { + "tags": [ + "drive.list.contentType" + ], + "summary": "Get contentTypes from drive", + "operationId": "drive.list.ListContentTypes", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "description", + "description desc", + "group", + "group desc", + "hidden", + "hidden desc", + "inheritedFrom", + "inheritedFrom desc", + "name", + "name desc", + "order", + "order desc", + "parentId", + "parentId desc", + "readOnly", + "readOnly desc", + "sealed", + "sealed desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contentType", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drive.list.contentType" + ], + "summary": "Create new navigation property to contentTypes for drive", + "operationId": "drive.list.CreateContentTypes", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/contentTypes/{contentType-id}": { + "get": { + "tags": [ + "drive.list.contentType" + ], + "summary": "Get contentTypes from drive", + "operationId": "drive.list.GetContentTypes", + "parameters": [ + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list.contentType" + ], + "summary": "Update the navigation property contentTypes in drive", + "operationId": "drive.list.UpdateContentTypes", + "parameters": [ + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list.contentType" + ], + "summary": "Delete navigation property contentTypes for drive", + "operationId": "drive.list.DeleteContentTypes", + "parameters": [ + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/contentTypes/{contentType-id}/columnLinks": { + "get": { + "tags": [ + "drive.list.contentTypes.columnLink" + ], + "summary": "Get columnLinks from drive", + "operationId": "drive.list.contentTypes.ListColumnLinks", + "parameters": [ + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnLink", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drive.list.contentTypes.columnLink" + ], + "summary": "Create new navigation property to columnLinks for drive", + "operationId": "drive.list.contentTypes.CreateColumnLinks", + "parameters": [ + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { + "get": { + "tags": [ + "drive.list.contentTypes.columnLink" + ], + "summary": "Get columnLinks from drive", + "operationId": "drive.list.contentTypes.GetColumnLinks", + "parameters": [ + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list.contentTypes.columnLink" + ], + "summary": "Update the navigation property columnLinks in drive", + "operationId": "drive.list.contentTypes.UpdateColumnLinks", + "parameters": [ + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list.contentTypes.columnLink" + ], + "summary": "Delete navigation property columnLinks for drive", + "operationId": "drive.list.contentTypes.DeleteColumnLinks", + "parameters": [ + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/drive": { + "get": { + "tags": [ + "drive.list.drive" + ], + "summary": "Get drive from drive", + "operationId": "drive.list.GetDrive", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list.drive" + ], + "summary": "Update the navigation property drive in drive", + "operationId": "drive.list.UpdateDrive", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list.drive" + ], + "summary": "Delete navigation property drive for drive", + "operationId": "drive.list.DeleteDrive", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/items": { + "get": { + "tags": [ + "drive.list.listItem" + ], + "summary": "Get items from drive", + "operationId": "drive.list.ListItems", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "contentType", + "contentType desc", + "sharepointIds", + "sharepointIds desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drive.list.listItem" + ], + "summary": "Create new navigation property to items for drive", + "operationId": "drive.list.CreateItems", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/items/{listItem-id}": { + "get": { + "tags": [ + "drive.list.listItem" + ], + "summary": "Get items from drive", + "operationId": "drive.list.GetItems", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list.listItem" + ], + "summary": "Update the navigation property items in drive", + "operationId": "drive.list.UpdateItems", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list.listItem" + ], + "summary": "Delete navigation property items for drive", + "operationId": "drive.list.DeleteItems", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/items/{listItem-id}/driveItem": { + "get": { + "tags": [ + "drive.list.items.driveItem" + ], + "summary": "Get driveItem from drive", + "operationId": "drive.list.items.GetDriveItem", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list.items.driveItem" + ], + "summary": "Update the navigation property driveItem in drive", + "operationId": "drive.list.items.UpdateDriveItem", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list.items.driveItem" + ], + "summary": "Delete navigation property driveItem for drive", + "operationId": "drive.list.items.DeleteDriveItem", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/items/{listItem-id}/driveItem/content": { + "get": { + "tags": [ + "drive.list.items.driveItem" + ], + "summary": "Get media content for the navigation property driveItem from drive", + "operationId": "drive.list.items.GetDriveItemContent", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "drive.list.items.driveItem" + ], + "summary": "Update media content for the navigation property driveItem in drive", + "operationId": "drive.list.items.UpdateDriveItemContent", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/items/{listItem-id}/fields": { + "get": { + "tags": [ + "drive.list.items.fieldValueSet" + ], + "summary": "Get fields from drive", + "operationId": "drive.list.items.GetFields", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list.items.fieldValueSet" + ], + "summary": "Update the navigation property fields in drive", + "operationId": "drive.list.items.UpdateFields", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list.items.fieldValueSet" + ], + "summary": "Delete navigation property fields for drive", + "operationId": "drive.list.items.DeleteFields", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/items/{listItem-id}/versions": { + "get": { + "tags": [ + "drive.list.items.listItemVersion" + ], + "summary": "Get versions from drive", + "operationId": "drive.list.items.ListVersions", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "publication", + "publication desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItemVersion", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drive.list.items.listItemVersion" + ], + "summary": "Create new navigation property to versions for drive", + "operationId": "drive.list.items.CreateVersions", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/items/{listItem-id}/versions/{listItemVersion-id}": { + "get": { + "tags": [ + "drive.list.items.listItemVersion" + ], + "summary": "Get versions from drive", + "operationId": "drive.list.items.GetVersions", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list.items.listItemVersion" + ], + "summary": "Update the navigation property versions in drive", + "operationId": "drive.list.items.UpdateVersions", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list.items.listItemVersion" + ], + "summary": "Delete navigation property versions for drive", + "operationId": "drive.list.items.DeleteVersions", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { + "get": { + "tags": [ + "drive.list.items.listItemVersion" + ], + "summary": "Get fields from drive", + "operationId": "drive.list.items.versions.GetFields", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.list.items.listItemVersion" + ], + "summary": "Update the navigation property fields in drive", + "operationId": "drive.list.items.versions.UpdateFields", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.list.items.listItemVersion" + ], + "summary": "Delete navigation property fields for drive", + "operationId": "drive.list.items.versions.DeleteFields", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion": { + "post": { + "tags": [ + "drive.Actions" + ], + "summary": "Invoke action restoreVersion", + "operationId": "drive.list.items.versions.restoreVersion", + "parameters": [ + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/drive/recent()": { + "get": { + "tags": [ + "drive.Functions" + ], + "summary": "Invoke function recent", + "operationId": "drive.recent", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/drive/search(q={q})": { + "get": { + "tags": [ + "drive.Functions" + ], + "summary": "Invoke function search", + "operationId": "drive.search", + "parameters": [ + { + "name": "q", + "in": "path", + "description": "Usage: q={q}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/drive/sharedWithMe()": { + "get": { + "tags": [ + "drive.Functions" + ], + "summary": "Invoke function sharedWithMe", + "operationId": "drive.sharedWithMe", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/drive/root": { + "get": { + "tags": [ + "drive.driveItem" + ], + "summary": "Get root from drive", + "operationId": "drive.GetRoot", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.driveItem" + ], + "summary": "Update the navigation property root in drive", + "operationId": "drive.UpdateRoot", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.driveItem" + ], + "summary": "Delete navigation property root for drive", + "operationId": "drive.DeleteRoot", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/root/content": { + "get": { + "tags": [ + "drive.driveItem" + ], + "summary": "Get media content for the navigation property root from drive", + "operationId": "drive.GetRootContent", + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "drive.driveItem" + ], + "summary": "Update media content for the navigation property root in drive", + "operationId": "drive.UpdateRootContent", + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/special": { + "get": { + "tags": [ + "drive.driveItem" + ], + "summary": "Get special from drive", + "operationId": "drive.ListSpecial", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "audio", + "audio desc", + "content", + "content desc", + "cTag", + "cTag desc", + "deleted", + "deleted desc", + "file", + "file desc", + "fileSystemInfo", + "fileSystemInfo desc", + "folder", + "folder desc", + "image", + "image desc", + "location", + "location desc", + "package", + "package desc", + "photo", + "photo desc", + "publication", + "publication desc", + "remoteItem", + "remoteItem desc", + "root", + "root desc", + "searchResult", + "searchResult desc", + "shared", + "shared desc", + "sharepointIds", + "sharepointIds desc", + "size", + "size desc", + "specialFolder", + "specialFolder desc", + "video", + "video desc", + "webDavUrl", + "webDavUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of driveItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drive.driveItem" + ], + "summary": "Create new navigation property to special for drive", + "operationId": "drive.CreateSpecial", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/special/{workbook-id}": { + "get": { + "tags": [ + "drive.driveItem" + ], + "summary": "Get special from drive", + "operationId": "drive.GetSpecial", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drive.driveItem" + ], + "summary": "Update the navigation property special in drive", + "operationId": "drive.UpdateSpecial", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drive.driveItem" + ], + "summary": "Delete navigation property special for drive", + "operationId": "drive.DeleteSpecial", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drive/special/{workbook-id}/content": { + "get": { + "tags": [ + "drive.driveItem" + ], + "summary": "Get media content for the navigation property special from drive", + "operationId": "drive.GetSpecialContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "drive.driveItem" + ], + "summary": "Update media content for the navigation property special in drive", + "operationId": "drive.UpdateSpecialContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives": { + "get": { + "tags": [ + "drives.drive" + ], + "summary": "Get entities from drives", + "operationId": "drives.drive.ListDrive", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "driveType", + "driveType desc", + "owner", + "owner desc", + "quota", + "quota desc", + "sharePointIds", + "sharePointIds desc", + "system", + "system desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of drive", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "drives.drive" + ], + "summary": "Add new entity to drives", + "operationId": "drives.drive.CreateDrive", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}": { + "get": { + "tags": [ + "drives.drive" + ], + "summary": "Get entity from drives by key", + "operationId": "drives.drive.GetDrive", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.drive" + ], + "summary": "Update entity in drives", + "operationId": "drives.drive.UpdateDrive", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.drive" + ], + "summary": "Delete entity from drives", + "operationId": "drives.drive.DeleteDrive", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/items": { + "get": { + "tags": [ + "drives.driveItem" + ], + "summary": "Get items from drives", + "operationId": "drives.ListItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "audio", + "audio desc", + "content", + "content desc", + "cTag", + "cTag desc", + "deleted", + "deleted desc", + "file", + "file desc", + "fileSystemInfo", + "fileSystemInfo desc", + "folder", + "folder desc", + "image", + "image desc", + "location", + "location desc", + "package", + "package desc", + "photo", + "photo desc", + "publication", + "publication desc", + "remoteItem", + "remoteItem desc", + "root", + "root desc", + "searchResult", + "searchResult desc", + "shared", + "shared desc", + "sharepointIds", + "sharepointIds desc", + "size", + "size desc", + "specialFolder", + "specialFolder desc", + "video", + "video desc", + "webDavUrl", + "webDavUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of driveItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drives.driveItem" + ], + "summary": "Create new navigation property to items for drives", + "operationId": "drives.CreateItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/items/{workbook-id}": { + "get": { + "tags": [ + "drives.driveItem" + ], + "summary": "Get items from drives", + "operationId": "drives.GetItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.driveItem" + ], + "summary": "Update the navigation property items in drives", + "operationId": "drives.UpdateItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.driveItem" + ], + "summary": "Delete navigation property items for drives", + "operationId": "drives.DeleteItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/items/{workbook-id}/content": { + "get": { + "tags": [ + "drives.driveItem" + ], + "summary": "Get media content for the navigation property items from drives", + "operationId": "drives.GetItemsContent", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "drives.driveItem" + ], + "summary": "Update media content for the navigation property items in drives", + "operationId": "drives.UpdateItemsContent", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list": { + "get": { + "tags": [ + "drives.list" + ], + "summary": "Get list from drives", + "operationId": "drives.GetList", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "list", + "sharepointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list" + ], + "summary": "Update the navigation property list in drives", + "operationId": "drives.UpdateList", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list" + ], + "summary": "Delete navigation property list for drives", + "operationId": "drives.DeleteList", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/columns": { + "get": { + "tags": [ + "drives.list.columnDefinition" + ], + "summary": "Get columns from drives", + "operationId": "drives.list.ListColumns", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "boolean", + "boolean desc", + "calculated", + "calculated desc", + "choice", + "choice desc", + "columnGroup", + "columnGroup desc", + "currency", + "currency desc", + "dateTime", + "dateTime desc", + "defaultValue", + "defaultValue desc", + "description", + "description desc", + "displayName", + "displayName desc", + "enforceUniqueValues", + "enforceUniqueValues desc", + "hidden", + "hidden desc", + "indexed", + "indexed desc", + "lookup", + "lookup desc", + "name", + "name desc", + "number", + "number desc", + "personOrGroup", + "personOrGroup desc", + "readOnly", + "readOnly desc", + "required", + "required desc", + "text", + "text desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnDefinition", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drives.list.columnDefinition" + ], + "summary": "Create new navigation property to columns for drives", + "operationId": "drives.list.CreateColumns", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/columns/{columnDefinition-id}": { + "get": { + "tags": [ + "drives.list.columnDefinition" + ], + "summary": "Get columns from drives", + "operationId": "drives.list.GetColumns", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list.columnDefinition" + ], + "summary": "Update the navigation property columns in drives", + "operationId": "drives.list.UpdateColumns", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list.columnDefinition" + ], + "summary": "Delete navigation property columns for drives", + "operationId": "drives.list.DeleteColumns", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/contentTypes": { + "get": { + "tags": [ + "drives.list.contentType" + ], + "summary": "Get contentTypes from drives", + "operationId": "drives.list.ListContentTypes", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "description", + "description desc", + "group", + "group desc", + "hidden", + "hidden desc", + "inheritedFrom", + "inheritedFrom desc", + "name", + "name desc", + "order", + "order desc", + "parentId", + "parentId desc", + "readOnly", + "readOnly desc", + "sealed", + "sealed desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contentType", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drives.list.contentType" + ], + "summary": "Create new navigation property to contentTypes for drives", + "operationId": "drives.list.CreateContentTypes", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/contentTypes/{contentType-id}": { + "get": { + "tags": [ + "drives.list.contentType" + ], + "summary": "Get contentTypes from drives", + "operationId": "drives.list.GetContentTypes", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list.contentType" + ], + "summary": "Update the navigation property contentTypes in drives", + "operationId": "drives.list.UpdateContentTypes", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list.contentType" + ], + "summary": "Delete navigation property contentTypes for drives", + "operationId": "drives.list.DeleteContentTypes", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks": { + "get": { + "tags": [ + "drives.list.contentTypes.columnLink" + ], + "summary": "Get columnLinks from drives", + "operationId": "drives.list.contentTypes.ListColumnLinks", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnLink", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drives.list.contentTypes.columnLink" + ], + "summary": "Create new navigation property to columnLinks for drives", + "operationId": "drives.list.contentTypes.CreateColumnLinks", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { + "get": { + "tags": [ + "drives.list.contentTypes.columnLink" + ], + "summary": "Get columnLinks from drives", + "operationId": "drives.list.contentTypes.GetColumnLinks", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list.contentTypes.columnLink" + ], + "summary": "Update the navigation property columnLinks in drives", + "operationId": "drives.list.contentTypes.UpdateColumnLinks", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list.contentTypes.columnLink" + ], + "summary": "Delete navigation property columnLinks for drives", + "operationId": "drives.list.contentTypes.DeleteColumnLinks", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/drive": { + "get": { + "tags": [ + "drives.list.drive" + ], + "summary": "Get drive from drives", + "operationId": "drives.list.GetDrive", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list.drive" + ], + "summary": "Update the navigation property drive in drives", + "operationId": "drives.list.UpdateDrive", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list.drive" + ], + "summary": "Delete navigation property drive for drives", + "operationId": "drives.list.DeleteDrive", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/items": { + "get": { + "tags": [ + "drives.list.listItem" + ], + "summary": "Get items from drives", + "operationId": "drives.list.ListItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "contentType", + "contentType desc", + "sharepointIds", + "sharepointIds desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drives.list.listItem" + ], + "summary": "Create new navigation property to items for drives", + "operationId": "drives.list.CreateItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/items/{listItem-id}": { + "get": { + "tags": [ + "drives.list.listItem" + ], + "summary": "Get items from drives", + "operationId": "drives.list.GetItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list.listItem" + ], + "summary": "Update the navigation property items in drives", + "operationId": "drives.list.UpdateItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list.listItem" + ], + "summary": "Delete navigation property items for drives", + "operationId": "drives.list.DeleteItems", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/items/{listItem-id}/driveItem": { + "get": { + "tags": [ + "drives.list.items.driveItem" + ], + "summary": "Get driveItem from drives", + "operationId": "drives.list.items.GetDriveItem", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list.items.driveItem" + ], + "summary": "Update the navigation property driveItem in drives", + "operationId": "drives.list.items.UpdateDriveItem", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list.items.driveItem" + ], + "summary": "Delete navigation property driveItem for drives", + "operationId": "drives.list.items.DeleteDriveItem", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content": { + "get": { + "tags": [ + "drives.list.items.driveItem" + ], + "summary": "Get media content for the navigation property driveItem from drives", + "operationId": "drives.list.items.GetDriveItemContent", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "drives.list.items.driveItem" + ], + "summary": "Update media content for the navigation property driveItem in drives", + "operationId": "drives.list.items.UpdateDriveItemContent", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/items/{listItem-id}/fields": { + "get": { + "tags": [ + "drives.list.items.fieldValueSet" + ], + "summary": "Get fields from drives", + "operationId": "drives.list.items.GetFields", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list.items.fieldValueSet" + ], + "summary": "Update the navigation property fields in drives", + "operationId": "drives.list.items.UpdateFields", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list.items.fieldValueSet" + ], + "summary": "Delete navigation property fields for drives", + "operationId": "drives.list.items.DeleteFields", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/items/{listItem-id}/versions": { + "get": { + "tags": [ + "drives.list.items.listItemVersion" + ], + "summary": "Get versions from drives", + "operationId": "drives.list.items.ListVersions", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "publication", + "publication desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItemVersion", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drives.list.items.listItemVersion" + ], + "summary": "Create new navigation property to versions for drives", + "operationId": "drives.list.items.CreateVersions", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { + "get": { + "tags": [ + "drives.list.items.listItemVersion" + ], + "summary": "Get versions from drives", + "operationId": "drives.list.items.GetVersions", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list.items.listItemVersion" + ], + "summary": "Update the navigation property versions in drives", + "operationId": "drives.list.items.UpdateVersions", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list.items.listItemVersion" + ], + "summary": "Delete navigation property versions for drives", + "operationId": "drives.list.items.DeleteVersions", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { + "get": { + "tags": [ + "drives.list.items.listItemVersion" + ], + "summary": "Get fields from drives", + "operationId": "drives.list.items.versions.GetFields", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.list.items.listItemVersion" + ], + "summary": "Update the navigation property fields in drives", + "operationId": "drives.list.items.versions.UpdateFields", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.list.items.listItemVersion" + ], + "summary": "Delete navigation property fields for drives", + "operationId": "drives.list.items.versions.DeleteFields", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion": { + "post": { + "tags": [ + "drives.Actions" + ], + "summary": "Invoke action restoreVersion", + "operationId": "drives.list.items.versions.restoreVersion", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/drives/{drive-id}/recent()": { + "get": { + "tags": [ + "drives.Functions" + ], + "summary": "Invoke function recent", + "operationId": "drives.recent", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/drives/{drive-id}/search(q={q})": { + "get": { + "tags": [ + "drives.Functions" + ], + "summary": "Invoke function search", + "operationId": "drives.search", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "q", + "in": "path", + "description": "Usage: q={q}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/drives/{drive-id}/sharedWithMe()": { + "get": { + "tags": [ + "drives.Functions" + ], + "summary": "Invoke function sharedWithMe", + "operationId": "drives.sharedWithMe", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/drives/{drive-id}/root": { + "get": { + "tags": [ + "drives.driveItem" + ], + "summary": "Get root from drives", + "operationId": "drives.GetRoot", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.driveItem" + ], + "summary": "Update the navigation property root in drives", + "operationId": "drives.UpdateRoot", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.driveItem" + ], + "summary": "Delete navigation property root for drives", + "operationId": "drives.DeleteRoot", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/root/content": { + "get": { + "tags": [ + "drives.driveItem" + ], + "summary": "Get media content for the navigation property root from drives", + "operationId": "drives.GetRootContent", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "drives.driveItem" + ], + "summary": "Update media content for the navigation property root in drives", + "operationId": "drives.UpdateRootContent", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/special": { + "get": { + "tags": [ + "drives.driveItem" + ], + "summary": "Get special from drives", + "operationId": "drives.ListSpecial", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "audio", + "audio desc", + "content", + "content desc", + "cTag", + "cTag desc", + "deleted", + "deleted desc", + "file", + "file desc", + "fileSystemInfo", + "fileSystemInfo desc", + "folder", + "folder desc", + "image", + "image desc", + "location", + "location desc", + "package", + "package desc", + "photo", + "photo desc", + "publication", + "publication desc", + "remoteItem", + "remoteItem desc", + "root", + "root desc", + "searchResult", + "searchResult desc", + "shared", + "shared desc", + "sharepointIds", + "sharepointIds desc", + "size", + "size desc", + "specialFolder", + "specialFolder desc", + "video", + "video desc", + "webDavUrl", + "webDavUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of driveItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "drives.driveItem" + ], + "summary": "Create new navigation property to special for drives", + "operationId": "drives.CreateSpecial", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/special/{workbook-id}": { + "get": { + "tags": [ + "drives.driveItem" + ], + "summary": "Get special from drives", + "operationId": "drives.GetSpecial", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "drives.driveItem" + ], + "summary": "Update the navigation property special in drives", + "operationId": "drives.UpdateSpecial", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "drives.driveItem" + ], + "summary": "Delete navigation property special for drives", + "operationId": "drives.DeleteSpecial", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/drives/{drive-id}/special/{workbook-id}/content": { + "get": { + "tags": [ + "drives.driveItem" + ], + "summary": "Get media content for the navigation property special from drives", + "operationId": "drives.GetSpecialContent", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "drives.driveItem" + ], + "summary": "Update media content for the navigation property special in drives", + "operationId": "drives.UpdateSpecialContent", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education": { + "get": { + "tags": [ + "education.educationRoot" + ], + "summary": "Get education", + "operationId": "education.educationRoot.GetEducationRoot", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "classes", + "schools", + "users", + "me" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "classes", + "schools", + "users", + "me" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationRoot" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "education.educationRoot" + ], + "summary": "Update education", + "operationId": "education.educationRoot.UpdateEducationRoot", + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationRoot" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes": { + "get": { + "tags": [ + "education.educationClass" + ], + "summary": "Get classes from education", + "operationId": "education.ListClasses", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "mailNickname", + "mailNickname desc", + "description", + "description desc", + "createdBy", + "createdBy desc", + "classCode", + "classCode desc", + "externalName", + "externalName desc", + "externalId", + "externalId desc", + "externalSource", + "externalSource desc", + "term", + "term desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "mailNickname", + "description", + "createdBy", + "classCode", + "externalName", + "externalId", + "externalSource", + "term", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationClass", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.educationClass" + ], + "summary": "Create new navigation property to classes for education", + "operationId": "education.CreateClasses", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes/{educationClass-id}": { + "get": { + "tags": [ + "education.educationClass" + ], + "summary": "Get classes from education", + "operationId": "education.GetClasses", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "mailNickname", + "description", + "createdBy", + "classCode", + "externalName", + "externalId", + "externalSource", + "term", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "education.educationClass" + ], + "summary": "Update the navigation property classes in education", + "operationId": "education.UpdateClasses", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "education.educationClass" + ], + "summary": "Delete navigation property classes for education", + "operationId": "education.DeleteClasses", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes/{educationClass-id}/group": { + "get": { + "tags": [ + "education.classes.group" + ], + "summary": "Get group from education", + "operationId": "education.classes.GetGroup", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "classification", + "createdDateTime", + "description", + "displayName", + "groupTypes", + "mail", + "mailEnabled", + "mailNickname", + "onPremisesLastSyncDateTime", + "onPremisesProvisioningErrors", + "onPremisesSecurityIdentifier", + "onPremisesSyncEnabled", + "proxyAddresses", + "renewedDateTime", + "securityEnabled", + "visibility", + "allowExternalSenders", + "autoSubscribeNewMembers", + "isSubscribedByMail", + "unseenCount", + "members", + "memberOf", + "createdOnBehalfOf", + "owners", + "settings", + "extensions", + "threads", + "calendar", + "calendarView", + "events", + "conversations", + "photo", + "photos", + "acceptedSenders", + "rejectedSenders", + "drive", + "drives", + "sites", + "planner", + "onenote", + "groupLifecyclePolicies" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "members", + "memberOf", + "createdOnBehalfOf", + "owners", + "settings", + "extensions", + "threads", + "calendar", + "calendarView", + "events", + "conversations", + "photo", + "photos", + "acceptedSenders", + "rejectedSenders", + "drive", + "drives", + "sites", + "planner", + "onenote", + "groupLifecyclePolicies" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.group" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes/{educationClass-id}/group/$ref": { + "get": { + "tags": [ + "education.classes.group" + ], + "summary": "Get ref of group from education", + "operationId": "education.classes.GetRefGroup", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "education.classes.group" + ], + "summary": "Update the ref of navigation property group in education", + "operationId": "education.classes.UpdateRefGroup", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "education.classes.group" + ], + "summary": "Delete ref of navigation property group for education", + "operationId": "education.classes.DeleteRefGroup", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes/{educationClass-id}/members": { + "get": { + "tags": [ + "education.classes.educationUser" + ], + "summary": "Get members from education", + "operationId": "education.classes.ListMembers", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "primaryRole", + "primaryRole desc", + "middleName", + "middleName desc", + "externalSource", + "externalSource desc", + "residenceAddress", + "residenceAddress desc", + "mailingAddress", + "mailingAddress desc", + "student", + "student desc", + "teacher", + "teacher desc", + "createdBy", + "createdBy desc", + "relatedContacts", + "relatedContacts desc", + "accountEnabled", + "accountEnabled desc", + "assignedLicenses", + "assignedLicenses desc", + "assignedPlans", + "assignedPlans desc", + "businessPhones", + "businessPhones desc", + "department", + "department desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "mail", + "mail desc", + "mailNickname", + "mailNickname desc", + "mobilePhone", + "mobilePhone desc", + "passwordPolicies", + "passwordPolicies desc", + "passwordProfile", + "passwordProfile desc", + "officeLocation", + "officeLocation desc", + "preferredLanguage", + "preferredLanguage desc", + "provisionedPlans", + "provisionedPlans desc", + "refreshTokensValidFromDateTime", + "refreshTokensValidFromDateTime desc", + "showInAddressList", + "showInAddressList desc", + "surname", + "surname desc", + "usageLocation", + "usageLocation desc", + "userPrincipalName", + "userPrincipalName desc", + "userType", + "userType desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "primaryRole", + "middleName", + "externalSource", + "residenceAddress", + "mailingAddress", + "student", + "teacher", + "createdBy", + "relatedContacts", + "accountEnabled", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "department", + "displayName", + "givenName", + "mail", + "mailNickname", + "mobilePhone", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "preferredLanguage", + "provisionedPlans", + "refreshTokensValidFromDateTime", + "showInAddressList", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationUser", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes/{educationClass-id}/members/$ref": { + "get": { + "tags": [ + "education.classes.educationUser" + ], + "summary": "Get ref of members from education", + "operationId": "education.classes.ListRefMembers", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "primaryRole", + "primaryRole desc", + "middleName", + "middleName desc", + "externalSource", + "externalSource desc", + "residenceAddress", + "residenceAddress desc", + "mailingAddress", + "mailingAddress desc", + "student", + "student desc", + "teacher", + "teacher desc", + "createdBy", + "createdBy desc", + "relatedContacts", + "relatedContacts desc", + "accountEnabled", + "accountEnabled desc", + "assignedLicenses", + "assignedLicenses desc", + "assignedPlans", + "assignedPlans desc", + "businessPhones", + "businessPhones desc", + "department", + "department desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "mail", + "mail desc", + "mailNickname", + "mailNickname desc", + "mobilePhone", + "mobilePhone desc", + "passwordPolicies", + "passwordPolicies desc", + "passwordProfile", + "passwordProfile desc", + "officeLocation", + "officeLocation desc", + "preferredLanguage", + "preferredLanguage desc", + "provisionedPlans", + "provisionedPlans desc", + "refreshTokensValidFromDateTime", + "refreshTokensValidFromDateTime desc", + "showInAddressList", + "showInAddressList desc", + "surname", + "surname desc", + "usageLocation", + "usageLocation desc", + "userPrincipalName", + "userPrincipalName desc", + "userType", + "userType desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of educationUser", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.classes.educationUser" + ], + "summary": "Create new navigation property ref to members for education", + "operationId": "education.classes.CreateRefMembers", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes/{educationClass-id}/schools": { + "get": { + "tags": [ + "education.classes.educationSchool" + ], + "summary": "Get schools from education", + "operationId": "education.classes.ListSchools", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "externalSource", + "externalSource desc", + "principalEmail", + "principalEmail desc", + "principalName", + "principalName desc", + "externalPrincipalId", + "externalPrincipalId desc", + "lowestGrade", + "lowestGrade desc", + "highestGrade", + "highestGrade desc", + "schoolNumber", + "schoolNumber desc", + "externalId", + "externalId desc", + "phone", + "phone desc", + "fax", + "fax desc", + "createdBy", + "createdBy desc", + "address", + "address desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "externalSource", + "principalEmail", + "principalName", + "externalPrincipalId", + "lowestGrade", + "highestGrade", + "schoolNumber", + "externalId", + "phone", + "fax", + "createdBy", + "address", + "classes", + "users" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "classes", + "users" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationSchool", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes/{educationClass-id}/schools/$ref": { + "get": { + "tags": [ + "education.classes.educationSchool" + ], + "summary": "Get ref of schools from education", + "operationId": "education.classes.ListRefSchools", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "externalSource", + "externalSource desc", + "principalEmail", + "principalEmail desc", + "principalName", + "principalName desc", + "externalPrincipalId", + "externalPrincipalId desc", + "lowestGrade", + "lowestGrade desc", + "highestGrade", + "highestGrade desc", + "schoolNumber", + "schoolNumber desc", + "externalId", + "externalId desc", + "phone", + "phone desc", + "fax", + "fax desc", + "createdBy", + "createdBy desc", + "address", + "address desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of educationSchool", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.classes.educationSchool" + ], + "summary": "Create new navigation property ref to schools for education", + "operationId": "education.classes.CreateRefSchools", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes/{educationClass-id}/teachers": { + "get": { + "tags": [ + "education.classes.educationUser" + ], + "summary": "Get teachers from education", + "operationId": "education.classes.ListTeachers", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "primaryRole", + "primaryRole desc", + "middleName", + "middleName desc", + "externalSource", + "externalSource desc", + "residenceAddress", + "residenceAddress desc", + "mailingAddress", + "mailingAddress desc", + "student", + "student desc", + "teacher", + "teacher desc", + "createdBy", + "createdBy desc", + "relatedContacts", + "relatedContacts desc", + "accountEnabled", + "accountEnabled desc", + "assignedLicenses", + "assignedLicenses desc", + "assignedPlans", + "assignedPlans desc", + "businessPhones", + "businessPhones desc", + "department", + "department desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "mail", + "mail desc", + "mailNickname", + "mailNickname desc", + "mobilePhone", + "mobilePhone desc", + "passwordPolicies", + "passwordPolicies desc", + "passwordProfile", + "passwordProfile desc", + "officeLocation", + "officeLocation desc", + "preferredLanguage", + "preferredLanguage desc", + "provisionedPlans", + "provisionedPlans desc", + "refreshTokensValidFromDateTime", + "refreshTokensValidFromDateTime desc", + "showInAddressList", + "showInAddressList desc", + "surname", + "surname desc", + "usageLocation", + "usageLocation desc", + "userPrincipalName", + "userPrincipalName desc", + "userType", + "userType desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "primaryRole", + "middleName", + "externalSource", + "residenceAddress", + "mailingAddress", + "student", + "teacher", + "createdBy", + "relatedContacts", + "accountEnabled", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "department", + "displayName", + "givenName", + "mail", + "mailNickname", + "mobilePhone", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "preferredLanguage", + "provisionedPlans", + "refreshTokensValidFromDateTime", + "showInAddressList", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationUser", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/classes/{educationClass-id}/teachers/$ref": { + "get": { + "tags": [ + "education.classes.educationUser" + ], + "summary": "Get ref of teachers from education", + "operationId": "education.classes.ListRefTeachers", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "primaryRole", + "primaryRole desc", + "middleName", + "middleName desc", + "externalSource", + "externalSource desc", + "residenceAddress", + "residenceAddress desc", + "mailingAddress", + "mailingAddress desc", + "student", + "student desc", + "teacher", + "teacher desc", + "createdBy", + "createdBy desc", + "relatedContacts", + "relatedContacts desc", + "accountEnabled", + "accountEnabled desc", + "assignedLicenses", + "assignedLicenses desc", + "assignedPlans", + "assignedPlans desc", + "businessPhones", + "businessPhones desc", + "department", + "department desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "mail", + "mail desc", + "mailNickname", + "mailNickname desc", + "mobilePhone", + "mobilePhone desc", + "passwordPolicies", + "passwordPolicies desc", + "passwordProfile", + "passwordProfile desc", + "officeLocation", + "officeLocation desc", + "preferredLanguage", + "preferredLanguage desc", + "provisionedPlans", + "provisionedPlans desc", + "refreshTokensValidFromDateTime", + "refreshTokensValidFromDateTime desc", + "showInAddressList", + "showInAddressList desc", + "surname", + "surname desc", + "usageLocation", + "usageLocation desc", + "userPrincipalName", + "userPrincipalName desc", + "userType", + "userType desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of educationUser", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.classes.educationUser" + ], + "summary": "Create new navigation property ref to teachers for education", + "operationId": "education.classes.CreateRefTeachers", + "parameters": [ + { + "name": "educationClass-id", + "in": "path", + "description": "key: id of educationClass", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationClass" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/me": { + "get": { + "tags": [ + "education.educationUser" + ], + "summary": "Get me from education", + "operationId": "education.GetMe", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "primaryRole", + "middleName", + "externalSource", + "residenceAddress", + "mailingAddress", + "student", + "teacher", + "createdBy", + "relatedContacts", + "accountEnabled", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "department", + "displayName", + "givenName", + "mail", + "mailNickname", + "mobilePhone", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "preferredLanguage", + "provisionedPlans", + "refreshTokensValidFromDateTime", + "showInAddressList", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "education.educationUser" + ], + "summary": "Update the navigation property me in education", + "operationId": "education.UpdateMe", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "education.educationUser" + ], + "summary": "Delete navigation property me for education", + "operationId": "education.DeleteMe", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/me/classes": { + "get": { + "tags": [ + "education.me.educationClass" + ], + "summary": "Get classes from education", + "operationId": "education.me.ListClasses", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "mailNickname", + "mailNickname desc", + "description", + "description desc", + "createdBy", + "createdBy desc", + "classCode", + "classCode desc", + "externalName", + "externalName desc", + "externalId", + "externalId desc", + "externalSource", + "externalSource desc", + "term", + "term desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "mailNickname", + "description", + "createdBy", + "classCode", + "externalName", + "externalId", + "externalSource", + "term", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationClass", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/education/users/{educationUser-id}/classes" + ] + }, + "/education/me/classes/$ref": { + "get": { + "tags": [ + "education.me.educationClass" + ], + "summary": "Get ref of classes from education", + "operationId": "education.me.ListRefClasses", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "mailNickname", + "mailNickname desc", + "description", + "description desc", + "createdBy", + "createdBy desc", + "classCode", + "classCode desc", + "externalName", + "externalName desc", + "externalId", + "externalId desc", + "externalSource", + "externalSource desc", + "term", + "term desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of educationClass", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.me.educationClass" + ], + "summary": "Create new navigation property ref to classes for education", + "operationId": "education.me.CreateRefClasses", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/me/schools": { + "get": { + "tags": [ + "education.me.educationSchool" + ], + "summary": "Get schools from education", + "operationId": "education.me.ListSchools", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "externalSource", + "externalSource desc", + "principalEmail", + "principalEmail desc", + "principalName", + "principalName desc", + "externalPrincipalId", + "externalPrincipalId desc", + "lowestGrade", + "lowestGrade desc", + "highestGrade", + "highestGrade desc", + "schoolNumber", + "schoolNumber desc", + "externalId", + "externalId desc", + "phone", + "phone desc", + "fax", + "fax desc", + "createdBy", + "createdBy desc", + "address", + "address desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "externalSource", + "principalEmail", + "principalName", + "externalPrincipalId", + "lowestGrade", + "highestGrade", + "schoolNumber", + "externalId", + "phone", + "fax", + "createdBy", + "address", + "classes", + "users" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "classes", + "users" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationSchool", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/education/users/{educationUser-id}/schools" + ] + }, + "/education/me/schools/$ref": { + "get": { + "tags": [ + "education.me.educationSchool" + ], + "summary": "Get ref of schools from education", + "operationId": "education.me.ListRefSchools", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "externalSource", + "externalSource desc", + "principalEmail", + "principalEmail desc", + "principalName", + "principalName desc", + "externalPrincipalId", + "externalPrincipalId desc", + "lowestGrade", + "lowestGrade desc", + "highestGrade", + "highestGrade desc", + "schoolNumber", + "schoolNumber desc", + "externalId", + "externalId desc", + "phone", + "phone desc", + "fax", + "fax desc", + "createdBy", + "createdBy desc", + "address", + "address desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of educationSchool", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.me.educationSchool" + ], + "summary": "Create new navigation property ref to schools for education", + "operationId": "education.me.CreateRefSchools", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/me/user": { + "get": { + "tags": [ + "education.me.user" + ], + "summary": "Get user from education", + "operationId": "education.me.GetUser", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "accountEnabled", + "ageGroup", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "city", + "companyName", + "consentProvidedForMinor", + "country", + "department", + "displayName", + "givenName", + "imAddresses", + "jobTitle", + "legalAgeGroupClassification", + "mail", + "mailNickname", + "mobilePhone", + "onPremisesExtensionAttributes", + "onPremisesImmutableId", + "onPremisesLastSyncDateTime", + "onPremisesProvisioningErrors", + "onPremisesSecurityIdentifier", + "onPremisesSyncEnabled", + "onPremisesDomainName", + "onPremisesSamAccountName", + "onPremisesUserPrincipalName", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "postalCode", + "preferredLanguage", + "provisionedPlans", + "proxyAddresses", + "state", + "streetAddress", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "mailboxSettings", + "aboutMe", + "birthday", + "hireDate", + "interests", + "mySite", + "pastProjects", + "preferredName", + "responsibilities", + "schools", + "skills", + "deviceEnrollmentLimit", + "ownedDevices", + "registeredDevices", + "manager", + "directReports", + "memberOf", + "createdObjects", + "ownedObjects", + "licenseDetails", + "extensions", + "outlook", + "messages", + "mailFolders", + "calendar", + "calendars", + "calendarGroups", + "calendarView", + "events", + "people", + "contacts", + "contactFolders", + "inferenceClassification", + "photo", + "photos", + "drive", + "drives", + "planner", + "onenote", + "managedDevices", + "managedAppRegistrations", + "deviceManagementTroubleshootingEvents", + "activities", + "insights", + "settings" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "ownedDevices", + "registeredDevices", + "manager", + "directReports", + "memberOf", + "createdObjects", + "ownedObjects", + "licenseDetails", + "extensions", + "outlook", + "messages", + "mailFolders", + "calendar", + "calendars", + "calendarGroups", + "calendarView", + "events", + "people", + "contacts", + "contactFolders", + "inferenceClassification", + "photo", + "photos", + "drive", + "drives", + "planner", + "onenote", + "managedDevices", + "managedAppRegistrations", + "deviceManagementTroubleshootingEvents", + "activities", + "insights", + "settings" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/education/users/{educationUser-id}/user" + ] + }, + "/education/me/user/$ref": { + "get": { + "tags": [ + "education.me.user" + ], + "summary": "Get ref of user from education", + "operationId": "education.me.GetRefUser", + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "education.me.user" + ], + "summary": "Update the ref of navigation property user in education", + "operationId": "education.me.UpdateRefUser", + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "education.me.user" + ], + "summary": "Delete ref of navigation property user for education", + "operationId": "education.me.DeleteRefUser", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/schools": { + "get": { + "tags": [ + "education.educationSchool" + ], + "summary": "Get schools from education", + "operationId": "education.ListSchools", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "externalSource", + "externalSource desc", + "principalEmail", + "principalEmail desc", + "principalName", + "principalName desc", + "externalPrincipalId", + "externalPrincipalId desc", + "lowestGrade", + "lowestGrade desc", + "highestGrade", + "highestGrade desc", + "schoolNumber", + "schoolNumber desc", + "externalId", + "externalId desc", + "phone", + "phone desc", + "fax", + "fax desc", + "createdBy", + "createdBy desc", + "address", + "address desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "externalSource", + "principalEmail", + "principalName", + "externalPrincipalId", + "lowestGrade", + "highestGrade", + "schoolNumber", + "externalId", + "phone", + "fax", + "createdBy", + "address", + "classes", + "users" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "classes", + "users" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationSchool", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.educationSchool" + ], + "summary": "Create new navigation property to schools for education", + "operationId": "education.CreateSchools", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/schools/{educationSchool-id}": { + "get": { + "tags": [ + "education.educationSchool" + ], + "summary": "Get schools from education", + "operationId": "education.GetSchools", + "parameters": [ + { + "name": "educationSchool-id", + "in": "path", + "description": "key: id of educationSchool", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationSchool" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "externalSource", + "principalEmail", + "principalName", + "externalPrincipalId", + "lowestGrade", + "highestGrade", + "schoolNumber", + "externalId", + "phone", + "fax", + "createdBy", + "address", + "classes", + "users" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "classes", + "users" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "education.educationSchool" + ], + "summary": "Update the navigation property schools in education", + "operationId": "education.UpdateSchools", + "parameters": [ + { + "name": "educationSchool-id", + "in": "path", + "description": "key: id of educationSchool", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationSchool" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "education.educationSchool" + ], + "summary": "Delete navigation property schools for education", + "operationId": "education.DeleteSchools", + "parameters": [ + { + "name": "educationSchool-id", + "in": "path", + "description": "key: id of educationSchool", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationSchool" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/schools/{educationSchool-id}/classes": { + "get": { + "tags": [ + "education.schools.educationClass" + ], + "summary": "Get classes from education", + "operationId": "education.schools.ListClasses", + "parameters": [ + { + "name": "educationSchool-id", + "in": "path", + "description": "key: id of educationSchool", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationSchool" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "mailNickname", + "mailNickname desc", + "description", + "description desc", + "createdBy", + "createdBy desc", + "classCode", + "classCode desc", + "externalName", + "externalName desc", + "externalId", + "externalId desc", + "externalSource", + "externalSource desc", + "term", + "term desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "mailNickname", + "description", + "createdBy", + "classCode", + "externalName", + "externalId", + "externalSource", + "term", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationClass", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/schools/{educationSchool-id}/classes/$ref": { + "get": { + "tags": [ + "education.schools.educationClass" + ], + "summary": "Get ref of classes from education", + "operationId": "education.schools.ListRefClasses", + "parameters": [ + { + "name": "educationSchool-id", + "in": "path", + "description": "key: id of educationSchool", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationSchool" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "mailNickname", + "mailNickname desc", + "description", + "description desc", + "createdBy", + "createdBy desc", + "classCode", + "classCode desc", + "externalName", + "externalName desc", + "externalId", + "externalId desc", + "externalSource", + "externalSource desc", + "term", + "term desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of educationClass", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.schools.educationClass" + ], + "summary": "Create new navigation property ref to classes for education", + "operationId": "education.schools.CreateRefClasses", + "parameters": [ + { + "name": "educationSchool-id", + "in": "path", + "description": "key: id of educationSchool", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationSchool" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/schools/{educationSchool-id}/users": { + "get": { + "tags": [ + "education.schools.educationUser" + ], + "summary": "Get users from education", + "operationId": "education.schools.ListUsers", + "parameters": [ + { + "name": "educationSchool-id", + "in": "path", + "description": "key: id of educationSchool", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationSchool" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "primaryRole", + "primaryRole desc", + "middleName", + "middleName desc", + "externalSource", + "externalSource desc", + "residenceAddress", + "residenceAddress desc", + "mailingAddress", + "mailingAddress desc", + "student", + "student desc", + "teacher", + "teacher desc", + "createdBy", + "createdBy desc", + "relatedContacts", + "relatedContacts desc", + "accountEnabled", + "accountEnabled desc", + "assignedLicenses", + "assignedLicenses desc", + "assignedPlans", + "assignedPlans desc", + "businessPhones", + "businessPhones desc", + "department", + "department desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "mail", + "mail desc", + "mailNickname", + "mailNickname desc", + "mobilePhone", + "mobilePhone desc", + "passwordPolicies", + "passwordPolicies desc", + "passwordProfile", + "passwordProfile desc", + "officeLocation", + "officeLocation desc", + "preferredLanguage", + "preferredLanguage desc", + "provisionedPlans", + "provisionedPlans desc", + "refreshTokensValidFromDateTime", + "refreshTokensValidFromDateTime desc", + "showInAddressList", + "showInAddressList desc", + "surname", + "surname desc", + "usageLocation", + "usageLocation desc", + "userPrincipalName", + "userPrincipalName desc", + "userType", + "userType desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "primaryRole", + "middleName", + "externalSource", + "residenceAddress", + "mailingAddress", + "student", + "teacher", + "createdBy", + "relatedContacts", + "accountEnabled", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "department", + "displayName", + "givenName", + "mail", + "mailNickname", + "mobilePhone", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "preferredLanguage", + "provisionedPlans", + "refreshTokensValidFromDateTime", + "showInAddressList", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationUser", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/schools/{educationSchool-id}/users/$ref": { + "get": { + "tags": [ + "education.schools.educationUser" + ], + "summary": "Get ref of users from education", + "operationId": "education.schools.ListRefUsers", + "parameters": [ + { + "name": "educationSchool-id", + "in": "path", + "description": "key: id of educationSchool", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationSchool" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "primaryRole", + "primaryRole desc", + "middleName", + "middleName desc", + "externalSource", + "externalSource desc", + "residenceAddress", + "residenceAddress desc", + "mailingAddress", + "mailingAddress desc", + "student", + "student desc", + "teacher", + "teacher desc", + "createdBy", + "createdBy desc", + "relatedContacts", + "relatedContacts desc", + "accountEnabled", + "accountEnabled desc", + "assignedLicenses", + "assignedLicenses desc", + "assignedPlans", + "assignedPlans desc", + "businessPhones", + "businessPhones desc", + "department", + "department desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "mail", + "mail desc", + "mailNickname", + "mailNickname desc", + "mobilePhone", + "mobilePhone desc", + "passwordPolicies", + "passwordPolicies desc", + "passwordProfile", + "passwordProfile desc", + "officeLocation", + "officeLocation desc", + "preferredLanguage", + "preferredLanguage desc", + "provisionedPlans", + "provisionedPlans desc", + "refreshTokensValidFromDateTime", + "refreshTokensValidFromDateTime desc", + "showInAddressList", + "showInAddressList desc", + "surname", + "surname desc", + "usageLocation", + "usageLocation desc", + "userPrincipalName", + "userPrincipalName desc", + "userType", + "userType desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of educationUser", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.schools.educationUser" + ], + "summary": "Create new navigation property ref to users for education", + "operationId": "education.schools.CreateRefUsers", + "parameters": [ + { + "name": "educationSchool-id", + "in": "path", + "description": "key: id of educationSchool", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationSchool" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/users": { + "get": { + "tags": [ + "education.educationUser" + ], + "summary": "Get users from education", + "operationId": "education.ListUsers", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "primaryRole", + "primaryRole desc", + "middleName", + "middleName desc", + "externalSource", + "externalSource desc", + "residenceAddress", + "residenceAddress desc", + "mailingAddress", + "mailingAddress desc", + "student", + "student desc", + "teacher", + "teacher desc", + "createdBy", + "createdBy desc", + "relatedContacts", + "relatedContacts desc", + "accountEnabled", + "accountEnabled desc", + "assignedLicenses", + "assignedLicenses desc", + "assignedPlans", + "assignedPlans desc", + "businessPhones", + "businessPhones desc", + "department", + "department desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "mail", + "mail desc", + "mailNickname", + "mailNickname desc", + "mobilePhone", + "mobilePhone desc", + "passwordPolicies", + "passwordPolicies desc", + "passwordProfile", + "passwordProfile desc", + "officeLocation", + "officeLocation desc", + "preferredLanguage", + "preferredLanguage desc", + "provisionedPlans", + "provisionedPlans desc", + "refreshTokensValidFromDateTime", + "refreshTokensValidFromDateTime desc", + "showInAddressList", + "showInAddressList desc", + "surname", + "surname desc", + "usageLocation", + "usageLocation desc", + "userPrincipalName", + "userPrincipalName desc", + "userType", + "userType desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "primaryRole", + "middleName", + "externalSource", + "residenceAddress", + "mailingAddress", + "student", + "teacher", + "createdBy", + "relatedContacts", + "accountEnabled", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "department", + "displayName", + "givenName", + "mail", + "mailNickname", + "mobilePhone", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "preferredLanguage", + "provisionedPlans", + "refreshTokensValidFromDateTime", + "showInAddressList", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationUser", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.educationUser" + ], + "summary": "Create new navigation property to users for education", + "operationId": "education.CreateUsers", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/users/{educationUser-id}": { + "get": { + "tags": [ + "education.educationUser" + ], + "summary": "Get users from education", + "operationId": "education.GetUsers", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "primaryRole", + "middleName", + "externalSource", + "residenceAddress", + "mailingAddress", + "student", + "teacher", + "createdBy", + "relatedContacts", + "accountEnabled", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "department", + "displayName", + "givenName", + "mail", + "mailNickname", + "mobilePhone", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "preferredLanguage", + "provisionedPlans", + "refreshTokensValidFromDateTime", + "showInAddressList", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "classes", + "user" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "education.educationUser" + ], + "summary": "Update the navigation property users in education", + "operationId": "education.UpdateUsers", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "education.educationUser" + ], + "summary": "Delete navigation property users for education", + "operationId": "education.DeleteUsers", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/users/{educationUser-id}/classes": { + "get": { + "tags": [ + "education.users.educationClass" + ], + "summary": "Get classes from education", + "operationId": "education.users.ListClasses", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "mailNickname", + "mailNickname desc", + "description", + "description desc", + "createdBy", + "createdBy desc", + "classCode", + "classCode desc", + "externalName", + "externalName desc", + "externalId", + "externalId desc", + "externalSource", + "externalSource desc", + "term", + "term desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "mailNickname", + "description", + "createdBy", + "classCode", + "externalName", + "externalId", + "externalSource", + "term", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "schools", + "members", + "teachers", + "group" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationClass", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/education/me/classes" + ] + }, + "/education/users/{educationUser-id}/classes/$ref": { + "get": { + "tags": [ + "education.users.educationClass" + ], + "summary": "Get ref of classes from education", + "operationId": "education.users.ListRefClasses", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "mailNickname", + "mailNickname desc", + "description", + "description desc", + "createdBy", + "createdBy desc", + "classCode", + "classCode desc", + "externalName", + "externalName desc", + "externalId", + "externalId desc", + "externalSource", + "externalSource desc", + "term", + "term desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of educationClass", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.users.educationClass" + ], + "summary": "Create new navigation property ref to classes for education", + "operationId": "education.users.CreateRefClasses", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/users/{educationUser-id}/schools": { + "get": { + "tags": [ + "education.users.educationSchool" + ], + "summary": "Get schools from education", + "operationId": "education.users.ListSchools", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "externalSource", + "externalSource desc", + "principalEmail", + "principalEmail desc", + "principalName", + "principalName desc", + "externalPrincipalId", + "externalPrincipalId desc", + "lowestGrade", + "lowestGrade desc", + "highestGrade", + "highestGrade desc", + "schoolNumber", + "schoolNumber desc", + "externalId", + "externalId desc", + "phone", + "phone desc", + "fax", + "fax desc", + "createdBy", + "createdBy desc", + "address", + "address desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description", + "externalSource", + "principalEmail", + "principalName", + "externalPrincipalId", + "lowestGrade", + "highestGrade", + "schoolNumber", + "externalId", + "phone", + "fax", + "createdBy", + "address", + "classes", + "users" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "classes", + "users" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of educationSchool", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/education/me/schools" + ] + }, + "/education/users/{educationUser-id}/schools/$ref": { + "get": { + "tags": [ + "education.users.educationSchool" + ], + "summary": "Get ref of schools from education", + "operationId": "education.users.ListRefSchools", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "description", + "description desc", + "externalSource", + "externalSource desc", + "principalEmail", + "principalEmail desc", + "principalName", + "principalName desc", + "externalPrincipalId", + "externalPrincipalId desc", + "lowestGrade", + "lowestGrade desc", + "highestGrade", + "highestGrade desc", + "schoolNumber", + "schoolNumber desc", + "externalId", + "externalId desc", + "phone", + "phone desc", + "fax", + "fax desc", + "createdBy", + "createdBy desc", + "address", + "address desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of educationSchool", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "education.users.educationSchool" + ], + "summary": "Create new navigation property ref to schools for education", + "operationId": "education.users.CreateRefSchools", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/education/users/{educationUser-id}/user": { + "get": { + "tags": [ + "education.users.user" + ], + "summary": "Get user from education", + "operationId": "education.users.GetUser", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "accountEnabled", + "ageGroup", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "city", + "companyName", + "consentProvidedForMinor", + "country", + "department", + "displayName", + "givenName", + "imAddresses", + "jobTitle", + "legalAgeGroupClassification", + "mail", + "mailNickname", + "mobilePhone", + "onPremisesExtensionAttributes", + "onPremisesImmutableId", + "onPremisesLastSyncDateTime", + "onPremisesProvisioningErrors", + "onPremisesSecurityIdentifier", + "onPremisesSyncEnabled", + "onPremisesDomainName", + "onPremisesSamAccountName", + "onPremisesUserPrincipalName", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "postalCode", + "preferredLanguage", + "provisionedPlans", + "proxyAddresses", + "state", + "streetAddress", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "mailboxSettings", + "aboutMe", + "birthday", + "hireDate", + "interests", + "mySite", + "pastProjects", + "preferredName", + "responsibilities", + "schools", + "skills", + "deviceEnrollmentLimit", + "ownedDevices", + "registeredDevices", + "manager", + "directReports", + "memberOf", + "createdObjects", + "ownedObjects", + "licenseDetails", + "extensions", + "outlook", + "messages", + "mailFolders", + "calendar", + "calendars", + "calendarGroups", + "calendarView", + "events", + "people", + "contacts", + "contactFolders", + "inferenceClassification", + "photo", + "photos", + "drive", + "drives", + "planner", + "onenote", + "managedDevices", + "managedAppRegistrations", + "deviceManagementTroubleshootingEvents", + "activities", + "insights", + "settings" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "ownedDevices", + "registeredDevices", + "manager", + "directReports", + "memberOf", + "createdObjects", + "ownedObjects", + "licenseDetails", + "extensions", + "outlook", + "messages", + "mailFolders", + "calendar", + "calendars", + "calendarGroups", + "calendarView", + "events", + "people", + "contacts", + "contactFolders", + "inferenceClassification", + "photo", + "photos", + "drive", + "drives", + "planner", + "onenote", + "managedDevices", + "managedAppRegistrations", + "deviceManagementTroubleshootingEvents", + "activities", + "insights", + "settings" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/education/me/user" + ] + }, + "/education/users/{educationUser-id}/user/$ref": { + "get": { + "tags": [ + "education.users.user" + ], + "summary": "Get ref of user from education", + "operationId": "education.users.GetRefUser", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "education.users.user" + ], + "summary": "Update the ref of navigation property user in education", + "operationId": "education.users.UpdateRefUser", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "education.users.user" + ], + "summary": "Delete ref of navigation property user for education", + "operationId": "education.users.DeleteRefUser", + "parameters": [ + { + "name": "educationUser-id", + "in": "path", + "description": "key: id of educationUser", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "educationUser" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groupLifecyclePolicies": { + "get": { + "tags": [ + "groupLifecyclePolicies.groupLifecyclePolicy" + ], + "summary": "Get entities from groupLifecyclePolicies", + "operationId": "groupLifecyclePolicies.groupLifecyclePolicy.ListGroupLifecyclePolicy", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "groupLifetimeInDays", + "groupLifetimeInDays desc", + "managedGroupTypes", + "managedGroupTypes desc", + "alternateNotificationEmails", + "alternateNotificationEmails desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "groupLifetimeInDays", + "managedGroupTypes", + "alternateNotificationEmails" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of groupLifecyclePolicy", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "groupLifecyclePolicies.groupLifecyclePolicy" + ], + "summary": "Add new entity to groupLifecyclePolicies", + "operationId": "groupLifecyclePolicies.groupLifecyclePolicy.CreateGroupLifecyclePolicy", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groupLifecyclePolicies/{groupLifecyclePolicy-id}": { + "get": { + "tags": [ + "groupLifecyclePolicies.groupLifecyclePolicy" + ], + "summary": "Get entity from groupLifecyclePolicies by key", + "operationId": "groupLifecyclePolicies.groupLifecyclePolicy.GetGroupLifecyclePolicy", + "parameters": [ + { + "name": "groupLifecyclePolicy-id", + "in": "path", + "description": "key: id of groupLifecyclePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupLifecyclePolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "groupLifetimeInDays", + "managedGroupTypes", + "alternateNotificationEmails" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groupLifecyclePolicies.groupLifecyclePolicy" + ], + "summary": "Update entity in groupLifecyclePolicies", + "operationId": "groupLifecyclePolicies.groupLifecyclePolicy.UpdateGroupLifecyclePolicy", + "parameters": [ + { + "name": "groupLifecyclePolicy-id", + "in": "path", + "description": "key: id of groupLifecyclePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupLifecyclePolicy" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groupLifecyclePolicies.groupLifecyclePolicy" + ], + "summary": "Delete entity from groupLifecyclePolicies", + "operationId": "groupLifecyclePolicies.groupLifecyclePolicy.DeleteGroupLifecyclePolicy", + "parameters": [ + { + "name": "groupLifecyclePolicy-id", + "in": "path", + "description": "key: id of groupLifecyclePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupLifecyclePolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup": { + "post": { + "tags": [ + "groupLifecyclePolicies.Actions" + ], + "summary": "Invoke action addGroup", + "operationId": "groupLifecyclePolicies.addGroup", + "parameters": [ + { + "name": "groupLifecyclePolicy-id", + "in": "path", + "description": "key: id of groupLifecyclePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupLifecyclePolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "boolean", + "default": false + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup": { + "post": { + "tags": [ + "groupLifecyclePolicies.Actions" + ], + "summary": "Invoke action removeGroup", + "operationId": "groupLifecyclePolicies.removeGroup", + "parameters": [ + { + "name": "groupLifecyclePolicy-id", + "in": "path", + "description": "key: id of groupLifecyclePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupLifecyclePolicy" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "boolean", + "default": false + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups": { + "get": { + "tags": [ + "groups.group" + ], + "summary": "Get entities from groups", + "operationId": "groups.group.ListGroup", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc", + "classification", + "classification desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "displayName", + "displayName desc", + "groupTypes", + "groupTypes desc", + "mail", + "mail desc", + "mailEnabled", + "mailEnabled desc", + "mailNickname", + "mailNickname desc", + "onPremisesLastSyncDateTime", + "onPremisesLastSyncDateTime desc", + "onPremisesProvisioningErrors", + "onPremisesProvisioningErrors desc", + "onPremisesSecurityIdentifier", + "onPremisesSecurityIdentifier desc", + "onPremisesSyncEnabled", + "onPremisesSyncEnabled desc", + "proxyAddresses", + "proxyAddresses desc", + "renewedDateTime", + "renewedDateTime desc", + "securityEnabled", + "securityEnabled desc", + "visibility", + "visibility desc", + "allowExternalSenders", + "allowExternalSenders desc", + "autoSubscribeNewMembers", + "autoSubscribeNewMembers desc", + "isSubscribedByMail", + "isSubscribedByMail desc", + "unseenCount", + "unseenCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "classification", + "createdDateTime", + "description", + "displayName", + "groupTypes", + "mail", + "mailEnabled", + "mailNickname", + "onPremisesLastSyncDateTime", + "onPremisesProvisioningErrors", + "onPremisesSecurityIdentifier", + "onPremisesSyncEnabled", + "proxyAddresses", + "renewedDateTime", + "securityEnabled", + "visibility", + "allowExternalSenders", + "autoSubscribeNewMembers", + "isSubscribedByMail", + "unseenCount", + "members", + "memberOf", + "createdOnBehalfOf", + "owners", + "settings", + "extensions", + "threads", + "calendar", + "calendarView", + "events", + "conversations", + "photo", + "photos", + "acceptedSenders", + "rejectedSenders", + "drive", + "drives", + "sites", + "planner", + "onenote", + "groupLifecyclePolicies" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of group", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.group" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "groups.group" + ], + "summary": "Add new entity to groups", + "operationId": "groups.group.CreateGroup", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.group" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.group" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}": { + "get": { + "tags": [ + "groups.group" + ], + "summary": "Get entity from groups by key", + "operationId": "groups.group.GetGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "classification", + "createdDateTime", + "description", + "displayName", + "groupTypes", + "mail", + "mailEnabled", + "mailNickname", + "onPremisesLastSyncDateTime", + "onPremisesProvisioningErrors", + "onPremisesSecurityIdentifier", + "onPremisesSyncEnabled", + "proxyAddresses", + "renewedDateTime", + "securityEnabled", + "visibility", + "allowExternalSenders", + "autoSubscribeNewMembers", + "isSubscribedByMail", + "unseenCount", + "members", + "memberOf", + "createdOnBehalfOf", + "owners", + "settings", + "extensions", + "threads", + "calendar", + "calendarView", + "events", + "conversations", + "photo", + "photos", + "acceptedSenders", + "rejectedSenders", + "drive", + "drives", + "sites", + "planner", + "onenote", + "groupLifecyclePolicies" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.group" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.group" + ], + "summary": "Update entity in groups", + "operationId": "groups.group.UpdateGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.group" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.group" + ], + "summary": "Delete entity from groups", + "operationId": "groups.group.DeleteGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/acceptedSenders": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get acceptedSenders from groups", + "operationId": "groups.ListAcceptedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Create new navigation property to acceptedSenders for groups", + "operationId": "groups.CreateAcceptedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/acceptedSenders/{directoryObject-id}": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get acceptedSenders from groups", + "operationId": "groups.GetAcceptedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Update the navigation property acceptedSenders in groups", + "operationId": "groups.UpdateAcceptedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Delete navigation property acceptedSenders for groups", + "operationId": "groups.DeleteAcceptedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/calendar": { + "get": { + "tags": [ + "groups.calendar" + ], + "summary": "Get calendar from groups", + "operationId": "groups.GetCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar" + ], + "summary": "Update the navigation property calendar in groups", + "operationId": "groups.UpdateCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar" + ], + "summary": "Delete navigation property calendar for groups", + "operationId": "groups.DeleteCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/calendar/calendarView": { + "get": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Get calendarView from groups", + "operationId": "groups.calendar.ListCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Create new navigation property to calendarView for groups", + "operationId": "groups.calendar.CreateCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView", + "/groups/{group-id}/events/{event-id}/calendar/calendarView" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}": { + "get": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Get calendarView from groups", + "operationId": "groups.calendar.GetCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Update the navigation property calendarView in groups", + "operationId": "groups.calendar.UpdateCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Delete navigation property calendarView for groups", + "operationId": "groups.calendar.DeleteCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "groups.calendar.calendarView.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.calendar.calendarView.ListAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.calendarView.attachment" + ], + "summary": "Create new navigation property to attachments for groups", + "operationId": "groups.calendar.calendarView.CreateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/attachments", + "/groups/{group-id}/calendarView/{event-id}/attachments", + "/groups/{group-id}/events/{event-id}/attachments" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "groups.calendar.calendarView.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.calendar.calendarView.GetAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.calendarView.attachment" + ], + "summary": "Update the navigation property attachments in groups", + "operationId": "groups.calendar.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.calendarView.attachment" + ], + "summary": "Delete navigation property attachments for groups", + "operationId": "groups.calendar.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "groups.calendar.calendarView.calendar" + ], + "summary": "Get calendar from groups", + "operationId": "groups.calendar.calendarView.GetCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.calendarView.calendar" + ], + "summary": "Update the navigation property calendar in groups", + "operationId": "groups.calendar.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.calendarView.calendar" + ], + "summary": "Delete navigation property calendar for groups", + "operationId": "groups.calendar.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/calendar", + "/groups/{group-id}/calendarView/{event-id}/calendar", + "/groups/{group-id}/events/{event-id}/calendar" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "groups.calendar.calendarView.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.calendar.calendarView.ListExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.calendarView.extension" + ], + "summary": "Create new navigation property to extensions for groups", + "operationId": "groups.calendar.calendarView.CreateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/extensions", + "/groups/{group-id}/calendarView/{event-id}/extensions", + "/groups/{group-id}/events/{event-id}/extensions" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "groups.calendar.calendarView.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.calendar.calendarView.GetExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.calendarView.extension" + ], + "summary": "Update the navigation property extensions in groups", + "operationId": "groups.calendar.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.calendarView.extension" + ], + "summary": "Delete navigation property extensions for groups", + "operationId": "groups.calendar.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}", + "/groups/{group-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "groups.calendar.calendarView.event" + ], + "summary": "Get instances from groups", + "operationId": "groups.calendar.calendarView.ListInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.calendarView.event" + ], + "summary": "Create new navigation property to instances for groups", + "operationId": "groups.calendar.calendarView.CreateInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/instances", + "/groups/{group-id}/calendarView/{event-id}/instances", + "/groups/{group-id}/events/{event-id}/instances" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "groups.calendar.calendarView.event" + ], + "summary": "Get instances from groups", + "operationId": "groups.calendar.calendarView.GetInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.calendarView.event" + ], + "summary": "Update the navigation property instances in groups", + "operationId": "groups.calendar.calendarView.UpdateInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.calendarView.event" + ], + "summary": "Delete navigation property instances for groups", + "operationId": "groups.calendar.calendarView.DeleteInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.calendar.calendarView.instances.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.calendar.calendarView.instances.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.calendar.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.calendar.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.calendar.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.calendar.calendarView.instances.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.calendar.calendarView.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.calendar.calendarView.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.calendar.calendarView.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.calendar.calendarView.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.calendar.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendar.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for groups", + "operationId": "groups.calendar.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendar.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in groups", + "operationId": "groups.calendar.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for groups", + "operationId": "groups.calendar.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendar.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for groups", + "operationId": "groups.calendar.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendar.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in groups", + "operationId": "groups.calendar.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for groups", + "operationId": "groups.calendar.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendar/calendarView/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.calendar.calendarView.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/calendar/events": { + "get": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Get events from groups", + "operationId": "groups.calendar.ListEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Create new navigation property to events for groups", + "operationId": "groups.calendar.CreateEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendarView/{event-id}/calendar/events", + "/groups/{group-id}/events/{event-id}/calendar/events" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}": { + "get": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Get events from groups", + "operationId": "groups.calendar.GetEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Update the navigation property events in groups", + "operationId": "groups.calendar.UpdateEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.event" + ], + "summary": "Delete navigation property events for groups", + "operationId": "groups.calendar.DeleteEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/attachments": { + "get": { + "tags": [ + "groups.calendar.events.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.calendar.events.ListAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.events.attachment" + ], + "summary": "Create new navigation property to attachments for groups", + "operationId": "groups.calendar.events.CreateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/attachments", + "/groups/{group-id}/calendarView/{event-id}/attachments", + "/groups/{group-id}/events/{event-id}/attachments" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "groups.calendar.events.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.calendar.events.GetAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.events.attachment" + ], + "summary": "Update the navigation property attachments in groups", + "operationId": "groups.calendar.events.UpdateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.events.attachment" + ], + "summary": "Delete navigation property attachments for groups", + "operationId": "groups.calendar.events.DeleteAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/calendar": { + "get": { + "tags": [ + "groups.calendar.events.calendar" + ], + "summary": "Get calendar from groups", + "operationId": "groups.calendar.events.GetCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.events.calendar" + ], + "summary": "Update the navigation property calendar in groups", + "operationId": "groups.calendar.events.UpdateCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.events.calendar" + ], + "summary": "Delete navigation property calendar for groups", + "operationId": "groups.calendar.events.DeleteCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/calendar", + "/groups/{group-id}/calendarView/{event-id}/calendar", + "/groups/{group-id}/events/{event-id}/calendar" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/extensions": { + "get": { + "tags": [ + "groups.calendar.events.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.calendar.events.ListExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.events.extension" + ], + "summary": "Create new navigation property to extensions for groups", + "operationId": "groups.calendar.events.CreateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/extensions", + "/groups/{group-id}/calendarView/{event-id}/extensions", + "/groups/{group-id}/events/{event-id}/extensions" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "groups.calendar.events.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.calendar.events.GetExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.events.extension" + ], + "summary": "Update the navigation property extensions in groups", + "operationId": "groups.calendar.events.UpdateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.events.extension" + ], + "summary": "Delete navigation property extensions for groups", + "operationId": "groups.calendar.events.DeleteExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}", + "/groups/{group-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/instances": { + "get": { + "tags": [ + "groups.calendar.events.event" + ], + "summary": "Get instances from groups", + "operationId": "groups.calendar.events.ListInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.events.event" + ], + "summary": "Create new navigation property to instances for groups", + "operationId": "groups.calendar.events.CreateInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances", + "/groups/{group-id}/calendarView/{event-id}/instances", + "/groups/{group-id}/events/{event-id}/instances" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "groups.calendar.events.event" + ], + "summary": "Get instances from groups", + "operationId": "groups.calendar.events.GetInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.events.event" + ], + "summary": "Update the navigation property instances in groups", + "operationId": "groups.calendar.events.UpdateInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.events.event" + ], + "summary": "Delete navigation property instances for groups", + "operationId": "groups.calendar.events.DeleteInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.calendar.events.instances.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.calendar.events.instances.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.calendar.events.instances.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.calendar.events.instances.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.calendar.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.calendar.events.instances.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.calendar.events.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.calendar.events.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.calendar.events.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.calendar.events.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.calendar.events.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendar.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for groups", + "operationId": "groups.calendar.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendar.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in groups", + "operationId": "groups.calendar.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for groups", + "operationId": "groups.calendar.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendar.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for groups", + "operationId": "groups.calendar.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendar.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in groups", + "operationId": "groups.calendar.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for groups", + "operationId": "groups.calendar.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendar/events/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.calendar.events.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/calendar/multiValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendar.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for groups", + "operationId": "groups.calendar.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendar.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in groups", + "operationId": "groups.calendar.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for groups", + "operationId": "groups.calendar.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendar/singleValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendar.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for groups", + "operationId": "groups.calendar.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendar.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in groups", + "operationId": "groups.calendar.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for groups", + "operationId": "groups.calendar.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendarView": { + "get": { + "tags": [ + "groups.event" + ], + "summary": "Get calendarView from groups", + "operationId": "groups.ListCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.event" + ], + "summary": "Create new navigation property to calendarView for groups", + "operationId": "groups.CreateCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/calendarView/{event-id}": { + "get": { + "tags": [ + "groups.event" + ], + "summary": "Get calendarView from groups", + "operationId": "groups.GetCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.event" + ], + "summary": "Update the navigation property calendarView in groups", + "operationId": "groups.UpdateCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.event" + ], + "summary": "Delete navigation property calendarView for groups", + "operationId": "groups.DeleteCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "groups.calendarView.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.calendarView.ListAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendarView.attachment" + ], + "summary": "Create new navigation property to attachments for groups", + "operationId": "groups.calendarView.CreateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/attachments", + "/groups/{group-id}/calendar/events/{event-id}/attachments", + "/groups/{group-id}/events/{event-id}/attachments" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "groups.calendarView.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.calendarView.GetAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.attachment" + ], + "summary": "Update the navigation property attachments in groups", + "operationId": "groups.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.attachment" + ], + "summary": "Delete navigation property attachments for groups", + "operationId": "groups.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "groups.calendarView.calendar" + ], + "summary": "Get calendar from groups", + "operationId": "groups.calendarView.GetCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.calendar" + ], + "summary": "Update the navigation property calendar in groups", + "operationId": "groups.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.calendar" + ], + "summary": "Delete navigation property calendar for groups", + "operationId": "groups.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/calendar", + "/groups/{group-id}/calendar/events/{event-id}/calendar", + "/groups/{group-id}/events/{event-id}/calendar" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView": { + "get": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Get calendarView from groups", + "operationId": "groups.calendarView.calendar.ListCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Create new navigation property to calendarView for groups", + "operationId": "groups.calendarView.calendar.CreateCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView", + "/groups/{group-id}/events/{event-id}/calendar/calendarView" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { + "get": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Get calendarView from groups", + "operationId": "groups.calendarView.calendar.GetCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Update the navigation property calendarView in groups", + "operationId": "groups.calendarView.calendar.UpdateCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Delete navigation property calendarView for groups", + "operationId": "groups.calendarView.calendar.DeleteCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.calendarView.calendar.calendarView.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.calendarView.calendar.calendarView.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.calendarView.calendar.calendarView.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.calendarView.calendar.calendarView.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.calendarView.calendar.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.calendarView.calendar.calendarView.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/events": { + "get": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Get events from groups", + "operationId": "groups.calendarView.calendar.ListEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Create new navigation property to events for groups", + "operationId": "groups.calendarView.calendar.CreateEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events", + "/groups/{group-id}/events/{event-id}/calendar/events" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}": { + "get": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Get events from groups", + "operationId": "groups.calendarView.calendar.GetEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Update the navigation property events in groups", + "operationId": "groups.calendarView.calendar.UpdateEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.calendar.event" + ], + "summary": "Delete navigation property events for groups", + "operationId": "groups.calendarView.calendar.DeleteEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.calendarView.calendar.events.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.calendarView.calendar.events.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.calendarView.calendar.events.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.calendarView.calendar.events.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.calendarView.calendar.events.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.calendarView.calendar.events.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendarView.calendar.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for groups", + "operationId": "groups.calendarView.calendar.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/multiValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendarView.calendar.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in groups", + "operationId": "groups.calendarView.calendar.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for groups", + "operationId": "groups.calendarView.calendar.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendarView.calendar.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for groups", + "operationId": "groups.calendarView.calendar.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/singleValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendarView.calendar.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in groups", + "operationId": "groups.calendarView.calendar.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for groups", + "operationId": "groups.calendarView.calendar.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "groups.calendarView.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.calendarView.ListExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendarView.extension" + ], + "summary": "Create new navigation property to extensions for groups", + "operationId": "groups.calendarView.CreateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/extensions", + "/groups/{group-id}/calendar/events/{event-id}/extensions", + "/groups/{group-id}/events/{event-id}/extensions" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "groups.calendarView.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.calendarView.GetExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.extension" + ], + "summary": "Update the navigation property extensions in groups", + "operationId": "groups.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.extension" + ], + "summary": "Delete navigation property extensions for groups", + "operationId": "groups.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/groups/{group-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "groups.calendarView.event" + ], + "summary": "Get instances from groups", + "operationId": "groups.calendarView.ListInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendarView.event" + ], + "summary": "Create new navigation property to instances for groups", + "operationId": "groups.calendarView.CreateInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances", + "/groups/{group-id}/calendar/events/{event-id}/instances", + "/groups/{group-id}/events/{event-id}/instances" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "groups.calendarView.event" + ], + "summary": "Get instances from groups", + "operationId": "groups.calendarView.GetInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.event" + ], + "summary": "Update the navigation property instances in groups", + "operationId": "groups.calendarView.UpdateInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.event" + ], + "summary": "Delete navigation property instances for groups", + "operationId": "groups.calendarView.DeleteInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.calendarView.instances.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.calendarView.instances.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.calendarView.instances.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.calendarView.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.calendarView.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.calendarView.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.calendarView.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for groups", + "operationId": "groups.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in groups", + "operationId": "groups.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for groups", + "operationId": "groups.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "groups.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for groups", + "operationId": "groups.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in groups", + "operationId": "groups.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for groups", + "operationId": "groups.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/calendarView/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.calendarView.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/conversations": { + "get": { + "tags": [ + "groups.conversation" + ], + "summary": "Get conversations from groups", + "operationId": "groups.ListConversations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "topic", + "topic desc", + "hasAttachments", + "hasAttachments desc", + "lastDeliveredDateTime", + "lastDeliveredDateTime desc", + "uniqueSenders", + "uniqueSenders desc", + "preview", + "preview desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "topic", + "hasAttachments", + "lastDeliveredDateTime", + "uniqueSenders", + "preview", + "threads" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of conversation", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.conversation" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.conversation" + ], + "summary": "Create new navigation property to conversations for groups", + "operationId": "groups.CreateConversations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversation" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/conversations/{conversation-id}": { + "get": { + "tags": [ + "groups.conversation" + ], + "summary": "Get conversations from groups", + "operationId": "groups.GetConversations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "topic", + "hasAttachments", + "lastDeliveredDateTime", + "uniqueSenders", + "preview", + "threads" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.conversation" + ], + "summary": "Update the navigation property conversations in groups", + "operationId": "groups.UpdateConversations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversation" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.conversation" + ], + "summary": "Delete navigation property conversations for groups", + "operationId": "groups.DeleteConversations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/conversations/{conversation-id}/threads": { + "get": { + "tags": [ + "groups.conversations.conversationThread" + ], + "summary": "Get threads from groups", + "operationId": "groups.conversations.ListThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "toRecipients", + "toRecipients desc", + "topic", + "topic desc", + "hasAttachments", + "hasAttachments desc", + "lastDeliveredDateTime", + "lastDeliveredDateTime desc", + "uniqueSenders", + "uniqueSenders desc", + "ccRecipients", + "ccRecipients desc", + "preview", + "preview desc", + "isLocked", + "isLocked desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "toRecipients", + "topic", + "hasAttachments", + "lastDeliveredDateTime", + "uniqueSenders", + "ccRecipients", + "preview", + "isLocked", + "posts" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "posts" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of conversationThread", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.conversations.conversationThread" + ], + "summary": "Create new navigation property to threads for groups", + "operationId": "groups.conversations.CreateThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}": { + "get": { + "tags": [ + "groups.conversations.conversationThread" + ], + "summary": "Get threads from groups", + "operationId": "groups.conversations.GetThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "toRecipients", + "topic", + "hasAttachments", + "lastDeliveredDateTime", + "uniqueSenders", + "ccRecipients", + "preview", + "isLocked", + "posts" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "posts" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.conversations.conversationThread" + ], + "summary": "Update the navigation property threads in groups", + "operationId": "groups.conversations.UpdateThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.conversations.conversationThread" + ], + "summary": "Delete navigation property threads for groups", + "operationId": "groups.conversations.DeleteThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action reply", + "operationId": "groups.conversations.threads.reply", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Post": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get posts from groups", + "operationId": "groups.conversations.threads.ListPosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "body", + "body desc", + "receivedDateTime", + "receivedDateTime desc", + "hasAttachments", + "hasAttachments desc", + "from", + "from desc", + "sender", + "sender desc", + "conversationThreadId", + "conversationThreadId desc", + "newParticipants", + "newParticipants desc", + "conversationId", + "conversationId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "body", + "receivedDateTime", + "hasAttachments", + "from", + "sender", + "conversationThreadId", + "newParticipants", + "conversationId", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of post", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Create new navigation property to posts for groups", + "operationId": "groups.conversations.threads.CreatePosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get posts from groups", + "operationId": "groups.conversations.threads.GetPosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "body", + "receivedDateTime", + "hasAttachments", + "from", + "sender", + "conversationThreadId", + "newParticipants", + "conversationId", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Update the navigation property posts in groups", + "operationId": "groups.conversations.threads.UpdatePosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Delete navigation property posts for groups", + "operationId": "groups.conversations.threads.DeletePosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get attachments from groups", + "operationId": "groups.conversations.threads.posts.ListAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Create new navigation property to attachments for groups", + "operationId": "groups.conversations.threads.posts.CreateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get attachments from groups", + "operationId": "groups.conversations.threads.posts.GetAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Update the navigation property attachments in groups", + "operationId": "groups.conversations.threads.posts.UpdateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Delete navigation property attachments for groups", + "operationId": "groups.conversations.threads.posts.DeleteAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get extensions from groups", + "operationId": "groups.conversations.threads.posts.ListExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Create new navigation property to extensions for groups", + "operationId": "groups.conversations.threads.posts.CreateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get extensions from groups", + "operationId": "groups.conversations.threads.posts.GetExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Update the navigation property extensions in groups", + "operationId": "groups.conversations.threads.posts.UpdateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Delete navigation property extensions for groups", + "operationId": "groups.conversations.threads.posts.DeleteExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get inReplyTo from groups", + "operationId": "groups.conversations.threads.posts.GetInReplyTo", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "body", + "receivedDateTime", + "hasAttachments", + "from", + "sender", + "conversationThreadId", + "newParticipants", + "conversationId", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Update the navigation property inReplyTo in groups", + "operationId": "groups.conversations.threads.posts.UpdateInReplyTo", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Delete navigation property inReplyTo for groups", + "operationId": "groups.conversations.threads.posts.DeleteInReplyTo", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action forward", + "operationId": "groups.conversations.threads.posts.inReplyTo.forward", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "ToRecipients": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action reply", + "operationId": "groups.conversations.threads.posts.inReplyTo.reply", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Post": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action forward", + "operationId": "groups.conversations.threads.posts.forward", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "ToRecipients": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action reply", + "operationId": "groups.conversations.threads.posts.reply", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Post": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "/groups/{group-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.conversations.threads.posts.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for groups", + "operationId": "groups.conversations.threads.posts.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.conversations.threads.posts.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Update the navigation property multiValueExtendedProperties in groups", + "operationId": "groups.conversations.threads.posts.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Delete navigation property multiValueExtendedProperties for groups", + "operationId": "groups.conversations.threads.posts.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.conversations.threads.posts.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for groups", + "operationId": "groups.conversations.threads.posts.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + ] + }, + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.conversations.threads.posts.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Update the navigation property singleValueExtendedProperties in groups", + "operationId": "groups.conversations.threads.posts.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.conversations.threads.post" + ], + "summary": "Delete navigation property singleValueExtendedProperties for groups", + "operationId": "groups.conversations.threads.posts.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversation-id", + "in": "path", + "description": "key: id of conversation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversation" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/createdOnBehalfOf": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get createdOnBehalfOf from groups", + "operationId": "groups.GetCreatedOnBehalfOf", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/createdOnBehalfOf/$ref": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get ref of createdOnBehalfOf from groups", + "operationId": "groups.GetRefCreatedOnBehalfOf", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Update the ref of navigation property createdOnBehalfOf in groups", + "operationId": "groups.UpdateRefCreatedOnBehalfOf", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Delete ref of navigation property createdOnBehalfOf for groups", + "operationId": "groups.DeleteRefCreatedOnBehalfOf", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/drive": { + "get": { + "tags": [ + "groups.drive" + ], + "summary": "Get drive from groups", + "operationId": "groups.GetDrive", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.drive" + ], + "summary": "Update the navigation property drive in groups", + "operationId": "groups.UpdateDrive", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.drive" + ], + "summary": "Delete navigation property drive for groups", + "operationId": "groups.DeleteDrive", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/drives": { + "get": { + "tags": [ + "groups.drive" + ], + "summary": "Get drives from groups", + "operationId": "groups.ListDrives", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "driveType", + "driveType desc", + "owner", + "owner desc", + "quota", + "quota desc", + "sharePointIds", + "sharePointIds desc", + "system", + "system desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of drive", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.drive" + ], + "summary": "Create new navigation property to drives for groups", + "operationId": "groups.CreateDrives", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/drives/{drive-id}": { + "get": { + "tags": [ + "groups.drive" + ], + "summary": "Get drives from groups", + "operationId": "groups.GetDrives", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.drive" + ], + "summary": "Update the navigation property drives in groups", + "operationId": "groups.UpdateDrives", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.drive" + ], + "summary": "Delete navigation property drives for groups", + "operationId": "groups.DeleteDrives", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/events": { + "get": { + "tags": [ + "groups.event" + ], + "summary": "Get events from groups", + "operationId": "groups.ListEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.event" + ], + "summary": "Create new navigation property to events for groups", + "operationId": "groups.CreateEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/events/{event-id}": { + "get": { + "tags": [ + "groups.event" + ], + "summary": "Get events from groups", + "operationId": "groups.GetEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.event" + ], + "summary": "Update the navigation property events in groups", + "operationId": "groups.UpdateEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.event" + ], + "summary": "Delete navigation property events for groups", + "operationId": "groups.DeleteEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/events/{event-id}/attachments": { + "get": { + "tags": [ + "groups.events.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.events.ListAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.events.attachment" + ], + "summary": "Create new navigation property to attachments for groups", + "operationId": "groups.events.CreateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/attachments", + "/groups/{group-id}/calendar/events/{event-id}/attachments", + "/groups/{group-id}/calendarView/{event-id}/attachments" + ] + }, + "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "groups.events.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.events.GetAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.attachment" + ], + "summary": "Update the navigation property attachments in groups", + "operationId": "groups.events.UpdateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.attachment" + ], + "summary": "Delete navigation property attachments for groups", + "operationId": "groups.events.DeleteAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar": { + "get": { + "tags": [ + "groups.events.calendar" + ], + "summary": "Get calendar from groups", + "operationId": "groups.events.GetCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.calendar" + ], + "summary": "Update the navigation property calendar in groups", + "operationId": "groups.events.UpdateCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.calendar" + ], + "summary": "Delete navigation property calendar for groups", + "operationId": "groups.events.DeleteCalendar", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/calendar", + "/groups/{group-id}/calendar/events/{event-id}/calendar", + "/groups/{group-id}/calendarView/{event-id}/calendar" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/calendarView": { + "get": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Get calendarView from groups", + "operationId": "groups.events.calendar.ListCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Create new navigation property to calendarView for groups", + "operationId": "groups.events.calendar.CreateCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}": { + "get": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Get calendarView from groups", + "operationId": "groups.events.calendar.GetCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Update the navigation property calendarView in groups", + "operationId": "groups.events.calendar.UpdateCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Delete navigation property calendarView for groups", + "operationId": "groups.events.calendar.DeleteCalendarView", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.events.calendar.calendarView.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.events.calendar.calendarView.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.events.calendar.calendarView.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.events.calendar.calendarView.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.events.calendar.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.events.calendar.calendarView.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/events": { + "get": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Get events from groups", + "operationId": "groups.events.calendar.ListEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Create new navigation property to events for groups", + "operationId": "groups.events.calendar.CreateEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events", + "/groups/{group-id}/calendarView/{event-id}/calendar/events" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}": { + "get": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Get events from groups", + "operationId": "groups.events.calendar.GetEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Update the navigation property events in groups", + "operationId": "groups.events.calendar.UpdateEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.calendar.event" + ], + "summary": "Delete navigation property events for groups", + "operationId": "groups.events.calendar.DeleteEvents", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/events/{event-id}", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.events.calendar.events.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.events.calendar.events.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.events.calendar.events.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.events.calendar.events.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.events.calendar.events.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/events/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.events.calendar.events.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties": { + "get": { + "tags": [ + "groups.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.events.calendar.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for groups", + "operationId": "groups.events.calendar.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/multiValueExtendedProperties", + "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.events.calendar.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in groups", + "operationId": "groups.events.calendar.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for groups", + "operationId": "groups.events.calendar.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties": { + "get": { + "tags": [ + "groups.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.events.calendar.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for groups", + "operationId": "groups.events.calendar.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/singleValueExtendedProperties", + "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.events.calendar.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in groups", + "operationId": "groups.events.calendar.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for groups", + "operationId": "groups.events.calendar.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/events/{event-id}/extensions": { + "get": { + "tags": [ + "groups.events.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.events.ListExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.events.extension" + ], + "summary": "Create new navigation property to extensions for groups", + "operationId": "groups.events.CreateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/extensions", + "/groups/{group-id}/calendar/events/{event-id}/extensions", + "/groups/{group-id}/calendarView/{event-id}/extensions" + ] + }, + "/groups/{group-id}/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "groups.events.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.events.GetExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.extension" + ], + "summary": "Update the navigation property extensions in groups", + "operationId": "groups.events.UpdateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.extension" + ], + "summary": "Delete navigation property extensions for groups", + "operationId": "groups.events.DeleteExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}" + ] + }, + "/groups/{group-id}/events/{event-id}/instances": { + "get": { + "tags": [ + "groups.events.event" + ], + "summary": "Get instances from groups", + "operationId": "groups.events.ListInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.events.event" + ], + "summary": "Create new navigation property to instances for groups", + "operationId": "groups.events.CreateInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances", + "/groups/{group-id}/calendar/events/{event-id}/instances", + "/groups/{group-id}/calendarView/{event-id}/instances" + ] + }, + "/groups/{group-id}/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "groups.events.event" + ], + "summary": "Get instances from groups", + "operationId": "groups.events.GetInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.event" + ], + "summary": "Update the navigation property instances in groups", + "operationId": "groups.events.UpdateInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.event" + ], + "summary": "Delete navigation property instances for groups", + "operationId": "groups.events.DeleteInstances", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}" + ] + }, + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.events.instances.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/accept" + ] + }, + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.events.instances.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/decline" + ] + }, + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.events.instances.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/dismissReminder" + ] + }, + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.events.instances.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/snoozeReminder" + ] + }, + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/groups/{group-id}/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.events.instances.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/events/{event-id}/accept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action accept", + "operationId": "groups.events.accept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/calendarView/{event-id}/accept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendar/events/{event-id}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/groups/{group-id}/calendarView/{event-id}/accept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept" + ] + }, + "/groups/{group-id}/events/{event-id}/decline": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action decline", + "operationId": "groups.events.decline", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/calendarView/{event-id}/decline", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendar/events/{event-id}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/groups/{group-id}/calendarView/{event-id}/decline", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline" + ] + }, + "/groups/{group-id}/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "groups.events.dismissReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/groups/{group-id}/calendarView/{event-id}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder" + ] + }, + "/groups/{group-id}/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "groups.events.snoozeReminder", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/groups/{group-id}/calendarView/{event-id}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder" + ] + }, + "/groups/{group-id}/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "groups.events.tentativelyAccept", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/groups/{group-id}/calendarView/{event-id}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept" + ] + }, + "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "groups.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.events.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for groups", + "operationId": "groups.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties" + ] + }, + "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in groups", + "operationId": "groups.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for groups", + "operationId": "groups.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "groups.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.events.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for groups", + "operationId": "groups.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties" + ] + }, + "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.events.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in groups", + "operationId": "groups.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.events.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for groups", + "operationId": "groups.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/events/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.events.delta", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/delta()" + ] + }, + "/groups/{group-id}/extensions": { + "get": { + "tags": [ + "groups.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.ListExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.extension" + ], + "summary": "Create new navigation property to extensions for groups", + "operationId": "groups.CreateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "groups.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.GetExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.extension" + ], + "summary": "Update the navigation property extensions in groups", + "operationId": "groups.UpdateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.extension" + ], + "summary": "Delete navigation property extensions for groups", + "operationId": "groups.DeleteExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/groupLifecyclePolicies": { + "get": { + "tags": [ + "groups.groupLifecyclePolicy" + ], + "summary": "Get groupLifecyclePolicies from groups", + "operationId": "groups.ListGroupLifecyclePolicies", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "groupLifetimeInDays", + "groupLifetimeInDays desc", + "managedGroupTypes", + "managedGroupTypes desc", + "alternateNotificationEmails", + "alternateNotificationEmails desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "groupLifetimeInDays", + "managedGroupTypes", + "alternateNotificationEmails" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of groupLifecyclePolicy", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.groupLifecyclePolicy" + ], + "summary": "Create new navigation property to groupLifecyclePolicies for groups", + "operationId": "groups.CreateGroupLifecyclePolicies", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}": { + "get": { + "tags": [ + "groups.groupLifecyclePolicy" + ], + "summary": "Get groupLifecyclePolicies from groups", + "operationId": "groups.GetGroupLifecyclePolicies", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "groupLifecyclePolicy-id", + "in": "path", + "description": "key: id of groupLifecyclePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupLifecyclePolicy" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "groupLifetimeInDays", + "managedGroupTypes", + "alternateNotificationEmails" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.groupLifecyclePolicy" + ], + "summary": "Update the navigation property groupLifecyclePolicies in groups", + "operationId": "groups.UpdateGroupLifecyclePolicies", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "groupLifecyclePolicy-id", + "in": "path", + "description": "key: id of groupLifecyclePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupLifecyclePolicy" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.groupLifecyclePolicy" + ], + "summary": "Delete navigation property groupLifecyclePolicies for groups", + "operationId": "groups.DeleteGroupLifecyclePolicies", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "groupLifecyclePolicy-id", + "in": "path", + "description": "key: id of groupLifecyclePolicy", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupLifecyclePolicy" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/memberOf": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get memberOf from groups", + "operationId": "groups.ListMemberOf", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/memberOf/$ref": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get ref of memberOf from groups", + "operationId": "groups.ListRefMemberOf", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Create new navigation property ref to memberOf for groups", + "operationId": "groups.CreateRefMemberOf", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/members": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get members from groups", + "operationId": "groups.ListMembers", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/members/$ref": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get ref of members from groups", + "operationId": "groups.ListRefMembers", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Create new navigation property ref to members for groups", + "operationId": "groups.CreateRefMembers", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/addFavorite": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action addFavorite", + "operationId": "groups.addFavorite", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/checkMemberGroups": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "groups.checkMemberGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/getMemberGroups": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "groups.getMemberGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/getMemberObjects": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "groups.getMemberObjects", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/removeFavorite": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action removeFavorite", + "operationId": "groups.removeFavorite", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/renew": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action renew", + "operationId": "groups.renew", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/resetUnseenCount": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action resetUnseenCount", + "operationId": "groups.resetUnseenCount", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/restore": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action restore", + "operationId": "groups.restore", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/subscribeByMail": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action subscribeByMail", + "operationId": "groups.subscribeByMail", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/unsubscribeByMail": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action unsubscribeByMail", + "operationId": "groups.unsubscribeByMail", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groups/{group-id}/onenote": { + "get": { + "tags": [ + "groups.onenote" + ], + "summary": "Get onenote from groups", + "operationId": "groups.GetOnenote", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "notebooks", + "sections", + "sectionGroups", + "pages", + "resources", + "operations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "notebooks", + "sections", + "sectionGroups", + "pages", + "resources", + "operations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote" + ], + "summary": "Update the navigation property onenote in groups", + "operationId": "groups.UpdateOnenote", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote" + ], + "summary": "Delete navigation property onenote for groups", + "operationId": "groups.DeleteOnenote", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/notebooks": { + "get": { + "tags": [ + "groups.onenote.notebook" + ], + "summary": "Get notebooks from groups", + "operationId": "groups.onenote.ListNotebooks", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "userRole", + "userRole desc", + "isShared", + "isShared desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc", + "links", + "links desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of notebook", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.notebook" + ], + "summary": "Create new navigation property to notebooks for groups", + "operationId": "groups.onenote.CreateNotebooks", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}": { + "get": { + "tags": [ + "groups.onenote.notebook" + ], + "summary": "Get notebooks from groups", + "operationId": "groups.onenote.GetNotebooks", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebook" + ], + "summary": "Update the navigation property notebooks in groups", + "operationId": "groups.onenote.UpdateNotebooks", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebook" + ], + "summary": "Delete navigation property notebooks for groups", + "operationId": "groups.onenote.DeleteNotebooks", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.notebooks.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.notebooks.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.notebooks.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.notebooks.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.notebooks.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.notebooks.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.notebooks.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to pages for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property pages in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property pages for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get media content for the navigation property pages from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.GetPagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update media content for the navigation property pages in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.UpdatePagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function preview", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSection from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.GetParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSection in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSection for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.notebooks.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.notebooks.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.notebooks.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.notebooks.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.notebooks.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.notebooks.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.notebooks.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.notebooks.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.notebooks.sections.ListPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to pages for groups", + "operationId": "groups.onenote.notebooks.sections.CreatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.notebooks.sections.GetPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property pages in groups", + "operationId": "groups.onenote.notebooks.sections.UpdatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property pages for groups", + "operationId": "groups.onenote.notebooks.sections.DeletePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from groups", + "operationId": "groups.onenote.notebooks.sections.GetPagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in groups", + "operationId": "groups.onenote.notebooks.sections.UpdatePagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "groups.onenote.notebooks.sections.pages.copyToSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "groups.onenote.notebooks.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function preview", + "operationId": "groups.onenote.notebooks.sections.pages.preview", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.notebooks.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.notebooks.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.notebooks.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.notebooks.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSection from groups", + "operationId": "groups.onenote.notebooks.sections.pages.GetParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSection in groups", + "operationId": "groups.onenote.notebooks.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSection for groups", + "operationId": "groups.onenote.notebooks.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.notebooks.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.notebooks.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.notebooks.sections.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.notebooks.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.notebooks.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.notebooks.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.notebooks.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.notebooks.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.notebooks.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.notebooks.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function getRecentNotebooks", + "operationId": "groups.onenote.notebooks.getRecentNotebooks", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "includePersonalNotebooks", + "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recentNotebook" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/groups/{group-id}/onenote/operations": { + "get": { + "tags": [ + "groups.onenote.onenoteOperation" + ], + "summary": "Get operations from groups", + "operationId": "groups.onenote.ListOperations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "status", + "status desc", + "createdDateTime", + "createdDateTime desc", + "lastActionDateTime", + "lastActionDateTime desc", + "resourceLocation", + "resourceLocation desc", + "resourceId", + "resourceId desc", + "error", + "error desc", + "percentComplete", + "percentComplete desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "createdDateTime", + "lastActionDateTime", + "resourceLocation", + "resourceId", + "error", + "percentComplete" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteOperation", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.onenoteOperation" + ], + "summary": "Create new navigation property to operations for groups", + "operationId": "groups.onenote.CreateOperations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/operations/{onenoteOperation-id}": { + "get": { + "tags": [ + "groups.onenote.onenoteOperation" + ], + "summary": "Get operations from groups", + "operationId": "groups.onenote.GetOperations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "createdDateTime", + "lastActionDateTime", + "resourceLocation", + "resourceId", + "error", + "percentComplete" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.onenoteOperation" + ], + "summary": "Update the navigation property operations in groups", + "operationId": "groups.onenote.UpdateOperations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.onenoteOperation" + ], + "summary": "Delete navigation property operations for groups", + "operationId": "groups.onenote.DeleteOperations", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/pages": { + "get": { + "tags": [ + "groups.onenote.onenotePage" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.ListPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.onenotePage" + ], + "summary": "Create new navigation property to pages for groups", + "operationId": "groups.onenote.CreatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}": { + "get": { + "tags": [ + "groups.onenote.onenotePage" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.GetPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.onenotePage" + ], + "summary": "Update the navigation property pages in groups", + "operationId": "groups.onenote.UpdatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.onenotePage" + ], + "summary": "Delete navigation property pages for groups", + "operationId": "groups.onenote.DeletePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "groups.onenote.onenotePage" + ], + "summary": "Get media content for the navigation property pages from groups", + "operationId": "groups.onenote.GetPagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.onenotePage" + ], + "summary": "Update media content for the navigation property pages in groups", + "operationId": "groups.onenote.UpdatePagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "groups.onenote.pages.copyToSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "groups.onenote.pages.onenotePatchContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function preview", + "operationId": "groups.onenote.pages.preview", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.pages.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Create new navigation property to pages for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property pages in groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property pages for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get media content for the navigation property pages from groups", + "operationId": "groups.onenote.parentNotebook.sectionGroups.sections.pages.GetPagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update media content for the navigation property pages in groups", + "operationId": "groups.onenote.parentNotebook.sectionGroups.sections.pages.UpdatePagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function preview", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.pages.parentNotebook.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.ListPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Create new navigation property to pages for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.CreatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.GetPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property pages in groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.UpdatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property pages for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.DeletePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get media content for the navigation property pages from groups", + "operationId": "groups.onenote.parentNotebook.sections.pages.GetPagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update media content for the navigation property pages in groups", + "operationId": "groups.onenote.parentNotebook.sections.pages.UpdatePagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "groups.onenote.pages.parentNotebook.sections.pages.copyToSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "groups.onenote.pages.parentNotebook.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function preview", + "operationId": "groups.onenote.pages.parentNotebook.sections.pages.preview", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.pages.parentNotebook.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get parentSection from groups", + "operationId": "groups.onenote.pages.GetParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSection in groups", + "operationId": "groups.onenote.pages.UpdateParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSection for groups", + "operationId": "groups.onenote.pages.DeleteParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.pages.parentSection.ListPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to pages for groups", + "operationId": "groups.onenote.pages.parentSection.CreatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.pages.parentSection.GetPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property pages in groups", + "operationId": "groups.onenote.pages.parentSection.UpdatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property pages for groups", + "operationId": "groups.onenote.pages.parentSection.DeletePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from groups", + "operationId": "groups.onenote.parentSection.pages.GetPagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in groups", + "operationId": "groups.onenote.parentSection.pages.UpdatePagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "groups.onenote.pages.parentSection.pages.copyToSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "groups.onenote.pages.parentSection.pages.onenotePatchContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function preview", + "operationId": "groups.onenote.pages.parentSection.pages.preview", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.pages.parentSection.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.pages.parentSection.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.pages.parentSection.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.pages.parentSection.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.pages.parentSection.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.pages.parentSection.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.pages.parentSection.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.pages.parentSection.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/resources": { + "get": { + "tags": [ + "groups.onenote.onenoteResource" + ], + "summary": "Get resources from groups", + "operationId": "groups.onenote.ListResources", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "content", + "content desc", + "contentUrl", + "contentUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "content", + "contentUrl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteResource", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.onenoteResource" + ], + "summary": "Create new navigation property to resources for groups", + "operationId": "groups.onenote.CreateResources", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/resources/{onenoteResource-id}": { + "get": { + "tags": [ + "groups.onenote.onenoteResource" + ], + "summary": "Get resources from groups", + "operationId": "groups.onenote.GetResources", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "content", + "contentUrl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.onenoteResource" + ], + "summary": "Update the navigation property resources in groups", + "operationId": "groups.onenote.UpdateResources", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.onenoteResource" + ], + "summary": "Delete navigation property resources for groups", + "operationId": "groups.onenote.DeleteResources", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content": { + "get": { + "tags": [ + "groups.onenote.onenoteResource" + ], + "summary": "Get media content for the navigation property resources from groups", + "operationId": "groups.onenote.GetResourcesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.onenoteResource" + ], + "summary": "Update media content for the navigation property resources in groups", + "operationId": "groups.onenote.UpdateResourcesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.ListPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to pages for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.CreatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.GetPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property pages in groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.UpdatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property pages for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.DeletePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get media content for the navigation property pages from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.GetPagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Update media content for the navigation property pages in groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.UpdatePagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.copyToSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function preview", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.preview", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get parentSection from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.GetParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentSection in groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentSection for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.sectionGroups.parentNotebook.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sectionGroups.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sectionGroups.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sectionGroups.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to pages for groups", + "operationId": "groups.onenote.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property pages in groups", + "operationId": "groups.onenote.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property pages for groups", + "operationId": "groups.onenote.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from groups", + "operationId": "groups.onenote.sectionGroups.sections.GetPagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in groups", + "operationId": "groups.onenote.sectionGroups.sections.UpdatePagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "groups.onenote.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "groups.onenote.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function preview", + "operationId": "groups.onenote.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentSection from groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.GetParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentSection in groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentSection for groups", + "operationId": "groups.onenote.sectionGroups.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sectionGroups.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sectionGroups.sections.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections": { + "get": { + "tags": [ + "groups.onenote.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.onenoteSection" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "groups.onenote.onenoteSection" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.onenoteSection" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.onenoteSection" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.sections.ListPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to pages for groups", + "operationId": "groups.onenote.sections.CreatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get pages from groups", + "operationId": "groups.onenote.sections.GetPages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property pages in groups", + "operationId": "groups.onenote.sections.UpdatePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property pages for groups", + "operationId": "groups.onenote.sections.DeletePages", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get media content for the navigation property pages from groups", + "operationId": "groups.onenote.sections.GetPagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update media content for the navigation property pages in groups", + "operationId": "groups.onenote.sections.UpdatePagesContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "groups.onenote.sections.pages.copyToSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "groups.onenote.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function preview", + "operationId": "groups.onenote.sections.pages.preview", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sections.pages.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sections.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sections.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sections.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Get parentSection from groups", + "operationId": "groups.onenote.sections.pages.GetParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentSection in groups", + "operationId": "groups.onenote.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentSection for groups", + "operationId": "groups.onenote.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sections.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sections.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sections.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sections.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sections.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.parentNotebook.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sections.parentNotebook.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.parentNotebook.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sections.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.notebook" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sections.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sections.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sections.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get parentNotebook from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in groups", + "operationId": "groups.onenote.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sections.parentSectionGroup.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get parentSectionGroup from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in groups", + "operationId": "groups.onenote.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in groups", + "operationId": "groups.onenote.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sections for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Get sections from groups", + "operationId": "groups.onenote.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sections in groups", + "operationId": "groups.onenote.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sections for groups", + "operationId": "groups.onenote.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "groups.onenote.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "groups.onenote.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/groups/{group-id}/owners": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get owners from groups", + "operationId": "groups.ListOwners", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/owners/$ref": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get ref of owners from groups", + "operationId": "groups.ListRefOwners", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Create new navigation property ref to owners for groups", + "operationId": "groups.CreateRefOwners", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/photo": { + "get": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Get photo from groups", + "operationId": "groups.GetPhoto", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Update the navigation property photo in groups", + "operationId": "groups.UpdatePhoto", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Delete navigation property photo for groups", + "operationId": "groups.DeletePhoto", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/photo/$value": { + "get": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Get media content for the navigation property photo from groups", + "operationId": "groups.GetPhotoContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Update media content for the navigation property photo in groups", + "operationId": "groups.UpdatePhotoContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/photos": { + "get": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Get photos from groups", + "operationId": "groups.ListPhotos", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "height", + "height desc", + "width", + "width desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of profilePhoto", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Create new navigation property to photos for groups", + "operationId": "groups.CreatePhotos", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/photos/{profilePhoto-id}": { + "get": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Get photos from groups", + "operationId": "groups.GetPhotos", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Update the navigation property photos in groups", + "operationId": "groups.UpdatePhotos", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Delete navigation property photos for groups", + "operationId": "groups.DeletePhotos", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/photos/{profilePhoto-id}/$value": { + "get": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Get media content for the navigation property photos from groups", + "operationId": "groups.GetPhotosContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "groups.profilePhoto" + ], + "summary": "Update media content for the navigation property photos in groups", + "operationId": "groups.UpdatePhotosContent", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/planner": { + "get": { + "tags": [ + "groups.plannerGroup" + ], + "summary": "Get planner from groups", + "operationId": "groups.GetPlanner", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "plans" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "plans" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.plannerGroup" + ], + "summary": "Update the navigation property planner in groups", + "operationId": "groups.UpdatePlanner", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.plannerGroup" + ], + "summary": "Delete navigation property planner for groups", + "operationId": "groups.DeletePlanner", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/planner/plans": { + "get": { + "tags": [ + "groups.planner.plannerPlan" + ], + "summary": "Get plans from groups", + "operationId": "groups.planner.ListPlans", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "owner", + "owner desc", + "title", + "title desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "owner", + "title", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerPlan", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/planner/plans/$ref": { + "get": { + "tags": [ + "groups.planner.plannerPlan" + ], + "summary": "Get ref of plans from groups", + "operationId": "groups.planner.ListRefPlans", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "owner", + "owner desc", + "title", + "title desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of plannerPlan", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.planner.plannerPlan" + ], + "summary": "Create new navigation property ref to plans for groups", + "operationId": "groups.planner.CreateRefPlans", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/rejectedSenders": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get rejectedSenders from groups", + "operationId": "groups.ListRejectedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Create new navigation property to rejectedSenders for groups", + "operationId": "groups.CreateRejectedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/rejectedSenders/{directoryObject-id}": { + "get": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Get rejectedSenders from groups", + "operationId": "groups.GetRejectedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Update the navigation property rejectedSenders in groups", + "operationId": "groups.UpdateRejectedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.directoryObject" + ], + "summary": "Delete navigation property rejectedSenders for groups", + "operationId": "groups.DeleteRejectedSenders", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "directoryObject-id", + "in": "path", + "description": "key: id of directoryObject", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "directoryObject" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/settings": { + "get": { + "tags": [ + "groups.groupSetting" + ], + "summary": "Get settings from groups", + "operationId": "groups.ListSettings", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "templateId", + "templateId desc", + "values", + "values desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "templateId", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of groupSetting", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.groupSetting" + ], + "summary": "Create new navigation property to settings for groups", + "operationId": "groups.CreateSettings", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/settings/{groupSetting-id}": { + "get": { + "tags": [ + "groups.groupSetting" + ], + "summary": "Get settings from groups", + "operationId": "groups.GetSettings", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "groupSetting-id", + "in": "path", + "description": "key: id of groupSetting", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSetting" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "templateId", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.groupSetting" + ], + "summary": "Update the navigation property settings in groups", + "operationId": "groups.UpdateSettings", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "groupSetting-id", + "in": "path", + "description": "key: id of groupSetting", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSetting" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.groupSetting" + ], + "summary": "Delete navigation property settings for groups", + "operationId": "groups.DeleteSettings", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "groupSetting-id", + "in": "path", + "description": "key: id of groupSetting", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSetting" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/sites": { + "get": { + "tags": [ + "groups.site" + ], + "summary": "Get sites from groups", + "operationId": "groups.ListSites", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "displayName", + "displayName desc", + "root", + "root desc", + "sharepointIds", + "sharepointIds desc", + "siteCollection", + "siteCollection desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "root", + "sharepointIds", + "siteCollection", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of site", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.site" + ], + "summary": "Create new navigation property to sites for groups", + "operationId": "groups.CreateSites", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/sites/{site-id}": { + "get": { + "tags": [ + "groups.site" + ], + "summary": "Get sites from groups", + "operationId": "groups.GetSites", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "root", + "sharepointIds", + "siteCollection", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.site" + ], + "summary": "Update the navigation property sites in groups", + "operationId": "groups.UpdateSites", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.site" + ], + "summary": "Delete navigation property sites for groups", + "operationId": "groups.DeleteSites", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/threads": { + "get": { + "tags": [ + "groups.conversationThread" + ], + "summary": "Get threads from groups", + "operationId": "groups.ListThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "toRecipients", + "toRecipients desc", + "topic", + "topic desc", + "hasAttachments", + "hasAttachments desc", + "lastDeliveredDateTime", + "lastDeliveredDateTime desc", + "uniqueSenders", + "uniqueSenders desc", + "ccRecipients", + "ccRecipients desc", + "preview", + "preview desc", + "isLocked", + "isLocked desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "toRecipients", + "topic", + "hasAttachments", + "lastDeliveredDateTime", + "uniqueSenders", + "ccRecipients", + "preview", + "isLocked", + "posts" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of conversationThread", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.conversationThread" + ], + "summary": "Create new navigation property to threads for groups", + "operationId": "groups.CreateThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/threads/{conversationThread-id}": { + "get": { + "tags": [ + "groups.conversationThread" + ], + "summary": "Get threads from groups", + "operationId": "groups.GetThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "toRecipients", + "topic", + "hasAttachments", + "lastDeliveredDateTime", + "uniqueSenders", + "ccRecipients", + "preview", + "isLocked", + "posts" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.conversationThread" + ], + "summary": "Update the navigation property threads in groups", + "operationId": "groups.UpdateThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.conversationThread" + ], + "summary": "Delete navigation property threads for groups", + "operationId": "groups.DeleteThreads", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groups/{group-id}/threads/{conversationThread-id}/reply": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action reply", + "operationId": "groups.threads.reply", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Post": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts": { + "get": { + "tags": [ + "groups.threads.post" + ], + "summary": "Get posts from groups", + "operationId": "groups.threads.ListPosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "body", + "body desc", + "receivedDateTime", + "receivedDateTime desc", + "hasAttachments", + "hasAttachments desc", + "from", + "from desc", + "sender", + "sender desc", + "conversationThreadId", + "conversationThreadId desc", + "newParticipants", + "newParticipants desc", + "conversationId", + "conversationId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "body", + "receivedDateTime", + "hasAttachments", + "from", + "sender", + "conversationThreadId", + "newParticipants", + "conversationId", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of post", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.threads.post" + ], + "summary": "Create new navigation property to posts for groups", + "operationId": "groups.threads.CreatePosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}": { + "get": { + "tags": [ + "groups.threads.post" + ], + "summary": "Get posts from groups", + "operationId": "groups.threads.GetPosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "body", + "receivedDateTime", + "hasAttachments", + "from", + "sender", + "conversationThreadId", + "newParticipants", + "conversationId", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.threads.post" + ], + "summary": "Update the navigation property posts in groups", + "operationId": "groups.threads.UpdatePosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.threads.post" + ], + "summary": "Delete navigation property posts for groups", + "operationId": "groups.threads.DeletePosts", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { + "get": { + "tags": [ + "groups.threads.posts.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.threads.posts.ListAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.threads.posts.attachment" + ], + "summary": "Create new navigation property to attachments for groups", + "operationId": "groups.threads.posts.CreateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "groups.threads.posts.attachment" + ], + "summary": "Get attachments from groups", + "operationId": "groups.threads.posts.GetAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.threads.posts.attachment" + ], + "summary": "Update the navigation property attachments in groups", + "operationId": "groups.threads.posts.UpdateAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.threads.posts.attachment" + ], + "summary": "Delete navigation property attachments for groups", + "operationId": "groups.threads.posts.DeleteAttachments", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { + "get": { + "tags": [ + "groups.threads.posts.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.threads.posts.ListExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.threads.posts.extension" + ], + "summary": "Create new navigation property to extensions for groups", + "operationId": "groups.threads.posts.CreateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "groups.threads.posts.extension" + ], + "summary": "Get extensions from groups", + "operationId": "groups.threads.posts.GetExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.threads.posts.extension" + ], + "summary": "Update the navigation property extensions in groups", + "operationId": "groups.threads.posts.UpdateExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.threads.posts.extension" + ], + "summary": "Delete navigation property extensions for groups", + "operationId": "groups.threads.posts.DeleteExtensions", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { + "get": { + "tags": [ + "groups.threads.posts.post" + ], + "summary": "Get inReplyTo from groups", + "operationId": "groups.threads.posts.GetInReplyTo", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "body", + "receivedDateTime", + "hasAttachments", + "from", + "sender", + "conversationThreadId", + "newParticipants", + "conversationId", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "inReplyTo", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.threads.posts.post" + ], + "summary": "Update the navigation property inReplyTo in groups", + "operationId": "groups.threads.posts.UpdateInReplyTo", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.threads.posts.post" + ], + "summary": "Delete navigation property inReplyTo for groups", + "operationId": "groups.threads.posts.DeleteInReplyTo", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action forward", + "operationId": "groups.threads.posts.inReplyTo.forward", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "ToRecipients": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action reply", + "operationId": "groups.threads.posts.inReplyTo.reply", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Post": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action forward", + "operationId": "groups.threads.posts.forward", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "ToRecipients": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action reply", + "operationId": "groups.threads.posts.reply", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Post": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/reply", + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "groups.threads.posts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.threads.posts.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.threads.posts.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for groups", + "operationId": "groups.threads.posts.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.threads.posts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from groups", + "operationId": "groups.threads.posts.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.threads.posts.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in groups", + "operationId": "groups.threads.posts.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.threads.posts.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for groups", + "operationId": "groups.threads.posts.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "groups.threads.posts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.threads.posts.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "groups.threads.posts.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for groups", + "operationId": "groups.threads.posts.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties" + ] + }, + "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "groups.threads.posts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from groups", + "operationId": "groups.threads.posts.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groups.threads.posts.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in groups", + "operationId": "groups.threads.posts.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groups.threads.posts.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for groups", + "operationId": "groups.threads.posts.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "group-id", + "in": "path", + "description": "key: id of group", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "group" + }, + { + "name": "conversationThread-id", + "in": "path", + "description": "key: id of conversationThread", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "conversationThread" + }, + { + "name": "post-id", + "in": "path", + "description": "key: id of post", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "post" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/groups/delta()": { + "get": { + "tags": [ + "groups.Functions" + ], + "summary": "Invoke function delta", + "operationId": "groups.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.group" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendar/events/{event-id}/instances/delta()", + "/groups/{group-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/calendarView/{event-id}/calendar/events/delta()", + "/groups/{group-id}/calendarView/{event-id}/instances/delta()", + "/groups/{group-id}/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/calendarView/delta()", + "/groups/{group-id}/events/{event-id}/calendar/events/delta()", + "/groups/{group-id}/events/{event-id}/instances/delta()", + "/groups/{group-id}/events/delta()" + ] + }, + "/groups/getByIds": { + "post": { + "tags": [ + "groups.Actions" + ], + "summary": "Invoke action getByIds", + "operationId": "groups.getByIds", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "types": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groupSettings": { + "get": { + "tags": [ + "groupSettings.groupSetting" + ], + "summary": "Get entities from groupSettings", + "operationId": "groupSettings.groupSetting.ListGroupSetting", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "templateId", + "templateId desc", + "values", + "values desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "templateId", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of groupSetting", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "groupSettings.groupSetting" + ], + "summary": "Add new entity to groupSettings", + "operationId": "groupSettings.groupSetting.CreateGroupSetting", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groupSettings/{groupSetting-id}": { + "get": { + "tags": [ + "groupSettings.groupSetting" + ], + "summary": "Get entity from groupSettings by key", + "operationId": "groupSettings.groupSetting.GetGroupSetting", + "parameters": [ + { + "name": "groupSetting-id", + "in": "path", + "description": "key: id of groupSetting", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSetting" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "templateId", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groupSettings.groupSetting" + ], + "summary": "Update entity in groupSettings", + "operationId": "groupSettings.groupSetting.UpdateGroupSetting", + "parameters": [ + { + "name": "groupSetting-id", + "in": "path", + "description": "key: id of groupSetting", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSetting" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groupSettings.groupSetting" + ], + "summary": "Delete entity from groupSettings", + "operationId": "groupSettings.groupSetting.DeleteGroupSetting", + "parameters": [ + { + "name": "groupSetting-id", + "in": "path", + "description": "key: id of groupSetting", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSetting" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groupSettingTemplates": { + "get": { + "tags": [ + "groupSettingTemplates.groupSettingTemplate" + ], + "summary": "Get entities from groupSettingTemplates", + "operationId": "groupSettingTemplates.groupSettingTemplate.ListGroupSettingTemplate", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc", + "displayName", + "displayName desc", + "description", + "description desc", + "values", + "values desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "displayName", + "description", + "values" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of groupSettingTemplate", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.groupSettingTemplate" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "groupSettingTemplates.groupSettingTemplate" + ], + "summary": "Add new entity to groupSettingTemplates", + "operationId": "groupSettingTemplates.groupSettingTemplate.CreateGroupSettingTemplate", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSettingTemplate" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSettingTemplate" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groupSettingTemplates/{groupSettingTemplate-id}": { + "get": { + "tags": [ + "groupSettingTemplates.groupSettingTemplate" + ], + "summary": "Get entity from groupSettingTemplates by key", + "operationId": "groupSettingTemplates.groupSettingTemplate.GetGroupSettingTemplate", + "parameters": [ + { + "name": "groupSettingTemplate-id", + "in": "path", + "description": "key: id of groupSettingTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSettingTemplate" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "displayName", + "description", + "values" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSettingTemplate" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "groupSettingTemplates.groupSettingTemplate" + ], + "summary": "Update entity in groupSettingTemplates", + "operationId": "groupSettingTemplates.groupSettingTemplate.UpdateGroupSettingTemplate", + "parameters": [ + { + "name": "groupSettingTemplate-id", + "in": "path", + "description": "key: id of groupSettingTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSettingTemplate" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.groupSettingTemplate" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "groupSettingTemplates.groupSettingTemplate" + ], + "summary": "Delete entity from groupSettingTemplates", + "operationId": "groupSettingTemplates.groupSettingTemplate.DeleteGroupSettingTemplate", + "parameters": [ + { + "name": "groupSettingTemplate-id", + "in": "path", + "description": "key: id of groupSettingTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSettingTemplate" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups": { + "post": { + "tags": [ + "groupSettingTemplates.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "groupSettingTemplates.checkMemberGroups", + "parameters": [ + { + "name": "groupSettingTemplate-id", + "in": "path", + "description": "key: id of groupSettingTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSettingTemplate" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups": { + "post": { + "tags": [ + "groupSettingTemplates.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "groupSettingTemplates.getMemberGroups", + "parameters": [ + { + "name": "groupSettingTemplate-id", + "in": "path", + "description": "key: id of groupSettingTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSettingTemplate" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects": { + "post": { + "tags": [ + "groupSettingTemplates.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "groupSettingTemplates.getMemberObjects", + "parameters": [ + { + "name": "groupSettingTemplate-id", + "in": "path", + "description": "key: id of groupSettingTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSettingTemplate" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groupSettingTemplates/{groupSettingTemplate-id}/restore": { + "post": { + "tags": [ + "groupSettingTemplates.Actions" + ], + "summary": "Invoke action restore", + "operationId": "groupSettingTemplates.restore", + "parameters": [ + { + "name": "groupSettingTemplate-id", + "in": "path", + "description": "key: id of groupSettingTemplate", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "groupSettingTemplate" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/groupSettingTemplates/getByIds": { + "post": { + "tags": [ + "groupSettingTemplates.Actions" + ], + "summary": "Invoke action getByIds", + "operationId": "groupSettingTemplates.getByIds", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "types": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/invitations": { + "get": { + "tags": [ + "invitations.invitation" + ], + "summary": "Get entities from invitations", + "operationId": "invitations.invitation.ListInvitation", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "invitedUserDisplayName", + "invitedUserDisplayName desc", + "invitedUserType", + "invitedUserType desc", + "invitedUserEmailAddress", + "invitedUserEmailAddress desc", + "invitedUserMessageInfo", + "invitedUserMessageInfo desc", + "sendInvitationMessage", + "sendInvitationMessage desc", + "inviteRedirectUrl", + "inviteRedirectUrl desc", + "inviteRedeemUrl", + "inviteRedeemUrl desc", + "status", + "status desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "invitedUserDisplayName", + "invitedUserType", + "invitedUserEmailAddress", + "invitedUserMessageInfo", + "sendInvitationMessage", + "inviteRedirectUrl", + "inviteRedeemUrl", + "status", + "invitedUser" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "invitedUser" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of invitation", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.invitation" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "invitations.invitation" + ], + "summary": "Add new entity to invitations", + "operationId": "invitations.invitation.CreateInvitation", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.invitation" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.invitation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/invitations/{invitation-id}": { + "get": { + "tags": [ + "invitations.invitation" + ], + "summary": "Get entity from invitations by key", + "operationId": "invitations.invitation.GetInvitation", + "parameters": [ + { + "name": "invitation-id", + "in": "path", + "description": "key: id of invitation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "invitation" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "invitedUserDisplayName", + "invitedUserType", + "invitedUserEmailAddress", + "invitedUserMessageInfo", + "sendInvitationMessage", + "inviteRedirectUrl", + "inviteRedeemUrl", + "status", + "invitedUser" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "invitedUser" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.invitation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "invitations.invitation" + ], + "summary": "Update entity in invitations", + "operationId": "invitations.invitation.UpdateInvitation", + "parameters": [ + { + "name": "invitation-id", + "in": "path", + "description": "key: id of invitation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "invitation" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.invitation" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "invitations.invitation" + ], + "summary": "Delete entity from invitations", + "operationId": "invitations.invitation.DeleteInvitation", + "parameters": [ + { + "name": "invitation-id", + "in": "path", + "description": "key: id of invitation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "invitation" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/invitations/{invitation-id}/invitedUser": { + "get": { + "tags": [ + "invitations.user" + ], + "summary": "Get invitedUser from invitations", + "operationId": "invitations.GetInvitedUser", + "parameters": [ + { + "name": "invitation-id", + "in": "path", + "description": "key: id of invitation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "invitation" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "accountEnabled", + "ageGroup", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "city", + "companyName", + "consentProvidedForMinor", + "country", + "department", + "displayName", + "givenName", + "imAddresses", + "jobTitle", + "legalAgeGroupClassification", + "mail", + "mailNickname", + "mobilePhone", + "onPremisesExtensionAttributes", + "onPremisesImmutableId", + "onPremisesLastSyncDateTime", + "onPremisesProvisioningErrors", + "onPremisesSecurityIdentifier", + "onPremisesSyncEnabled", + "onPremisesDomainName", + "onPremisesSamAccountName", + "onPremisesUserPrincipalName", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "postalCode", + "preferredLanguage", + "provisionedPlans", + "proxyAddresses", + "state", + "streetAddress", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "mailboxSettings", + "aboutMe", + "birthday", + "hireDate", + "interests", + "mySite", + "pastProjects", + "preferredName", + "responsibilities", + "schools", + "skills", + "deviceEnrollmentLimit", + "ownedDevices", + "registeredDevices", + "manager", + "directReports", + "memberOf", + "createdObjects", + "ownedObjects", + "licenseDetails", + "extensions", + "outlook", + "messages", + "mailFolders", + "calendar", + "calendars", + "calendarGroups", + "calendarView", + "events", + "people", + "contacts", + "contactFolders", + "inferenceClassification", + "photo", + "photos", + "drive", + "drives", + "planner", + "onenote", + "managedDevices", + "managedAppRegistrations", + "deviceManagementTroubleshootingEvents", + "activities", + "insights", + "settings" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "ownedDevices", + "registeredDevices", + "manager", + "directReports", + "memberOf", + "createdObjects", + "ownedObjects", + "licenseDetails", + "extensions", + "outlook", + "messages", + "mailFolders", + "calendar", + "calendars", + "calendarGroups", + "calendarView", + "events", + "people", + "contacts", + "contactFolders", + "inferenceClassification", + "photo", + "photos", + "drive", + "drives", + "planner", + "onenote", + "managedDevices", + "managedAppRegistrations", + "deviceManagementTroubleshootingEvents", + "activities", + "insights", + "settings" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/invitations/{invitation-id}/invitedUser/$ref": { + "get": { + "tags": [ + "invitations.user" + ], + "summary": "Get ref of invitedUser from invitations", + "operationId": "invitations.GetRefInvitedUser", + "parameters": [ + { + "name": "invitation-id", + "in": "path", + "description": "key: id of invitation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "invitation" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "invitations.user" + ], + "summary": "Update the ref of navigation property invitedUser in invitations", + "operationId": "invitations.UpdateRefInvitedUser", + "parameters": [ + { + "name": "invitation-id", + "in": "path", + "description": "key: id of invitation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "invitation" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "invitations.user" + ], + "summary": "Delete ref of navigation property invitedUser for invitations", + "operationId": "invitations.DeleteRefInvitedUser", + "parameters": [ + { + "name": "invitation-id", + "in": "path", + "description": "key: id of invitation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "invitation" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me": { + "get": { + "tags": [ + "me.user" + ], + "summary": "Get me", + "operationId": "me.user.GetUser", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "accountEnabled", + "ageGroup", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "city", + "companyName", + "consentProvidedForMinor", + "country", + "department", + "displayName", + "givenName", + "imAddresses", + "jobTitle", + "legalAgeGroupClassification", + "mail", + "mailNickname", + "mobilePhone", + "onPremisesExtensionAttributes", + "onPremisesImmutableId", + "onPremisesLastSyncDateTime", + "onPremisesProvisioningErrors", + "onPremisesSecurityIdentifier", + "onPremisesSyncEnabled", + "onPremisesDomainName", + "onPremisesSamAccountName", + "onPremisesUserPrincipalName", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "postalCode", + "preferredLanguage", + "provisionedPlans", + "proxyAddresses", + "state", + "streetAddress", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "mailboxSettings", + "aboutMe", + "birthday", + "hireDate", + "interests", + "mySite", + "pastProjects", + "preferredName", + "responsibilities", + "schools", + "skills", + "deviceEnrollmentLimit", + "ownedDevices", + "registeredDevices", + "manager", + "directReports", + "memberOf", + "createdObjects", + "ownedObjects", + "licenseDetails", + "extensions", + "outlook", + "messages", + "mailFolders", + "calendar", + "calendars", + "calendarGroups", + "calendarView", + "events", + "people", + "contacts", + "contactFolders", + "inferenceClassification", + "photo", + "photos", + "drive", + "drives", + "planner", + "onenote", + "managedDevices", + "managedAppRegistrations", + "deviceManagementTroubleshootingEvents", + "activities", + "insights", + "settings" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.user" + ], + "summary": "Update me", + "operationId": "me.user.UpdateUser", + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/activities": { + "get": { + "tags": [ + "me.userActivity" + ], + "summary": "Get activities from me", + "operationId": "me.ListActivities", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "visualElements", + "visualElements desc", + "activitySourceHost", + "activitySourceHost desc", + "activationUrl", + "activationUrl desc", + "appActivityId", + "appActivityId desc", + "appDisplayName", + "appDisplayName desc", + "contentUrl", + "contentUrl desc", + "createdDateTime", + "createdDateTime desc", + "expirationDateTime", + "expirationDateTime desc", + "fallbackUrl", + "fallbackUrl desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "userTimezone", + "userTimezone desc", + "contentInfo", + "contentInfo desc", + "status", + "status desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visualElements", + "activitySourceHost", + "activationUrl", + "appActivityId", + "appDisplayName", + "contentUrl", + "createdDateTime", + "expirationDateTime", + "fallbackUrl", + "lastModifiedDateTime", + "userTimezone", + "contentInfo", + "status", + "historyItems" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "historyItems" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of userActivity", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.userActivity" + ], + "summary": "Create new navigation property to activities for me", + "operationId": "me.CreateActivities", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/activities/{userActivity-id}": { + "get": { + "tags": [ + "me.userActivity" + ], + "summary": "Get activities from me", + "operationId": "me.GetActivities", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visualElements", + "activitySourceHost", + "activationUrl", + "appActivityId", + "appDisplayName", + "contentUrl", + "createdDateTime", + "expirationDateTime", + "fallbackUrl", + "lastModifiedDateTime", + "userTimezone", + "contentInfo", + "status", + "historyItems" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "historyItems" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.userActivity" + ], + "summary": "Update the navigation property activities in me", + "operationId": "me.UpdateActivities", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.userActivity" + ], + "summary": "Delete navigation property activities for me", + "operationId": "me.DeleteActivities", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/activities/{userActivity-id}/historyItems": { + "get": { + "tags": [ + "me.activities.activityHistoryItem" + ], + "summary": "Get historyItems from me", + "operationId": "me.activities.ListHistoryItems", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "status", + "status desc", + "activeDurationSeconds", + "activeDurationSeconds desc", + "createdDateTime", + "createdDateTime desc", + "lastActiveDateTime", + "lastActiveDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "expirationDateTime", + "expirationDateTime desc", + "startedDateTime", + "startedDateTime desc", + "userTimezone", + "userTimezone desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "activeDurationSeconds", + "createdDateTime", + "lastActiveDateTime", + "lastModifiedDateTime", + "expirationDateTime", + "startedDateTime", + "userTimezone", + "activity" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "activity" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of activityHistoryItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.activities.activityHistoryItem" + ], + "summary": "Create new navigation property to historyItems for me", + "operationId": "me.activities.CreateHistoryItems", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}": { + "get": { + "tags": [ + "me.activities.activityHistoryItem" + ], + "summary": "Get historyItems from me", + "operationId": "me.activities.GetHistoryItems", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "activeDurationSeconds", + "createdDateTime", + "lastActiveDateTime", + "lastModifiedDateTime", + "expirationDateTime", + "startedDateTime", + "userTimezone", + "activity" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "activity" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.activities.activityHistoryItem" + ], + "summary": "Update the navigation property historyItems in me", + "operationId": "me.activities.UpdateHistoryItems", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.activities.activityHistoryItem" + ], + "summary": "Delete navigation property historyItems for me", + "operationId": "me.activities.DeleteHistoryItems", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity": { + "get": { + "tags": [ + "me.activities.historyItems.userActivity" + ], + "summary": "Get activity from me", + "operationId": "me.activities.historyItems.GetActivity", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visualElements", + "activitySourceHost", + "activationUrl", + "appActivityId", + "appDisplayName", + "contentUrl", + "createdDateTime", + "expirationDateTime", + "fallbackUrl", + "lastModifiedDateTime", + "userTimezone", + "contentInfo", + "status", + "historyItems" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "historyItems" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity/$ref": { + "get": { + "tags": [ + "me.activities.historyItems.userActivity" + ], + "summary": "Get ref of activity from me", + "operationId": "me.activities.historyItems.GetRefActivity", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.activities.historyItems.userActivity" + ], + "summary": "Update the ref of navigation property activity in me", + "operationId": "me.activities.historyItems.UpdateRefActivity", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.activities.historyItems.userActivity" + ], + "summary": "Delete ref of navigation property activity for me", + "operationId": "me.activities.historyItems.DeleteRefActivity", + "parameters": [ + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/activities/recent()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function recent", + "operationId": "me.activities.recent", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/me/calendar": { + "get": { + "tags": [ + "me.calendar" + ], + "summary": "Get calendar from me", + "operationId": "me.GetCalendar", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar" + ], + "summary": "Update the navigation property calendar in me", + "operationId": "me.UpdateCalendar", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar" + ], + "summary": "Delete navigation property calendar for me", + "operationId": "me.DeleteCalendar", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/calendar/calendarView": { + "get": { + "tags": [ + "me.calendar.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.calendar.ListCalendarView", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.event" + ], + "summary": "Create new navigation property to calendarView for me", + "operationId": "me.calendar.CreateCalendarView", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView", + "/me/calendars/{calendar-id}/calendarView", + "/me/calendarView/{event-id}/calendar/calendarView", + "/me/events/{event-id}/calendar/calendarView" + ] + }, + "/me/calendar/calendarView/{event-id}": { + "get": { + "tags": [ + "me.calendar.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.calendar.GetCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.event" + ], + "summary": "Update the navigation property calendarView in me", + "operationId": "me.calendar.UpdateCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.event" + ], + "summary": "Delete navigation property calendarView for me", + "operationId": "me.calendar.DeleteCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}", + "/me/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/me/calendar/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "me.calendar.calendarView.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendar.calendarView.ListAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.calendarView.attachment" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.calendar.calendarView.CreateAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendarView/{event-id}/attachments", + "/me/events/{event-id}/attachments" + ] + }, + "/me/calendar/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.calendar.calendarView.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendar.calendarView.GetAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.calendarView.attachment" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.calendar.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.calendarView.attachment" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.calendar.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendarView/{event-id}/attachments/{attachment-id}", + "/me/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/me/calendar/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "me.calendar.calendarView.calendar" + ], + "summary": "Get calendar from me", + "operationId": "me.calendar.calendarView.GetCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.calendarView.calendar" + ], + "summary": "Update the navigation property calendar in me", + "operationId": "me.calendar.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.calendarView.calendar" + ], + "summary": "Delete navigation property calendar for me", + "operationId": "me.calendar.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendarView/{event-id}/calendar", + "/me/events/{event-id}/calendar" + ] + }, + "/me/calendar/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "me.calendar.calendarView.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendar.calendarView.ListExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.calendarView.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.calendar.calendarView.CreateExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendarView/{event-id}/extensions", + "/me/events/{event-id}/extensions" + ] + }, + "/me/calendar/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.calendar.calendarView.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendar.calendarView.GetExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.calendarView.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.calendar.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.calendarView.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.calendar.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendarView/{event-id}/extensions/{extension-id}", + "/me/events/{event-id}/extensions/{extension-id}" + ] + }, + "/me/calendar/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "me.calendar.calendarView.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendar.calendarView.ListInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.calendarView.event" + ], + "summary": "Create new navigation property to instances for me", + "operationId": "me.calendar.calendarView.CreateInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendarView/{event-id}/instances", + "/me/events/{event-id}/instances" + ] + }, + "/me/calendar/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "me.calendar.calendarView.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendar.calendarView.GetInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.calendarView.event" + ], + "summary": "Update the navigation property instances in me", + "operationId": "me.calendar.calendarView.UpdateInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.calendarView.event" + ], + "summary": "Delete navigation property instances for me", + "operationId": "me.calendar.calendarView.DeleteInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendarView/{event-id}/instances/{event-id1}", + "/me/events/{event-id}/instances/{event-id1}" + ] + }, + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendar.calendarView.instances.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendar.calendarView.instances.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendar.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendar.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendar.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendar/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendar.calendarView.instances.delta", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendar/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendar.calendarView.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendar/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendar.calendarView.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendar/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendar.calendarView.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendar/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendar.calendarView.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendar/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendar.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendar.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendar.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/multiValueExtendedProperties", + "/me/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendar.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendar.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendar.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendar.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendar.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/singleValueExtendedProperties", + "/me/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendar.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendar.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendar.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendar/calendarView/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendar.calendarView.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendar/events": { + "get": { + "tags": [ + "me.calendar.event" + ], + "summary": "Get events from me", + "operationId": "me.calendar.ListEvents", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.event" + ], + "summary": "Create new navigation property to events for me", + "operationId": "me.calendar.CreateEvents", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events", + "/me/calendars/{calendar-id}/events", + "/me/calendarView/{event-id}/calendar/events", + "/me/events/{event-id}/calendar/events" + ] + }, + "/me/calendar/events/{event-id}": { + "get": { + "tags": [ + "me.calendar.event" + ], + "summary": "Get events from me", + "operationId": "me.calendar.GetEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.event" + ], + "summary": "Update the navigation property events in me", + "operationId": "me.calendar.UpdateEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.event" + ], + "summary": "Delete navigation property events for me", + "operationId": "me.calendar.DeleteEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}", + "/me/calendars/{calendar-id}/events/{event-id}", + "/me/calendarView/{event-id}/calendar/events/{event-id1}", + "/me/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/me/calendar/events/{event-id}/attachments": { + "get": { + "tags": [ + "me.calendar.events.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendar.events.ListAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.events.attachment" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.calendar.events.CreateAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendarView/{event-id}/attachments", + "/me/events/{event-id}/attachments" + ] + }, + "/me/calendar/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.calendar.events.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendar.events.GetAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.events.attachment" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.calendar.events.UpdateAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.events.attachment" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.calendar.events.DeleteAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendarView/{event-id}/attachments/{attachment-id}", + "/me/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/me/calendar/events/{event-id}/calendar": { + "get": { + "tags": [ + "me.calendar.events.calendar" + ], + "summary": "Get calendar from me", + "operationId": "me.calendar.events.GetCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.events.calendar" + ], + "summary": "Update the navigation property calendar in me", + "operationId": "me.calendar.events.UpdateCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.events.calendar" + ], + "summary": "Delete navigation property calendar for me", + "operationId": "me.calendar.events.DeleteCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendarView/{event-id}/calendar", + "/me/events/{event-id}/calendar" + ] + }, + "/me/calendar/events/{event-id}/extensions": { + "get": { + "tags": [ + "me.calendar.events.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendar.events.ListExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.events.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.calendar.events.CreateExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendarView/{event-id}/extensions", + "/me/events/{event-id}/extensions" + ] + }, + "/me/calendar/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.calendar.events.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendar.events.GetExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.events.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.calendar.events.UpdateExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.events.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.calendar.events.DeleteExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendarView/{event-id}/extensions/{extension-id}", + "/me/events/{event-id}/extensions/{extension-id}" + ] + }, + "/me/calendar/events/{event-id}/instances": { + "get": { + "tags": [ + "me.calendar.events.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendar.events.ListInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.events.event" + ], + "summary": "Create new navigation property to instances for me", + "operationId": "me.calendar.events.CreateInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendarView/{event-id}/instances", + "/me/events/{event-id}/instances" + ] + }, + "/me/calendar/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "me.calendar.events.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendar.events.GetInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.events.event" + ], + "summary": "Update the navigation property instances in me", + "operationId": "me.calendar.events.UpdateInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.events.event" + ], + "summary": "Delete navigation property instances for me", + "operationId": "me.calendar.events.DeleteInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendarView/{event-id}/instances/{event-id1}", + "/me/events/{event-id}/instances/{event-id1}" + ] + }, + "/me/calendar/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendar.events.instances.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendar/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendar.events.instances.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendar.events.instances.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendar.events.instances.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendar.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendar/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendar.events.instances.delta", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendar/events/{event-id}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendar.events.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendar/events/{event-id}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendar.events.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendar/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendar.events.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendar/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendar.events.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendar/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendar.events.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendar/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendar.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendar.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/multiValueExtendedProperties", + "/me/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/me/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendar.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendar.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendar.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendar/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendar.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendar.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/singleValueExtendedProperties", + "/me/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/me/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendar.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendar.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendar.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendar/events/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendar.events.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendar/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendar.ListMultiValueExtendedProperties", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendar.CreateMultiValueExtendedProperties", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties", + "/me/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/me/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendar.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendar.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendar.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendar/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendar.ListSingleValueExtendedProperties", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendar.CreateSingleValueExtendedProperties", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties", + "/me/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/me/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendar.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendar.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendar.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarGroups": { + "get": { + "tags": [ + "me.calendarGroup" + ], + "summary": "Get calendarGroups from me", + "operationId": "me.ListCalendarGroups", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "classId", + "classId desc", + "changeKey", + "changeKey desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "classId", + "changeKey", + "calendars" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of calendarGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroup" + ], + "summary": "Create new navigation property to calendarGroups for me", + "operationId": "me.CreateCalendarGroups", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/calendarGroups/{calendarGroup-id}": { + "get": { + "tags": [ + "me.calendarGroup" + ], + "summary": "Get calendarGroups from me", + "operationId": "me.GetCalendarGroups", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "classId", + "changeKey", + "calendars" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroup" + ], + "summary": "Update the navigation property calendarGroups in me", + "operationId": "me.UpdateCalendarGroups", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroup" + ], + "summary": "Delete navigation property calendarGroups for me", + "operationId": "me.DeleteCalendarGroups", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/calendarGroups/{calendarGroup-id}/calendars": { + "get": { + "tags": [ + "me.calendarGroups.calendar" + ], + "summary": "Get calendars from me", + "operationId": "me.calendarGroups.ListCalendars", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "color", + "color desc", + "changeKey", + "changeKey desc", + "canShare", + "canShare desc", + "canViewPrivateItems", + "canViewPrivateItems desc", + "canEdit", + "canEdit desc", + "owner", + "owner desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of calendar", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendar" + ], + "summary": "Create new navigation property to calendars for me", + "operationId": "me.calendarGroups.CreateCalendars", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendar" + ], + "summary": "Get calendars from me", + "operationId": "me.calendarGroups.GetCalendars", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendar" + ], + "summary": "Update the navigation property calendars in me", + "operationId": "me.calendarGroups.UpdateCalendars", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendar" + ], + "summary": "Delete navigation property calendars for me", + "operationId": "me.calendarGroups.DeleteCalendars", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.calendarGroups.calendars.ListCalendarView", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to calendarView for me", + "operationId": "me.calendarGroups.calendars.CreateCalendarView", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView", + "/me/calendars/{calendar-id}/calendarView", + "/me/calendarView/{event-id}/calendar/calendarView", + "/me/events/{event-id}/calendar/calendarView" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.calendarGroups.calendars.GetCalendarView", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property calendarView in me", + "operationId": "me.calendarGroups.calendars.UpdateCalendarView", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property calendarView for me", + "operationId": "me.calendarGroups.calendars.DeleteCalendarView", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}", + "/me/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get attachments from me", + "operationId": "me.calendarGroups.calendars.calendarView.ListAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.calendarGroups.calendars.calendarView.CreateAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments", + "/me/calendar/events/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendarView/{event-id}/attachments", + "/me/events/{event-id}/attachments" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get attachments from me", + "operationId": "me.calendarGroups.calendars.calendarView.GetAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.calendarGroups.calendars.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.calendarGroups.calendars.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendar/events/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendarView/{event-id}/attachments/{attachment-id}", + "/me/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get calendar from me", + "operationId": "me.calendarGroups.calendars.calendarView.GetCalendar", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property calendar in me", + "operationId": "me.calendarGroups.calendars.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property calendar for me", + "operationId": "me.calendarGroups.calendars.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/calendar", + "/me/calendar/events/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendarView/{event-id}/calendar", + "/me/events/{event-id}/calendar" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get extensions from me", + "operationId": "me.calendarGroups.calendars.calendarView.ListExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.calendarGroups.calendars.calendarView.CreateExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions", + "/me/calendar/events/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendarView/{event-id}/extensions", + "/me/events/{event-id}/extensions" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get extensions from me", + "operationId": "me.calendarGroups.calendars.calendarView.GetExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.calendarGroups.calendars.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.calendarGroups.calendars.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendar/events/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendarView/{event-id}/extensions/{extension-id}", + "/me/events/{event-id}/extensions/{extension-id}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendarGroups.calendars.calendarView.ListInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to instances for me", + "operationId": "me.calendarGroups.calendars.calendarView.CreateInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances", + "/me/calendar/events/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendarView/{event-id}/instances", + "/me/events/{event-id}/instances" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendarGroups.calendars.calendarView.GetInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property instances in me", + "operationId": "me.calendarGroups.calendars.calendarView.UpdateInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property instances for me", + "operationId": "me.calendarGroups.calendars.calendarView.DeleteInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}", + "/me/calendar/events/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendarView/{event-id}/instances/{event-id1}", + "/me/events/{event-id}/instances/{event-id1}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendarGroups.calendars.calendarView.instances.accept", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendarGroups.calendars.calendarView.instances.decline", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendarGroups.calendars.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendarGroups.calendars.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendarGroups.calendars.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendarGroups.calendars.calendarView.instances.delta", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendarGroups.calendars.calendarView.accept", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendarGroups.calendars.calendarView.decline", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendarGroups.calendars.calendarView.dismissReminder", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendarGroups.calendars.calendarView.snoozeReminder", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendarGroups.calendars.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendar/events/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/multiValueExtendedProperties", + "/me/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendarGroups.calendars.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendar/events/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/singleValueExtendedProperties", + "/me/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendarGroups.calendars.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendarGroups.calendars.calendarView.delta", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get events from me", + "operationId": "me.calendarGroups.calendars.ListEvents", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to events for me", + "operationId": "me.calendarGroups.calendars.CreateEvents", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events", + "/me/calendars/{calendar-id}/events", + "/me/calendarView/{event-id}/calendar/events", + "/me/events/{event-id}/calendar/events" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get events from me", + "operationId": "me.calendarGroups.calendars.GetEvents", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property events in me", + "operationId": "me.calendarGroups.calendars.UpdateEvents", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property events for me", + "operationId": "me.calendarGroups.calendars.DeleteEvents", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}", + "/me/calendars/{calendar-id}/events/{event-id}", + "/me/calendarView/{event-id}/calendar/events/{event-id1}", + "/me/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get attachments from me", + "operationId": "me.calendarGroups.calendars.events.ListAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.calendarGroups.calendars.events.CreateAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments", + "/me/calendar/events/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendarView/{event-id}/attachments", + "/me/events/{event-id}/attachments" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get attachments from me", + "operationId": "me.calendarGroups.calendars.events.GetAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.calendarGroups.calendars.events.UpdateAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.calendarGroups.calendars.events.DeleteAttachments", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendar/events/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendarView/{event-id}/attachments/{attachment-id}", + "/me/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get calendar from me", + "operationId": "me.calendarGroups.calendars.events.GetCalendar", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property calendar in me", + "operationId": "me.calendarGroups.calendars.events.UpdateCalendar", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property calendar for me", + "operationId": "me.calendarGroups.calendars.events.DeleteCalendar", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/calendar", + "/me/calendar/events/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendarView/{event-id}/calendar", + "/me/events/{event-id}/calendar" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get extensions from me", + "operationId": "me.calendarGroups.calendars.events.ListExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.calendarGroups.calendars.events.CreateExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions", + "/me/calendar/events/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendarView/{event-id}/extensions", + "/me/events/{event-id}/extensions" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get extensions from me", + "operationId": "me.calendarGroups.calendars.events.GetExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.calendarGroups.calendars.events.UpdateExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.calendarGroups.calendars.events.DeleteExtensions", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendar/events/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendarView/{event-id}/extensions/{extension-id}", + "/me/events/{event-id}/extensions/{extension-id}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendarGroups.calendars.events.ListInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to instances for me", + "operationId": "me.calendarGroups.calendars.events.CreateInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances", + "/me/calendar/events/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendarView/{event-id}/instances", + "/me/events/{event-id}/instances" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendarGroups.calendars.events.GetInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property instances in me", + "operationId": "me.calendarGroups.calendars.events.UpdateInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property instances for me", + "operationId": "me.calendarGroups.calendars.events.DeleteInstances", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}", + "/me/calendar/events/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendarView/{event-id}/instances/{event-id1}", + "/me/events/{event-id}/instances/{event-id1}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendarGroups.calendars.events.instances.accept", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendarGroups.calendars.events.instances.decline", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendarGroups.calendars.events.instances.dismissReminder", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendarGroups.calendars.events.instances.snoozeReminder", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendarGroups.calendars.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendarGroups.calendars.events.instances.delta", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendarGroups.calendars.events.accept", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendarGroups.calendars.events.decline", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendarGroups.calendars.events.dismissReminder", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendarGroups.calendars.events.snoozeReminder", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendarGroups.calendars.events.tentativelyAccept", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendar/events/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/multiValueExtendedProperties", + "/me/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendarGroups.calendars.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendar/events/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/singleValueExtendedProperties", + "/me/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendarGroups.calendars.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendarGroups.calendars.events.delta", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties", + "/me/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendarGroups.calendars.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties", + "/me/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarGroups.calendars.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendarGroups.calendars.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendarGroups.calendars.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendars": { + "get": { + "tags": [ + "me.calendar" + ], + "summary": "Get calendars from me", + "operationId": "me.ListCalendars", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "color", + "color desc", + "changeKey", + "changeKey desc", + "canShare", + "canShare desc", + "canViewPrivateItems", + "canViewPrivateItems desc", + "canEdit", + "canEdit desc", + "owner", + "owner desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of calendar", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendar" + ], + "summary": "Create new navigation property to calendars for me", + "operationId": "me.CreateCalendars", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/calendars/{calendar-id}": { + "get": { + "tags": [ + "me.calendar" + ], + "summary": "Get calendars from me", + "operationId": "me.GetCalendars", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendar" + ], + "summary": "Update the navigation property calendars in me", + "operationId": "me.UpdateCalendars", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendar" + ], + "summary": "Delete navigation property calendars for me", + "operationId": "me.DeleteCalendars", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/calendars/{calendar-id}/calendarView": { + "get": { + "tags": [ + "me.calendars.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.calendars.ListCalendarView", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.event" + ], + "summary": "Create new navigation property to calendarView for me", + "operationId": "me.calendars.CreateCalendarView", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView", + "/me/calendarView/{event-id}/calendar/calendarView", + "/me/events/{event-id}/calendar/calendarView" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}": { + "get": { + "tags": [ + "me.calendars.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.calendars.GetCalendarView", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.event" + ], + "summary": "Update the navigation property calendarView in me", + "operationId": "me.calendars.UpdateCalendarView", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.event" + ], + "summary": "Delete navigation property calendarView for me", + "operationId": "me.calendars.DeleteCalendarView", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}", + "/me/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "me.calendars.calendarView.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendars.calendarView.ListAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.calendarView.attachment" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.calendars.calendarView.CreateAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments", + "/me/calendar/events/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendarView/{event-id}/attachments", + "/me/events/{event-id}/attachments" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.calendars.calendarView.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendars.calendarView.GetAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.calendarView.attachment" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.calendars.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.calendarView.attachment" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.calendars.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendar/events/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendarView/{event-id}/attachments/{attachment-id}", + "/me/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "me.calendars.calendarView.calendar" + ], + "summary": "Get calendar from me", + "operationId": "me.calendars.calendarView.GetCalendar", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.calendarView.calendar" + ], + "summary": "Update the navigation property calendar in me", + "operationId": "me.calendars.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.calendarView.calendar" + ], + "summary": "Delete navigation property calendar for me", + "operationId": "me.calendars.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/calendar", + "/me/calendar/events/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendarView/{event-id}/calendar", + "/me/events/{event-id}/calendar" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "me.calendars.calendarView.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendars.calendarView.ListExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.calendarView.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.calendars.calendarView.CreateExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions", + "/me/calendar/events/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendarView/{event-id}/extensions", + "/me/events/{event-id}/extensions" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.calendars.calendarView.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendars.calendarView.GetExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.calendarView.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.calendars.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.calendarView.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.calendars.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendar/events/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendarView/{event-id}/extensions/{extension-id}", + "/me/events/{event-id}/extensions/{extension-id}" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "me.calendars.calendarView.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendars.calendarView.ListInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.calendarView.event" + ], + "summary": "Create new navigation property to instances for me", + "operationId": "me.calendars.calendarView.CreateInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances", + "/me/calendar/events/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendarView/{event-id}/instances", + "/me/events/{event-id}/instances" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "me.calendars.calendarView.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendars.calendarView.GetInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.calendarView.event" + ], + "summary": "Update the navigation property instances in me", + "operationId": "me.calendars.calendarView.UpdateInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.calendarView.event" + ], + "summary": "Delete navigation property instances for me", + "operationId": "me.calendars.calendarView.DeleteInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}", + "/me/calendar/events/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendarView/{event-id}/instances/{event-id1}", + "/me/events/{event-id}/instances/{event-id1}" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendars.calendarView.instances.accept", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendars.calendarView.instances.decline", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendars.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendars.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendars.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendars.calendarView.instances.delta", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendars.calendarView.accept", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendars.calendarView.decline", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendars.calendarView.dismissReminder", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendars.calendarView.snoozeReminder", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendars.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendars.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendars.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendar/events/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/multiValueExtendedProperties", + "/me/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendars.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendars.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendars.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendars.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendars.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendar/events/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/singleValueExtendedProperties", + "/me/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendars.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendars.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendars.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendars/{calendar-id}/calendarView/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendars.calendarView.delta", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendars/{calendar-id}/events": { + "get": { + "tags": [ + "me.calendars.event" + ], + "summary": "Get events from me", + "operationId": "me.calendars.ListEvents", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.event" + ], + "summary": "Create new navigation property to events for me", + "operationId": "me.calendars.CreateEvents", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events", + "/me/calendarView/{event-id}/calendar/events", + "/me/events/{event-id}/calendar/events" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}": { + "get": { + "tags": [ + "me.calendars.event" + ], + "summary": "Get events from me", + "operationId": "me.calendars.GetEvents", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.event" + ], + "summary": "Update the navigation property events in me", + "operationId": "me.calendars.UpdateEvents", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.event" + ], + "summary": "Delete navigation property events for me", + "operationId": "me.calendars.DeleteEvents", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}", + "/me/calendarView/{event-id}/calendar/events/{event-id1}", + "/me/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/attachments": { + "get": { + "tags": [ + "me.calendars.events.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendars.events.ListAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.events.attachment" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.calendars.events.CreateAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments", + "/me/calendar/events/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendarView/{event-id}/attachments", + "/me/events/{event-id}/attachments" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.calendars.events.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendars.events.GetAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.events.attachment" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.calendars.events.UpdateAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.events.attachment" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.calendars.events.DeleteAttachments", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendar/events/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendarView/{event-id}/attachments/{attachment-id}", + "/me/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/calendar": { + "get": { + "tags": [ + "me.calendars.events.calendar" + ], + "summary": "Get calendar from me", + "operationId": "me.calendars.events.GetCalendar", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.events.calendar" + ], + "summary": "Update the navigation property calendar in me", + "operationId": "me.calendars.events.UpdateCalendar", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.events.calendar" + ], + "summary": "Delete navigation property calendar for me", + "operationId": "me.calendars.events.DeleteCalendar", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/calendar", + "/me/calendar/events/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendarView/{event-id}/calendar", + "/me/events/{event-id}/calendar" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/extensions": { + "get": { + "tags": [ + "me.calendars.events.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendars.events.ListExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.events.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.calendars.events.CreateExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions", + "/me/calendar/events/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendarView/{event-id}/extensions", + "/me/events/{event-id}/extensions" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.calendars.events.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendars.events.GetExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.events.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.calendars.events.UpdateExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.events.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.calendars.events.DeleteExtensions", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendar/events/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendarView/{event-id}/extensions/{extension-id}", + "/me/events/{event-id}/extensions/{extension-id}" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/instances": { + "get": { + "tags": [ + "me.calendars.events.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendars.events.ListInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.events.event" + ], + "summary": "Create new navigation property to instances for me", + "operationId": "me.calendars.events.CreateInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances", + "/me/calendar/events/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendarView/{event-id}/instances", + "/me/events/{event-id}/instances" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "me.calendars.events.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendars.events.GetInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.events.event" + ], + "summary": "Update the navigation property instances in me", + "operationId": "me.calendars.events.UpdateInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.events.event" + ], + "summary": "Delete navigation property instances for me", + "operationId": "me.calendars.events.DeleteInstances", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}", + "/me/calendar/events/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendarView/{event-id}/instances/{event-id1}", + "/me/events/{event-id}/instances/{event-id1}" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendars.events.instances.accept", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendars.events.instances.decline", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendars.events.instances.dismissReminder", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendars.events.instances.snoozeReminder", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendars.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendars.events.instances.delta", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendars.events.accept", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendars.events.decline", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendars.events.dismissReminder", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendars.events.snoozeReminder", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendars.events.tentativelyAccept", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendars.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendars.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendar/events/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/multiValueExtendedProperties", + "/me/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendars.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendars.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendars.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendars.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendars.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendar/events/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/singleValueExtendedProperties", + "/me/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendars.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendars.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendars.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendars/{calendar-id}/events/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendars.events.delta", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendars/{calendar-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendars.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendars.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties", + "/me/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/me/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendars.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendars.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendars.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendars/{calendar-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendars.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendars.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties", + "/me/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/me/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendars.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendars.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendars.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarView": { + "get": { + "tags": [ + "me.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.ListCalendarView", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.event" + ], + "summary": "Create new navigation property to calendarView for me", + "operationId": "me.CreateCalendarView", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/calendarView/{event-id}": { + "get": { + "tags": [ + "me.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.GetCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.event" + ], + "summary": "Update the navigation property calendarView in me", + "operationId": "me.UpdateCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.event" + ], + "summary": "Delete navigation property calendarView for me", + "operationId": "me.DeleteCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "me.calendarView.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendarView.ListAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarView.attachment" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.calendarView.CreateAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments", + "/me/calendar/events/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/events/{event-id}/attachments" + ] + }, + "/me/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.calendarView.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.calendarView.GetAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.attachment" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.attachment" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendar/events/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/me/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "me.calendarView.calendar" + ], + "summary": "Get calendar from me", + "operationId": "me.calendarView.GetCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.calendar" + ], + "summary": "Update the navigation property calendar in me", + "operationId": "me.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.calendar" + ], + "summary": "Delete navigation property calendar for me", + "operationId": "me.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/calendar", + "/me/calendar/events/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/events/{event-id}/calendar" + ] + }, + "/me/calendarView/{event-id}/calendar/calendarView": { + "get": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.calendarView.calendar.ListCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Create new navigation property to calendarView for me", + "operationId": "me.calendarView.calendar.CreateCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView", + "/me/calendars/{calendar-id}/calendarView", + "/me/events/{event-id}/calendar/calendarView" + ] + }, + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}": { + "get": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.calendarView.calendar.GetCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Update the navigation property calendarView in me", + "operationId": "me.calendarView.calendar.UpdateCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Delete navigation property calendarView for me", + "operationId": "me.calendarView.calendar.DeleteCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}", + "/me/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendarView.calendar.calendarView.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendarView.calendar.calendarView.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendarView.calendar.calendarView.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendarView.calendar.calendarView.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendarView.calendar.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendarView/{event-id}/calendar/calendarView/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendarView.calendar.calendarView.delta", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendarView/{event-id}/calendar/events": { + "get": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Get events from me", + "operationId": "me.calendarView.calendar.ListEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Create new navigation property to events for me", + "operationId": "me.calendarView.calendar.CreateEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events", + "/me/calendars/{calendar-id}/events", + "/me/events/{event-id}/calendar/events" + ] + }, + "/me/calendarView/{event-id}/calendar/events/{event-id1}": { + "get": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Get events from me", + "operationId": "me.calendarView.calendar.GetEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Update the navigation property events in me", + "operationId": "me.calendarView.calendar.UpdateEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.calendar.event" + ], + "summary": "Delete navigation property events for me", + "operationId": "me.calendarView.calendar.DeleteEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}", + "/me/calendars/{calendar-id}/events/{event-id}", + "/me/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendarView.calendar.events.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendarView.calendar.events.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendarView.calendar.events.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendarView.calendar.events.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendarView.calendar.events.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendarView/{event-id}/calendar/events/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendarView.calendar.events.delta", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarView.calendar.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendarView.calendar.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/multiValueExtendedProperties", + "/me/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarView.calendar.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendarView.calendar.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendarView.calendar.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarView.calendar.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendarView.calendar.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/singleValueExtendedProperties", + "/me/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarView.calendar.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendarView.calendar.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendarView.calendar.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "me.calendarView.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendarView.ListExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarView.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.calendarView.CreateExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions", + "/me/calendar/events/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/events/{event-id}/extensions" + ] + }, + "/me/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.calendarView.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.calendarView.GetExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendar/events/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/events/{event-id}/extensions/{extension-id}" + ] + }, + "/me/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "me.calendarView.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendarView.ListInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarView.event" + ], + "summary": "Create new navigation property to instances for me", + "operationId": "me.calendarView.CreateInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances", + "/me/calendar/events/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendars/{calendar-id}/events/{event-id}/instances", + "/me/events/{event-id}/instances" + ] + }, + "/me/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "me.calendarView.event" + ], + "summary": "Get instances from me", + "operationId": "me.calendarView.GetInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.event" + ], + "summary": "Update the navigation property instances in me", + "operationId": "me.calendarView.UpdateInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.event" + ], + "summary": "Delete navigation property instances for me", + "operationId": "me.calendarView.DeleteInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}", + "/me/calendar/events/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/events/{event-id}/instances/{event-id1}" + ] + }, + "/me/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendarView.instances.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendarView.instances.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendarView.instances.delta", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.calendarView.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.calendarView.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.calendarView.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.calendarView.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendar/events/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/me/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendar/events/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/me/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/calendarView/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.calendarView.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/contactFolders": { + "get": { + "tags": [ + "me.contactFolder" + ], + "summary": "Get contactFolders from me", + "operationId": "me.ListContactFolders", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "parentFolderId", + "parentFolderId desc", + "displayName", + "displayName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "parentFolderId", + "displayName", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contactFolder", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contactFolder" + ], + "summary": "Create new navigation property to contactFolders for me", + "operationId": "me.CreateContactFolders", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}": { + "get": { + "tags": [ + "me.contactFolder" + ], + "summary": "Get contactFolders from me", + "operationId": "me.GetContactFolders", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "parentFolderId", + "displayName", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contactFolder" + ], + "summary": "Update the navigation property contactFolders in me", + "operationId": "me.UpdateContactFolders", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contactFolder" + ], + "summary": "Delete navigation property contactFolders for me", + "operationId": "me.DeleteContactFolders", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}/childFolders": { + "get": { + "tags": [ + "me.contactFolders.contactFolder" + ], + "summary": "Get childFolders from me", + "operationId": "me.contactFolders.ListChildFolders", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "parentFolderId", + "parentFolderId desc", + "displayName", + "displayName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "parentFolderId", + "displayName", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contactFolder", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contactFolders.contactFolder" + ], + "summary": "Create new navigation property to childFolders for me", + "operationId": "me.contactFolders.CreateChildFolders", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}": { + "get": { + "tags": [ + "me.contactFolders.contactFolder" + ], + "summary": "Get childFolders from me", + "operationId": "me.contactFolders.GetChildFolders", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contactFolder-id1", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "parentFolderId", + "displayName", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contactFolders.contactFolder" + ], + "summary": "Update the navigation property childFolders in me", + "operationId": "me.contactFolders.UpdateChildFolders", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contactFolder-id1", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contactFolders.contactFolder" + ], + "summary": "Delete navigation property childFolders for me", + "operationId": "me.contactFolders.DeleteChildFolders", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contactFolder-id1", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}/childFolders/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.contactFolders.childFolders.delta", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/contactFolders/{contactFolder-id}/contacts": { + "get": { + "tags": [ + "me.contactFolders.contact" + ], + "summary": "Get contacts from me", + "operationId": "me.contactFolders.ListContacts", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "parentFolderId", + "parentFolderId desc", + "birthday", + "birthday desc", + "fileAs", + "fileAs desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "initials", + "initials desc", + "middleName", + "middleName desc", + "nickName", + "nickName desc", + "surname", + "surname desc", + "title", + "title desc", + "yomiGivenName", + "yomiGivenName desc", + "yomiSurname", + "yomiSurname desc", + "yomiCompanyName", + "yomiCompanyName desc", + "generation", + "generation desc", + "emailAddresses", + "emailAddresses desc", + "imAddresses", + "imAddresses desc", + "jobTitle", + "jobTitle desc", + "companyName", + "companyName desc", + "department", + "department desc", + "officeLocation", + "officeLocation desc", + "profession", + "profession desc", + "businessHomePage", + "businessHomePage desc", + "assistantName", + "assistantName desc", + "manager", + "manager desc", + "homePhones", + "homePhones desc", + "mobilePhone", + "mobilePhone desc", + "businessPhones", + "businessPhones desc", + "homeAddress", + "homeAddress desc", + "businessAddress", + "businessAddress desc", + "otherAddress", + "otherAddress desc", + "spouseName", + "spouseName desc", + "personalNotes", + "personalNotes desc", + "children", + "children desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "parentFolderId", + "birthday", + "fileAs", + "displayName", + "givenName", + "initials", + "middleName", + "nickName", + "surname", + "title", + "yomiGivenName", + "yomiSurname", + "yomiCompanyName", + "generation", + "emailAddresses", + "imAddresses", + "jobTitle", + "companyName", + "department", + "officeLocation", + "profession", + "businessHomePage", + "assistantName", + "manager", + "homePhones", + "mobilePhone", + "businessPhones", + "homeAddress", + "businessAddress", + "otherAddress", + "spouseName", + "personalNotes", + "children", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contact", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contactFolders.contact" + ], + "summary": "Create new navigation property to contacts for me", + "operationId": "me.contactFolders.CreateContacts", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}": { + "get": { + "tags": [ + "me.contactFolders.contact" + ], + "summary": "Get contacts from me", + "operationId": "me.contactFolders.GetContacts", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "parentFolderId", + "birthday", + "fileAs", + "displayName", + "givenName", + "initials", + "middleName", + "nickName", + "surname", + "title", + "yomiGivenName", + "yomiSurname", + "yomiCompanyName", + "generation", + "emailAddresses", + "imAddresses", + "jobTitle", + "companyName", + "department", + "officeLocation", + "profession", + "businessHomePage", + "assistantName", + "manager", + "homePhones", + "mobilePhone", + "businessPhones", + "homeAddress", + "businessAddress", + "otherAddress", + "spouseName", + "personalNotes", + "children", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contactFolders.contact" + ], + "summary": "Update the navigation property contacts in me", + "operationId": "me.contactFolders.UpdateContacts", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contactFolders.contact" + ], + "summary": "Delete navigation property contacts for me", + "operationId": "me.contactFolders.DeleteContacts", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions": { + "get": { + "tags": [ + "me.contactFolders.contacts.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.contactFolders.contacts.ListExtensions", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contactFolders.contacts.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.contactFolders.contacts.CreateExtensions", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contacts/{contact-id}/extensions" + ] + }, + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.contactFolders.contacts.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.contactFolders.contacts.GetExtensions", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contactFolders.contacts.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.contactFolders.contacts.UpdateExtensions", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contactFolders.contacts.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.contactFolders.contacts.DeleteExtensions", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contacts/{contact-id}/extensions/{extension-id}" + ] + }, + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.contactFolders.contacts.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.contactFolders.contacts.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contacts/{contact-id}/multiValueExtendedProperties" + ] + }, + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.contactFolders.contacts.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.contactFolders.contacts.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.contactFolders.contacts.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo": { + "get": { + "tags": [ + "me.contactFolders.contacts.profilePhoto" + ], + "summary": "Get photo from me", + "operationId": "me.contactFolders.contacts.GetPhoto", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contactFolders.contacts.profilePhoto" + ], + "summary": "Update the navigation property photo in me", + "operationId": "me.contactFolders.contacts.UpdatePhoto", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contactFolders.contacts.profilePhoto" + ], + "summary": "Delete navigation property photo for me", + "operationId": "me.contactFolders.contacts.DeletePhoto", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contacts/{contact-id}/photo" + ] + }, + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value": { + "get": { + "tags": [ + "me.contactFolders.contacts.profilePhoto" + ], + "summary": "Get media content for the navigation property photo from me", + "operationId": "me.contactFolders.contacts.GetPhotoContent", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.contactFolders.contacts.profilePhoto" + ], + "summary": "Update media content for the navigation property photo in me", + "operationId": "me.contactFolders.contacts.UpdatePhotoContent", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.contactFolders.contacts.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.contactFolders.contacts.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contacts/{contact-id}/singleValueExtendedProperties" + ] + }, + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.contactFolders.contacts.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.contactFolders.contacts.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.contactFolders.contacts.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/contactFolders/{contactFolder-id}/contacts/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.contactFolders.contacts.delta", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/contactFolders/{contactFolder-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.contactFolders.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.contactFolders.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.contactFolders.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.contactFolders.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.contactFolders.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.contactFolders.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.contactFolders.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.contactFolders.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.contactFolders.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.contactFolders.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contactFolders/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.contactFolders.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/contacts": { + "get": { + "tags": [ + "me.contact" + ], + "summary": "Get contacts from me", + "operationId": "me.ListContacts", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "parentFolderId", + "parentFolderId desc", + "birthday", + "birthday desc", + "fileAs", + "fileAs desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "initials", + "initials desc", + "middleName", + "middleName desc", + "nickName", + "nickName desc", + "surname", + "surname desc", + "title", + "title desc", + "yomiGivenName", + "yomiGivenName desc", + "yomiSurname", + "yomiSurname desc", + "yomiCompanyName", + "yomiCompanyName desc", + "generation", + "generation desc", + "emailAddresses", + "emailAddresses desc", + "imAddresses", + "imAddresses desc", + "jobTitle", + "jobTitle desc", + "companyName", + "companyName desc", + "department", + "department desc", + "officeLocation", + "officeLocation desc", + "profession", + "profession desc", + "businessHomePage", + "businessHomePage desc", + "assistantName", + "assistantName desc", + "manager", + "manager desc", + "homePhones", + "homePhones desc", + "mobilePhone", + "mobilePhone desc", + "businessPhones", + "businessPhones desc", + "homeAddress", + "homeAddress desc", + "businessAddress", + "businessAddress desc", + "otherAddress", + "otherAddress desc", + "spouseName", + "spouseName desc", + "personalNotes", + "personalNotes desc", + "children", + "children desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "parentFolderId", + "birthday", + "fileAs", + "displayName", + "givenName", + "initials", + "middleName", + "nickName", + "surname", + "title", + "yomiGivenName", + "yomiSurname", + "yomiCompanyName", + "generation", + "emailAddresses", + "imAddresses", + "jobTitle", + "companyName", + "department", + "officeLocation", + "profession", + "businessHomePage", + "assistantName", + "manager", + "homePhones", + "mobilePhone", + "businessPhones", + "homeAddress", + "businessAddress", + "otherAddress", + "spouseName", + "personalNotes", + "children", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contact", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contact" + ], + "summary": "Create new navigation property to contacts for me", + "operationId": "me.CreateContacts", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contacts/{contact-id}": { + "get": { + "tags": [ + "me.contact" + ], + "summary": "Get contacts from me", + "operationId": "me.GetContacts", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "parentFolderId", + "birthday", + "fileAs", + "displayName", + "givenName", + "initials", + "middleName", + "nickName", + "surname", + "title", + "yomiGivenName", + "yomiSurname", + "yomiCompanyName", + "generation", + "emailAddresses", + "imAddresses", + "jobTitle", + "companyName", + "department", + "officeLocation", + "profession", + "businessHomePage", + "assistantName", + "manager", + "homePhones", + "mobilePhone", + "businessPhones", + "homeAddress", + "businessAddress", + "otherAddress", + "spouseName", + "personalNotes", + "children", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contact" + ], + "summary": "Update the navigation property contacts in me", + "operationId": "me.UpdateContacts", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contact" + ], + "summary": "Delete navigation property contacts for me", + "operationId": "me.DeleteContacts", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contacts/{contact-id}/extensions": { + "get": { + "tags": [ + "me.contacts.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.contacts.ListExtensions", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contacts.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.contacts.CreateExtensions", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions" + ] + }, + "/me/contacts/{contact-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.contacts.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.contacts.GetExtensions", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contacts.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.contacts.UpdateExtensions", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contacts.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.contacts.DeleteExtensions", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}" + ] + }, + "/me/contacts/{contact-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.contacts.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.contacts.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties" + ] + }, + "/me/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.contacts.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.contacts.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.contacts.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/contacts/{contact-id}/photo": { + "get": { + "tags": [ + "me.contacts.profilePhoto" + ], + "summary": "Get photo from me", + "operationId": "me.contacts.GetPhoto", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contacts.profilePhoto" + ], + "summary": "Update the navigation property photo in me", + "operationId": "me.contacts.UpdatePhoto", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contacts.profilePhoto" + ], + "summary": "Delete navigation property photo for me", + "operationId": "me.contacts.DeletePhoto", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo" + ] + }, + "/me/contacts/{contact-id}/photo/$value": { + "get": { + "tags": [ + "me.contacts.profilePhoto" + ], + "summary": "Get media content for the navigation property photo from me", + "operationId": "me.contacts.GetPhotoContent", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.contacts.profilePhoto" + ], + "summary": "Update media content for the navigation property photo in me", + "operationId": "me.contacts.UpdatePhotoContent", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/contacts/{contact-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.contacts.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.contacts.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties" + ] + }, + "/me/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.contacts.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.contacts.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.contacts.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/contacts/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.contacts.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/createdObjects": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get createdObjects from me", + "operationId": "me.ListCreatedObjects", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/createdObjects/$ref": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get ref of createdObjects from me", + "operationId": "me.ListRefCreatedObjects", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.directoryObject" + ], + "summary": "Create new navigation property ref to createdObjects for me", + "operationId": "me.CreateRefCreatedObjects", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/deviceManagementTroubleshootingEvents": { + "get": { + "tags": [ + "me.deviceManagementTroubleshootingEvent" + ], + "summary": "Get deviceManagementTroubleshootingEvents from me", + "operationId": "me.ListDeviceManagementTroubleshootingEvents", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "eventDateTime", + "eventDateTime desc", + "correlationId", + "correlationId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "eventDateTime", + "correlationId" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceManagementTroubleshootingEvent", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.deviceManagementTroubleshootingEvent" + ], + "summary": "Create new navigation property to deviceManagementTroubleshootingEvents for me", + "operationId": "me.CreateDeviceManagementTroubleshootingEvents", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { + "get": { + "tags": [ + "me.deviceManagementTroubleshootingEvent" + ], + "summary": "Get deviceManagementTroubleshootingEvents from me", + "operationId": "me.GetDeviceManagementTroubleshootingEvents", + "parameters": [ + { + "name": "deviceManagementTroubleshootingEvent-id", + "in": "path", + "description": "key: id of deviceManagementTroubleshootingEvent", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementTroubleshootingEvent" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "eventDateTime", + "correlationId" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.deviceManagementTroubleshootingEvent" + ], + "summary": "Update the navigation property deviceManagementTroubleshootingEvents in me", + "operationId": "me.UpdateDeviceManagementTroubleshootingEvents", + "parameters": [ + { + "name": "deviceManagementTroubleshootingEvent-id", + "in": "path", + "description": "key: id of deviceManagementTroubleshootingEvent", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementTroubleshootingEvent" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.deviceManagementTroubleshootingEvent" + ], + "summary": "Delete navigation property deviceManagementTroubleshootingEvents for me", + "operationId": "me.DeleteDeviceManagementTroubleshootingEvents", + "parameters": [ + { + "name": "deviceManagementTroubleshootingEvent-id", + "in": "path", + "description": "key: id of deviceManagementTroubleshootingEvent", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementTroubleshootingEvent" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/directReports": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get directReports from me", + "operationId": "me.ListDirectReports", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/directReports/$ref": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get ref of directReports from me", + "operationId": "me.ListRefDirectReports", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.directoryObject" + ], + "summary": "Create new navigation property ref to directReports for me", + "operationId": "me.CreateRefDirectReports", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/drive": { + "get": { + "tags": [ + "me.drive" + ], + "summary": "Get drive from me", + "operationId": "me.GetDrive", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.drive" + ], + "summary": "Update the navigation property drive in me", + "operationId": "me.UpdateDrive", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.drive" + ], + "summary": "Delete navigation property drive for me", + "operationId": "me.DeleteDrive", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/drives": { + "get": { + "tags": [ + "me.drive" + ], + "summary": "Get drives from me", + "operationId": "me.ListDrives", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "driveType", + "driveType desc", + "owner", + "owner desc", + "quota", + "quota desc", + "sharePointIds", + "sharePointIds desc", + "system", + "system desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of drive", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.drive" + ], + "summary": "Create new navigation property to drives for me", + "operationId": "me.CreateDrives", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/drives/{drive-id}": { + "get": { + "tags": [ + "me.drive" + ], + "summary": "Get drives from me", + "operationId": "me.GetDrives", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.drive" + ], + "summary": "Update the navigation property drives in me", + "operationId": "me.UpdateDrives", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.drive" + ], + "summary": "Delete navigation property drives for me", + "operationId": "me.DeleteDrives", + "parameters": [ + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/events": { + "get": { + "tags": [ + "me.event" + ], + "summary": "Get events from me", + "operationId": "me.ListEvents", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.event" + ], + "summary": "Create new navigation property to events for me", + "operationId": "me.CreateEvents", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/events/{event-id}": { + "get": { + "tags": [ + "me.event" + ], + "summary": "Get events from me", + "operationId": "me.GetEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.event" + ], + "summary": "Update the navigation property events in me", + "operationId": "me.UpdateEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.event" + ], + "summary": "Delete navigation property events for me", + "operationId": "me.DeleteEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/events/{event-id}/attachments": { + "get": { + "tags": [ + "me.events.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.events.ListAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.events.attachment" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.events.CreateAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments", + "/me/calendar/events/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/me/calendars/{calendar-id}/events/{event-id}/attachments", + "/me/calendarView/{event-id}/attachments" + ] + }, + "/me/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.events.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.events.GetAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.attachment" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.events.UpdateAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.attachment" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.events.DeleteAttachments", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendar/events/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/me/calendarView/{event-id}/attachments/{attachment-id}" + ] + }, + "/me/events/{event-id}/calendar": { + "get": { + "tags": [ + "me.events.calendar" + ], + "summary": "Get calendar from me", + "operationId": "me.events.GetCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.calendar" + ], + "summary": "Update the navigation property calendar in me", + "operationId": "me.events.UpdateCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.calendar" + ], + "summary": "Delete navigation property calendar for me", + "operationId": "me.events.DeleteCalendar", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/calendar", + "/me/calendar/events/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/me/calendars/{calendar-id}/events/{event-id}/calendar", + "/me/calendarView/{event-id}/calendar" + ] + }, + "/me/events/{event-id}/calendar/calendarView": { + "get": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.events.calendar.ListCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Create new navigation property to calendarView for me", + "operationId": "me.events.calendar.CreateCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView", + "/me/calendars/{calendar-id}/calendarView", + "/me/calendarView/{event-id}/calendar/calendarView" + ] + }, + "/me/events/{event-id}/calendar/calendarView/{event-id1}": { + "get": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Get calendarView from me", + "operationId": "me.events.calendar.GetCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Update the navigation property calendarView in me", + "operationId": "me.events.calendar.UpdateCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Delete navigation property calendarView for me", + "operationId": "me.events.calendar.DeleteCalendarView", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.events.calendar.calendarView.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.events.calendar.calendarView.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.events.calendar.calendarView.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.events.calendar.calendarView.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.events.calendar.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/events/{event-id}/calendar/calendarView/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.events.calendar.calendarView.delta", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/events/{event-id}/calendar/events": { + "get": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Get events from me", + "operationId": "me.events.calendar.ListEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Create new navigation property to events for me", + "operationId": "me.events.calendar.CreateEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events", + "/me/calendars/{calendar-id}/events", + "/me/calendarView/{event-id}/calendar/events" + ] + }, + "/me/events/{event-id}/calendar/events/{event-id1}": { + "get": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Get events from me", + "operationId": "me.events.calendar.GetEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Update the navigation property events in me", + "operationId": "me.events.calendar.UpdateEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.calendar.event" + ], + "summary": "Delete navigation property events for me", + "operationId": "me.events.calendar.DeleteEvents", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/events/{event-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}", + "/me/calendars/{calendar-id}/events/{event-id}", + "/me/calendarView/{event-id}/calendar/events/{event-id1}" + ] + }, + "/me/events/{event-id}/calendar/events/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.events.calendar.events.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/events/{event-id}/calendar/events/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.events.calendar.events.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.events.calendar.events.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.events.calendar.events.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.events.calendar.events.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/events/{event-id}/calendar/events/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.events.calendar.events.delta", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/events/{event-id}/calendar/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.events.calendar.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.events.calendar.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/me/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.events.calendar.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.events.calendar.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.events.calendar.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/events/{event-id}/calendar/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.events.calendar.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.events.calendar.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/me/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.events.calendar.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.events.calendar.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.events.calendar.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/events/{event-id}/extensions": { + "get": { + "tags": [ + "me.events.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.events.ListExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.events.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.events.CreateExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions", + "/me/calendar/events/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/me/calendars/{calendar-id}/events/{event-id}/extensions", + "/me/calendarView/{event-id}/extensions" + ] + }, + "/me/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.events.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.events.GetExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.events.UpdateExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.events.DeleteExtensions", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendar/events/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/me/calendarView/{event-id}/extensions/{extension-id}" + ] + }, + "/me/events/{event-id}/instances": { + "get": { + "tags": [ + "me.events.event" + ], + "summary": "Get instances from me", + "operationId": "me.events.ListInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.events.event" + ], + "summary": "Create new navigation property to instances for me", + "operationId": "me.events.CreateInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances", + "/me/calendar/events/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/me/calendars/{calendar-id}/events/{event-id}/instances", + "/me/calendarView/{event-id}/instances" + ] + }, + "/me/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "me.events.event" + ], + "summary": "Get instances from me", + "operationId": "me.events.GetInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.event" + ], + "summary": "Update the navigation property instances in me", + "operationId": "me.events.UpdateInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.event" + ], + "summary": "Delete navigation property instances for me", + "operationId": "me.events.DeleteInstances", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}", + "/me/calendar/events/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/me/calendarView/{event-id}/instances/{event-id1}" + ] + }, + "/me/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.events.instances.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/accept" + ] + }, + "/me/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.events.instances.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/decline" + ] + }, + "/me/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.events.instances.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/dismissReminder" + ] + }, + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.events.instances.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/snoozeReminder" + ] + }, + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/tentativelyAccept" + ] + }, + "/me/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.events.instances.delta", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/events/{event-id}/accept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action accept", + "operationId": "me.events.accept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendar/calendarView/{event-id}/accept", + "/me/calendar/events/{event-id}/instances/{event-id1}/accept", + "/me/calendar/events/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/me/calendars/{calendar-id}/events/{event-id}/accept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/me/calendarView/{event-id}/instances/{event-id1}/accept", + "/me/calendarView/{event-id}/accept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/me/events/{event-id}/calendar/events/{event-id1}/accept", + "/me/events/{event-id}/instances/{event-id1}/accept" + ] + }, + "/me/events/{event-id}/decline": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action decline", + "operationId": "me.events.decline", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendar/calendarView/{event-id}/decline", + "/me/calendar/events/{event-id}/instances/{event-id1}/decline", + "/me/calendar/events/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/me/calendars/{calendar-id}/events/{event-id}/decline", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/me/calendarView/{event-id}/instances/{event-id1}/decline", + "/me/calendarView/{event-id}/decline", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/me/events/{event-id}/calendar/events/{event-id1}/decline", + "/me/events/{event-id}/instances/{event-id1}/decline" + ] + }, + "/me/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "me.events.dismissReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/calendarView/{event-id}/dismissReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendar/events/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/me/calendarView/{event-id}/dismissReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/me/events/{event-id}/instances/{event-id1}/dismissReminder" + ] + }, + "/me/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "me.events.snoozeReminder", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/calendarView/{event-id}/snoozeReminder", + "/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendar/events/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/me/calendarView/{event-id}/snoozeReminder", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/me/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/me/events/{event-id}/instances/{event-id1}/snoozeReminder" + ] + }, + "/me/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "me.events.tentativelyAccept", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/calendarView/{event-id}/tentativelyAccept", + "/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendar/events/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/me/calendarView/{event-id}/tentativelyAccept", + "/me/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/me/events/{event-id}/instances/{event-id1}/tentativelyAccept" + ] + }, + "/me/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.events.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendar/events/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/me/calendarView/{event-id}/multiValueExtendedProperties" + ] + }, + "/me/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.events.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendar/events/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/me/calendarView/{event-id}/singleValueExtendedProperties" + ] + }, + "/me/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.events.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.events.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/me/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/events/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.events.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/extensions": { + "get": { + "tags": [ + "me.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.ListExtensions", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.CreateExtensions", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/extensions/{extension-id}": { + "get": { + "tags": [ + "me.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.GetExtensions", + "parameters": [ + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.UpdateExtensions", + "parameters": [ + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.DeleteExtensions", + "parameters": [ + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/inferenceClassification": { + "get": { + "tags": [ + "me.inferenceClassification" + ], + "summary": "Get inferenceClassification from me", + "operationId": "me.GetInferenceClassification", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "overrides" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassification" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.inferenceClassification" + ], + "summary": "Update the navigation property inferenceClassification in me", + "operationId": "me.UpdateInferenceClassification", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassification" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.inferenceClassification" + ], + "summary": "Delete navigation property inferenceClassification for me", + "operationId": "me.DeleteInferenceClassification", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/inferenceClassification/overrides": { + "get": { + "tags": [ + "me.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Get overrides from me", + "operationId": "me.inferenceClassification.ListOverrides", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "classifyAs", + "classifyAs desc", + "senderEmailAddress", + "senderEmailAddress desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "classifyAs", + "senderEmailAddress" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of inferenceClassificationOverride", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Create new navigation property to overrides for me", + "operationId": "me.inferenceClassification.CreateOverrides", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/inferenceClassification/overrides/{inferenceClassificationOverride-id}": { + "get": { + "tags": [ + "me.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Get overrides from me", + "operationId": "me.inferenceClassification.GetOverrides", + "parameters": [ + { + "name": "inferenceClassificationOverride-id", + "in": "path", + "description": "key: id of inferenceClassificationOverride", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "inferenceClassificationOverride" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "classifyAs", + "senderEmailAddress" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Update the navigation property overrides in me", + "operationId": "me.inferenceClassification.UpdateOverrides", + "parameters": [ + { + "name": "inferenceClassificationOverride-id", + "in": "path", + "description": "key: id of inferenceClassificationOverride", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "inferenceClassificationOverride" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Delete navigation property overrides for me", + "operationId": "me.inferenceClassification.DeleteOverrides", + "parameters": [ + { + "name": "inferenceClassificationOverride-id", + "in": "path", + "description": "key: id of inferenceClassificationOverride", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "inferenceClassificationOverride" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights": { + "get": { + "tags": [ + "me.officeGraphInsights" + ], + "summary": "Get insights from me", + "operationId": "me.GetInsights", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "trending", + "shared", + "used" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "trending", + "shared", + "used" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.officeGraphInsights" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.officeGraphInsights" + ], + "summary": "Update the navigation property insights in me", + "operationId": "me.UpdateInsights", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.officeGraphInsights" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.officeGraphInsights" + ], + "summary": "Delete navigation property insights for me", + "operationId": "me.DeleteInsights", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/shared": { + "get": { + "tags": [ + "me.insights.sharedInsight" + ], + "summary": "Get shared from me", + "operationId": "me.insights.ListShared", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastShared", + "lastShared desc", + "sharingHistory", + "sharingHistory desc", + "resourceVisualization", + "resourceVisualization desc", + "resourceReference", + "resourceReference desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastShared", + "sharingHistory", + "resourceVisualization", + "resourceReference", + "lastSharedMethod", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "lastSharedMethod", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sharedInsight", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.insights.sharedInsight" + ], + "summary": "Create new navigation property to shared for me", + "operationId": "me.insights.CreateShared", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/shared/{sharedInsight-id}": { + "get": { + "tags": [ + "me.insights.sharedInsight" + ], + "summary": "Get shared from me", + "operationId": "me.insights.GetShared", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastShared", + "sharingHistory", + "resourceVisualization", + "resourceReference", + "lastSharedMethod", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "lastSharedMethod", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.insights.sharedInsight" + ], + "summary": "Update the navigation property shared in me", + "operationId": "me.insights.UpdateShared", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.insights.sharedInsight" + ], + "summary": "Delete navigation property shared for me", + "operationId": "me.insights.DeleteShared", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod": { + "get": { + "tags": [ + "me.insights.shared.entity" + ], + "summary": "Get lastSharedMethod from me", + "operationId": "me.insights.shared.GetLastSharedMethod", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Entity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/$ref": { + "get": { + "tags": [ + "me.insights.shared.entity" + ], + "summary": "Get ref of lastSharedMethod from me", + "operationId": "me.insights.shared.GetRefLastSharedMethod", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.insights.shared.entity" + ], + "summary": "Update the ref of navigation property lastSharedMethod in me", + "operationId": "me.insights.shared.UpdateRefLastSharedMethod", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.insights.shared.entity" + ], + "summary": "Delete ref of navigation property lastSharedMethod for me", + "operationId": "me.insights.shared.DeleteRefLastSharedMethod", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/commit": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action commit", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.mobileAppContentFile.commit", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileEncryptionInfo" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/renewUpload": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action renewUpload", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.mobileAppContentFile.renewUpload", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action assign", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action assign", + "operationId": "me.insights.shared.lastSharedMethod.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.shared.lastSharedMethod.Range.boundingRect", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.shared.lastSharedMethod.Range.cell", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.Range.clear", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/me/insights/trending/{trending-id}/resource/Range/clear", + "/me/insights/trending/{trending-id}/resource/RangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/Range/clear", + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.shared.lastSharedMethod.Range.column", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/column(column={column})", + "/me/insights/trending/{trending-id}/resource/Range/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/column(column={column})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.Range.columnsAfter-43bb", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.shared.lastSharedMethod.Range.columnsAfter-0669", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.Range.columnsBefore-b5c5", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.shared.lastSharedMethod.Range.columnsBefore-b7c6", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.shared.lastSharedMethod.Range.delete", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/delete", + "/me/insights/trending/{trending-id}/resource/Range/delete", + "/me/insights/used/{usedInsight-id}/resource/Range/delete" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.shared.lastSharedMethod.Range.entireColumn", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/entireColumn()", + "/me/insights/trending/{trending-id}/resource/Range/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.shared.lastSharedMethod.Range.entireRow", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/entireRow()", + "/me/insights/trending/{trending-id}/resource/Range/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.shared.lastSharedMethod.Range.insert", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/insert", + "/me/insights/trending/{trending-id}/resource/Range/insert", + "/me/insights/used/{usedInsight-id}/resource/Range/insert" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.shared.lastSharedMethod.Range.intersection", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.shared.lastSharedMethod.Range.lastCell", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/lastCell()", + "/me/insights/trending/{trending-id}/resource/Range/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastCell()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.shared.lastSharedMethod.Range.lastColumn", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/lastColumn()", + "/me/insights/trending/{trending-id}/resource/Range/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastColumn()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.shared.lastSharedMethod.Range.lastRow", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/lastRow()", + "/me/insights/trending/{trending-id}/resource/Range/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastRow()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.shared.lastSharedMethod.Range.merge", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "across": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/merge", + "/me/insights/trending/{trending-id}/resource/Range/merge", + "/me/insights/used/{usedInsight-id}/resource/Range/merge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.shared.lastSharedMethod.Range.offsetRange", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.shared.lastSharedMethod.Range.resizedRange", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.shared.lastSharedMethod.Range.row", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/row(row={row})", + "/me/insights/trending/{trending-id}/resource/Range/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/Range/row(row={row})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.Range.rowsAbove-80e1", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.shared.lastSharedMethod.Range.rowsAbove-d2c7", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.Range.rowsBelow-2035", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.shared.lastSharedMethod.Range.rowsBelow-cfc7", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.shared.lastSharedMethod.Range.unmerge", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/unmerge", + "/me/insights/trending/{trending-id}/resource/Range/unmerge", + "/me/insights/used/{usedInsight-id}/resource/Range/unmerge" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.Range.usedRange-5ff6", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.shared.lastSharedMethod.Range.usedRange-63c8", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.shared.lastSharedMethod.Range.visibleView", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/Range/visibleView()", + "/me/insights/trending/{trending-id}/resource/Range/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/Range/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.lastSharedMethod.RangeFill.clear", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/me/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/me/insights/trending/{trending-id}/resource/Range/clear", + "/me/insights/trending/{trending-id}/resource/RangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/Range/clear", + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.lastSharedMethod.RangeFormat.autofitColumns", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/RangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/RangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.lastSharedMethod.RangeFormat.autofitRows", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/RangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/RangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.lastSharedMethod.RangeSort.apply", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "hasHeaders": { + "type": "boolean", + "default": false + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/RangeSort/apply", + "/me/insights/trending/{trending-id}/resource/RangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/RangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.lastSharedMethod.RangeView.range", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/resource/RangeView/range()", + "/me/insights/trending/{trending-id}/resource/RangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/RangeView/range()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource": { + "get": { + "tags": [ + "me.insights.shared.entity" + ], + "summary": "Get resource from me", + "operationId": "me.insights.shared.GetResource", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Entity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/shared/{sharedInsight-id}/resource/$ref": { + "get": { + "tags": [ + "me.insights.shared.entity" + ], + "summary": "Get ref of resource from me", + "operationId": "me.insights.shared.GetRefResource", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.insights.shared.entity" + ], + "summary": "Update the ref of navigation property resource in me", + "operationId": "me.insights.shared.UpdateRefResource", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.insights.shared.entity" + ], + "summary": "Delete ref of navigation property resource for me", + "operationId": "me.insights.shared.DeleteRefResource", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "me.insights.shared.resource.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/targetApps", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action commit", + "operationId": "me.insights.shared.resource.microsoft.graph.mobileAppContentFile.commit", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileEncryptionInfo" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/commit", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action renewUpload", + "operationId": "me.insights.shared.resource.microsoft.graph.mobileAppContentFile.renewUpload", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/renewUpload", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action assign", + "operationId": "me.insights.shared.resource.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action assign", + "operationId": "me.insights.shared.resource.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the smallest range that encompasses the given ranges.", + "operationId": "getWorkbookNamedItemRangeBoundingRect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the smallest range that encompasses the given ranges.", + "operationId": "getWorksheetRangeBoundingRect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the smallest range that encompasses the given ranges.", + "operationId": "getWorkbookTableColumnRangeBoundingRect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the range containing the single cell based on row and column numbers.", + "operationId": "getWorkbookNamedItemRangeCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the range object containing the single cell based on row and column numbers.", + "operationId": "getWorksheetRangeCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the range object containing the single cell based on row and column numbers.", + "operationId": "getWorkbookTableColumnRangeCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/clear": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Clear range values such as format, fill, and border.", + "operationId": "clearWorkbookNamedItemRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ApplyTo" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/me/insights/trending/{trending-id}/resource/Range/clear", + "/me/insights/trending/{trending-id}/resource/RangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/Range/clear", + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/clear": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Clear range values such as format, fill, and border.", + "operationId": "clearWorksheetRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ApplyTo" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/me/insights/trending/{trending-id}/resource/Range/clear", + "/me/insights/trending/{trending-id}/resource/RangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/Range/clear", + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/clear": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Clear range values such as format, fill, and border.", + "operationId": "clearWorkbookTableColumnRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ApplyTo" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/me/insights/trending/{trending-id}/resource/Range/clear", + "/me/insights/trending/{trending-id}/resource/RangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/Range/clear", + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/column(column={column})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a column contained in the range.", + "operationId": "getWorkbookNamedItemRangeColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})", + "/me/insights/trending/{trending-id}/resource/Range/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/column(column={column})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/column(column={column})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a column contained in the range.", + "operationId": "getWorkseetRangeColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})", + "/me/insights/trending/{trending-id}/resource/Range/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/column(column={column})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/column(column={column})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a column contained in the range.", + "operationId": "getWorkbookTableColumnRangeColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})", + "/me/insights/trending/{trending-id}/resource/Range/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/column(column={column})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/columnsAfter": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a certain number of columns to the right of the given range.", + "operationId": "getWorksheetColumnsAfterRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a certain number of columns to the right of the given range.", + "operationId": "getWorksheetColumnsAfterRangeWithCount", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/columnsBefore": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a certain number of columns to the left of the given range.", + "operationId": "getWorksheetColumnsBeforeRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a certain number of columns to the left of the given range.", + "operationId": "getWorksheetColumnsBeforeRangeWithCount", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/delete": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Deletes the cells associated with the range.", + "operationId": "deleteWorkbookNamedItemRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Shift" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete", + "/me/insights/trending/{trending-id}/resource/Range/delete", + "/me/insights/used/{usedInsight-id}/resource/Range/delete" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/range/delete": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Deletes the cells associated with the range.", + "operationId": "deleteWorksheetRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Shift" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete", + "/me/insights/trending/{trending-id}/resource/Range/delete", + "/me/insights/used/{usedInsight-id}/resource/Range/delete" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/delete": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Deletes the cells associated with the range.", + "operationId": "deleteWorkbookTableColumnRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Shift" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete", + "/me/insights/trending/{trending-id}/resource/Range/delete", + "/me/insights/used/{usedInsight-id}/resource/Range/delete" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/entireColumn": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets an range that represents the entire column of the range.", + "operationId": "getWorkbookNamedItemRangeEntireColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()", + "/me/insights/trending/{trending-id}/resource/Range/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireColumn()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/range/entireColumn": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets an range that represents the entire column of the range.", + "operationId": "getWorksheetRangeEntireColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()", + "/me/insights/trending/{trending-id}/resource/Range/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireColumn()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/entireColumn": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets an range that represents the entire column of the range.", + "operationId": "getWorkbookTableColumnRangeEntireColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()", + "/me/insights/trending/{trending-id}/resource/Range/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireColumn()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/entireRow": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a range that represents the entire row of the range.", + "operationId": "getWorkbookNameRangeEntireRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()", + "/me/insights/trending/{trending-id}/resource/Range/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireRow()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/range/entireRow": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a range that represents the entire row of the range.", + "operationId": "getWorksheetRangeEntireRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()", + "/me/insights/trending/{trending-id}/resource/Range/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireRow()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/entireRow": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a range that represents the entire row of the range.", + "operationId": "getWorkbookTableColumnRangeEntireRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()", + "/me/insights/trending/{trending-id}/resource/Range/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireRow()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/insert": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Inserts a cell or a range of cells into the worksheet in place of this range, and shifts the other cells to make space.", + "operationId": "insertWorkbookNamedItemRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Shift" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert", + "/me/insights/trending/{trending-id}/resource/Range/insert", + "/me/insights/used/{usedInsight-id}/resource/Range/insert" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/range/insert": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Inserts a cell or a range of cells into the worksheet in place of this range, and shifts the other cells to make space.", + "operationId": "insertWorksheetRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Shift" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert", + "/me/insights/trending/{trending-id}/resource/Range/insert", + "/me/insights/used/{usedInsight-id}/resource/Range/insert" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/insert": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Inserts a cell or a range of cells into the worksheet in place of this range, and shifts the other cells to make space.", + "operationId": "insertWorkbookTableColumnRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Shift" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert", + "/me/insights/trending/{trending-id}/resource/Range/insert", + "/me/insights/used/{usedInsight-id}/resource/Range/insert" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the range that represents the rectangular intersection of the given ranges.", + "operationId": "getWorkbookNamedItemRangeIntersection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the range that represents the rectangular intersection of the given ranges.", + "operationId": "getWorksheetRangeIntersection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the range that represents the rectangular intersection of the given ranges.", + "operationId": "getWorkbookTableColumnRangeIntersection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/lastCell": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the last cell within the range.", + "operationId": "getWorkbookNamedItemRangeLastCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()", + "/me/insights/trending/{trending-id}/resource/Range/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastCell()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/lastCell": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the last cell within the range.", + "operationId": "getWorksheetRangeLastCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()", + "/me/insights/trending/{trending-id}/resource/Range/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastCell()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/lastCell": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the last cell within the range.", + "operationId": "getWorkbookTableColumnRangeLastCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()", + "/me/insights/trending/{trending-id}/resource/Range/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastCell()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/lastColumn": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the last column within the range.", + "operationId": "getWorkbookNamedItemRangeLastColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()", + "/me/insights/trending/{trending-id}/resource/Range/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastColumn()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/lastColumn": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the last column within the range.", + "operationId": "getWorksheetRangeLastColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()", + "/me/insights/trending/{trending-id}/resource/Range/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastColumn()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/lastColumn": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the last column within the range.", + "operationId": "getWorkbookTableColumnRangeLastColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()", + "/me/insights/trending/{trending-id}/resource/Range/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastColumn()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/lastRow": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the last row within the range.", + "operationId": "getWorkbookNamedItemRangeLastRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()", + "/me/insights/trending/{trending-id}/resource/Range/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastRow()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/range/lastRow": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the last row within the range.", + "operationId": "getWorksheetRangeLastRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()", + "/me/insights/trending/{trending-id}/resource/Range/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastRow()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/lastRow": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the last row within the range.", + "operationId": "getWorkbookTableColumnRangeLastRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()", + "/me/insights/trending/{trending-id}/resource/Range/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastRow()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/merge": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Merge the range cells into one region in the worksheet.", + "operationId": "mergeWorkbookNamedItemRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Across" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge", + "/me/insights/trending/{trending-id}/resource/Range/merge", + "/me/insights/used/{usedInsight-id}/resource/Range/merge" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/merge": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Merge the range cells into one region in the worksheet.", + "operationId": "mergeWorksheetRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Across" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge", + "/me/insights/trending/{trending-id}/resource/Range/merge", + "/me/insights/used/{usedInsight-id}/resource/Range/merge" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/merge": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Merge the range cells into one region in the worksheet.", + "operationId": "mergeWorkbookTableColumnRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Across" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge", + "/me/insights/trending/{trending-id}/resource/Range/merge", + "/me/insights/used/{usedInsight-id}/resource/Range/merge" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets range that's offset from the specified range.", + "operationId": "getWorkbookNamedItemOffsetRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets range that's offset from the specified range.", + "operationId": "getWorksheetOffsetRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets range that's offset from the specified range.", + "operationId": "getWorkbookTableColumnOffsetRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Get a range similar to the current range object, but with its bottom-right corner expanded (or contracted) by some number of rows and columns.", + "operationId": "getWorkbookNamedItemResizedRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Get a range similar to the current range object, but with its bottom-right corner expanded (or contracted) by some number of rows and columns.", + "operationId": "getWorksheetResizedRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "{workbook-worksheet-id}", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Get a range similar to the current range object, but with its bottom-right corner expanded (or contracted) by some number of rows and columns.", + "operationId": "getWorkbookTableColumnResizedRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/row(row={row})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a row contained in the range.", + "operationId": "getWorkbookNamedItemRangeRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})", + "/me/insights/trending/{trending-id}/resource/Range/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/Range/row(row={row})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/row(row={row})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a row contained in the range.", + "operationId": "getWorksheetRangeRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "{workbook-worksheet-id}", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})", + "/me/insights/trending/{trending-id}/resource/Range/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/Range/row(row={row})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/row(row={row})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a row contained in the range.", + "operationId": "getWorkbookTableColumnRangeRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})", + "/me/insights/trending/{trending-id}/resource/Range/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/Range/row(row={row})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/rowsAbove": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets a certain number of rows above a given range.", + "operationId": "getWorksheetRangeRowAbove", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "{workbook-worksheet-id}", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions", + "workbbok" + ], + "summary": "Gets a certain number of rows above a given range.", + "operationId": "getWorksheetRangeRowAboveWithCount", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "{workbook-worksheet-id}", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/rowsBelow": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets certain number of rows below a given range.", + "operationId": "getWorksheetRangeRowBelow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "{workbook-worksheet-id}", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets certain number of rows below a given range.", + "operationId": "getWorksheetRangeRowBelowWithCount", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "{workbook-worksheet-id}", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/unmerge": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Unmerge the range cells into separate cells.", + "operationId": "unmergeWorkbookNamedItemRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge", + "/me/insights/trending/{trending-id}/resource/Range/unmerge", + "/me/insights/used/{usedInsight-id}/resource/Range/unmerge" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/unmerge": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Unmerge the range cells into separate cells.", + "operationId": "unmergeWorksheetRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge", + "/me/insights/trending/{trending-id}/resource/Range/unmerge", + "/me/insights/used/{usedInsight-id}/resource/Range/unmerge" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/unmerge": { + "post": { + "tags": [ + "me.Actions", + "workbook" + ], + "summary": "Unmerge the range cells into separate cells.", + "operationId": "unmergeWorkbookTableColumnRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge", + "/me/insights/trending/{trending-id}/resource/Range/unmerge", + "/me/insights/used/{usedInsight-id}/resource/Range/unmerge" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/usedRange": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the used range of the given range.", + "operationId": "getWorkbookNamedItemUsedRnge", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the used range of the given range.", + "operationId": "getWorkbookNamedItemUsedRngeWithValuesOnly", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/usedRange": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the used range of the given range.", + "operationId": "getWorksheetUsedRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "{workbook-worksheet-id}", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the used range of the given range.", + "operationId": "getWorksheetUsedRangeWithValuesOnly", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "{workbook-worksheet-id}", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/usedRange": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the used range of the given range.", + "operationId": "getWorkbookTableColumnUsedRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Gets the used range of the given range.", + "operationId": "getWorkbookTableColumnUsedRangeWithValuesOnly", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/range/visibleView": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Get the range visible from a filtered range.", + "operationId": "getWorkbookNamedItemRangeVisibleView", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RangeView", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()", + "/me/insights/trending/{trending-id}/resource/Range/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/Range/visibleView()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address='
')/visibleView": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Get the range visible from a filtered range.", + "operationId": "getWorksheetRangeVisibleView", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "{workbook-worksheet-id}", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RangeView", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()", + "/me/insights/trending/{trending-id}/resource/Range/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/Range/visibleView()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range/visibleView": { + "get": { + "tags": [ + "me.Functions", + "workbook" + ], + "summary": "Get the range visible from a filtered range.", + "operationId": "getWorkbookTableColumnRangeVisibleView", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RangeView", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()", + "/me/insights/trending/{trending-id}/resource/Range/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/Range/visibleView()" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.shared.resource.RangeFill.clear", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/me/insights/trending/{trending-id}/resource/Range/clear", + "/me/insights/trending/{trending-id}/resource/RangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/Range/clear", + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.shared.resource.RangeFormat.autofitColumns", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/RangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/RangeFormat/autofitColumns" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.shared.resource.RangeFormat.autofitRows", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/RangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/RangeFormat/autofitRows" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/RangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.shared.resource.RangeSort.apply", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "hasHeaders": { + "type": "boolean", + "default": false + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeSort/apply", + "/me/insights/trending/{trending-id}/resource/RangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/RangeSort/apply" + ] + }, + "/me/insights/shared/{sharedInsight-id}/resource/RangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.shared.resource.RangeView.range", + "parameters": [ + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeView/range()", + "/me/insights/trending/{trending-id}/resource/RangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/RangeView/range()" + ] + }, + "/me/insights/trending": { + "get": { + "tags": [ + "me.insights.trending" + ], + "summary": "Get trending from me", + "operationId": "me.insights.ListTrending", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "weight", + "weight desc", + "resourceVisualization", + "resourceVisualization desc", + "resourceReference", + "resourceReference desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "weight", + "resourceVisualization", + "resourceReference", + "lastModifiedDateTime", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of trending", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.insights.trending" + ], + "summary": "Create new navigation property to trending for me", + "operationId": "me.insights.CreateTrending", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/trending/{trending-id}": { + "get": { + "tags": [ + "me.insights.trending" + ], + "summary": "Get trending from me", + "operationId": "me.insights.GetTrending", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "weight", + "resourceVisualization", + "resourceReference", + "lastModifiedDateTime", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.insights.trending" + ], + "summary": "Update the navigation property trending in me", + "operationId": "me.insights.UpdateTrending", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.insights.trending" + ], + "summary": "Delete navigation property trending for me", + "operationId": "me.insights.DeleteTrending", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/trending/{trending-id}/resource": { + "get": { + "tags": [ + "me.insights.trending.entity" + ], + "summary": "Get resource from me", + "operationId": "me.insights.trending.GetResource", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Entity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/trending/{trending-id}/resource/$ref": { + "get": { + "tags": [ + "me.insights.trending.entity" + ], + "summary": "Get ref of resource from me", + "operationId": "me.insights.trending.GetRefResource", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.insights.trending.entity" + ], + "summary": "Update the ref of navigation property resource in me", + "operationId": "me.insights.trending.UpdateRefResource", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.insights.trending.entity" + ], + "summary": "Delete ref of navigation property resource for me", + "operationId": "me.insights.trending.DeleteRefResource", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "me.insights.trending.resource.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/targetApps", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/commit": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action commit", + "operationId": "me.insights.trending.resource.microsoft.graph.mobileAppContentFile.commit", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileEncryptionInfo" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/commit", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action renewUpload", + "operationId": "me.insights.trending.resource.microsoft.graph.mobileAppContentFile.renewUpload", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/renewUpload", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action assign", + "operationId": "me.insights.trending.resource.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/me/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action assign", + "operationId": "me.insights.trending.resource.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.trending.resource.Range.boundingRect", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.trending.resource.Range.cell", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/cell(row={row},column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.Range.clear", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/me/insights/trending/{trending-id}/resource/RangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/Range/clear", + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.trending.resource.Range.column", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/column(column={column})", + "/me/insights/used/{usedInsight-id}/resource/Range/column(column={column})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.Range.columnsAfter-43bb", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.trending.resource.Range.columnsAfter-0669", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.Range.columnsBefore-b5c5", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.trending.resource.Range.columnsBefore-b7c6", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.trending.resource.Range.delete", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete", + "/me/insights/shared/{sharedInsight-id}/resource/Range/delete", + "/me/insights/used/{usedInsight-id}/resource/Range/delete" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.trending.resource.Range.entireColumn", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/entireColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.trending.resource.Range.entireRow", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/entireRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/entireRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.trending.resource.Range.insert", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert", + "/me/insights/shared/{sharedInsight-id}/resource/Range/insert", + "/me/insights/used/{usedInsight-id}/resource/Range/insert" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.trending.resource.Range.intersection", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/me/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.trending.resource.Range.lastCell", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/lastCell()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastCell()" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.trending.resource.Range.lastColumn", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/lastColumn()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastColumn()" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.trending.resource.Range.lastRow", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/lastRow()", + "/me/insights/used/{usedInsight-id}/resource/Range/lastRow()" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.trending.resource.Range.merge", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "across": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge", + "/me/insights/shared/{sharedInsight-id}/resource/Range/merge", + "/me/insights/used/{usedInsight-id}/resource/Range/merge" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.trending.resource.Range.offsetRange", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.trending.resource.Range.resizedRange", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.trending.resource.Range.row", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/row(row={row})", + "/me/insights/used/{usedInsight-id}/resource/Range/row(row={row})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.Range.rowsAbove-80e1", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.trending.resource.Range.rowsAbove-d2c7", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.Range.rowsBelow-2035", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.trending.resource.Range.rowsBelow-cfc7", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.trending.resource.Range.unmerge", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/Range/unmerge", + "/me/insights/used/{usedInsight-id}/resource/Range/unmerge" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.Range.usedRange-5ff6", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.trending.resource.Range.usedRange-63c8", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/trending/{trending-id}/resource/Range/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.trending.resource.Range.visibleView", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/visibleView()", + "/me/insights/used/{usedInsight-id}/resource/Range/visibleView()" + ] + }, + "/me/insights/trending/{trending-id}/resource/RangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.trending.resource.RangeFill.clear", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/me/insights/trending/{trending-id}/resource/Range/clear", + "/me/insights/used/{usedInsight-id}/resource/Range/clear", + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/me/insights/trending/{trending-id}/resource/RangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.trending.resource.RangeFormat.autofitColumns", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitColumns", + "/me/insights/used/{usedInsight-id}/resource/RangeFormat/autofitColumns" + ] + }, + "/me/insights/trending/{trending-id}/resource/RangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.trending.resource.RangeFormat.autofitRows", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitRows", + "/me/insights/used/{usedInsight-id}/resource/RangeFormat/autofitRows" + ] + }, + "/me/insights/trending/{trending-id}/resource/RangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.trending.resource.RangeSort.apply", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "hasHeaders": { + "type": "boolean", + "default": false + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/RangeSort/apply", + "/me/insights/used/{usedInsight-id}/resource/RangeSort/apply" + ] + }, + "/me/insights/trending/{trending-id}/resource/RangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.trending.resource.RangeView.range", + "parameters": [ + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/RangeView/range()", + "/me/insights/used/{usedInsight-id}/resource/RangeView/range()" + ] + }, + "/me/insights/used": { + "get": { + "tags": [ + "me.insights.usedInsight" + ], + "summary": "Get used from me", + "operationId": "me.insights.ListUsed", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastUsed", + "lastUsed desc", + "resourceVisualization", + "resourceVisualization desc", + "resourceReference", + "resourceReference desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastUsed", + "resourceVisualization", + "resourceReference", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of usedInsight", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.insights.usedInsight" + ], + "summary": "Create new navigation property to used for me", + "operationId": "me.insights.CreateUsed", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/used/{usedInsight-id}": { + "get": { + "tags": [ + "me.insights.usedInsight" + ], + "summary": "Get used from me", + "operationId": "me.insights.GetUsed", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastUsed", + "resourceVisualization", + "resourceReference", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.insights.usedInsight" + ], + "summary": "Update the navigation property used in me", + "operationId": "me.insights.UpdateUsed", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.insights.usedInsight" + ], + "summary": "Delete navigation property used for me", + "operationId": "me.insights.DeleteUsed", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/used/{usedInsight-id}/resource": { + "get": { + "tags": [ + "me.insights.used.entity" + ], + "summary": "Get resource from me", + "operationId": "me.insights.used.GetResource", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Entity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/used/{usedInsight-id}/resource/$ref": { + "get": { + "tags": [ + "me.insights.used.entity" + ], + "summary": "Get ref of resource from me", + "operationId": "me.insights.used.GetRefResource", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.insights.used.entity" + ], + "summary": "Update the ref of navigation property resource in me", + "operationId": "me.insights.used.UpdateRefResource", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.insights.used.entity" + ], + "summary": "Delete ref of navigation property resource for me", + "operationId": "me.insights.used.DeleteRefResource", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "me.insights.used.resource.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/targetApps", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/targetApps" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action commit", + "operationId": "me.insights.used.resource.microsoft.graph.mobileAppContentFile.commit", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileEncryptionInfo" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/commit", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/commit" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action renewUpload", + "operationId": "me.insights.used.resource.microsoft.graph.mobileAppContentFile.renewUpload", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/renewUpload", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action assign", + "operationId": "me.insights.used.resource.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action assign", + "operationId": "me.insights.used.resource.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/me/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/me/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "me.insights.used.resource.Range.boundingRect", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function cell", + "operationId": "me.insights.used.resource.Range.cell", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/cell(row={row},column={column})", + "/me/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.Range.clear", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/me/insights/trending/{trending-id}/resource/Range/clear", + "/me/insights/trending/{trending-id}/resource/RangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/column(column={column})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function column", + "operationId": "me.insights.used.resource.Range.column", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/column(column={column})", + "/me/insights/trending/{trending-id}/resource/Range/column(column={column})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.Range.columnsAfter-43bb", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "me.insights.used.resource.Range.columnsAfter-0669", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/me/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsAfter()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.Range.columnsBefore-b5c5", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "me.insights.used.resource.Range.columnsBefore-b7c6", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/me/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/columnsBefore()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/delete": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action delete", + "operationId": "me.insights.used.resource.Range.delete", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete", + "/me/insights/shared/{sharedInsight-id}/resource/Range/delete", + "/me/insights/trending/{trending-id}/resource/Range/delete" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/entireColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "me.insights.used.resource.Range.entireColumn", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/entireColumn()", + "/me/insights/trending/{trending-id}/resource/Range/entireColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/entireRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "me.insights.used.resource.Range.entireRow", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/entireRow()", + "/me/insights/trending/{trending-id}/resource/Range/entireRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/insert": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action insert", + "operationId": "me.insights.used.resource.Range.insert", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert", + "/me/insights/shared/{sharedInsight-id}/resource/Range/insert", + "/me/insights/trending/{trending-id}/resource/Range/insert" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "me.insights.used.resource.Range.intersection", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/me/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/lastCell()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "me.insights.used.resource.Range.lastCell", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/lastCell()", + "/me/insights/trending/{trending-id}/resource/Range/lastCell()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/lastColumn()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "me.insights.used.resource.Range.lastColumn", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/lastColumn()", + "/me/insights/trending/{trending-id}/resource/Range/lastColumn()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/lastRow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "me.insights.used.resource.Range.lastRow", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/lastRow()", + "/me/insights/trending/{trending-id}/resource/Range/lastRow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/merge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action merge", + "operationId": "me.insights.used.resource.Range.merge", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "across": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge", + "/me/insights/shared/{sharedInsight-id}/resource/Range/merge", + "/me/insights/trending/{trending-id}/resource/Range/merge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "me.insights.used.resource.Range.offsetRange", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/me/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "me.insights.used.resource.Range.resizedRange", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/me/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/row(row={row})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function row", + "operationId": "me.insights.used.resource.Range.row", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/row(row={row})", + "/me/insights/trending/{trending-id}/resource/Range/row(row={row})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.Range.rowsAbove-80e1", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "me.insights.used.resource.Range.rowsAbove-d2c7", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/me/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsAbove()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.Range.rowsBelow-2035", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "me.insights.used.resource.Range.rowsBelow-cfc7", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/me/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/me/insights/used/{usedInsight-id}/resource/Range/rowsBelow()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/unmerge": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "me.insights.used.resource.Range.unmerge", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge", + "/me/insights/shared/{sharedInsight-id}/resource/Range/unmerge", + "/me/insights/trending/{trending-id}/resource/Range/unmerge" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.Range.usedRange-5ff6", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "me.insights.used.resource.Range.usedRange-63c8", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/trending/{trending-id}/resource/Range/usedRange()", + "/me/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/me/insights/used/{usedInsight-id}/resource/Range/usedRange()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/Range/visibleView()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "me.insights.used.resource.Range.visibleView", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()", + "/me/insights/shared/{sharedInsight-id}/resource/Range/visibleView()", + "/me/insights/trending/{trending-id}/resource/Range/visibleView()" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/RangeFill/clear": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action clear", + "operationId": "me.insights.used.resource.RangeFill.clear", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/me/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/me/insights/trending/{trending-id}/resource/Range/clear", + "/me/insights/trending/{trending-id}/resource/RangeFill/clear", + "/me/insights/used/{usedInsight-id}/resource/Range/clear" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/RangeFormat/autofitColumns": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "me.insights.used.resource.RangeFormat.autofitColumns", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitColumns", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitColumns", + "/me/insights/trending/{trending-id}/resource/RangeFormat/autofitColumns" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/RangeFormat/autofitRows": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "me.insights.used.resource.RangeFormat.autofitRows", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitRows", + "/me/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitRows", + "/me/insights/trending/{trending-id}/resource/RangeFormat/autofitRows" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/RangeSort/apply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action apply", + "operationId": "me.insights.used.resource.RangeSort.apply", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "hasHeaders": { + "type": "boolean", + "default": false + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeSort/apply", + "/me/insights/shared/{sharedInsight-id}/resource/RangeSort/apply", + "/me/insights/trending/{trending-id}/resource/RangeSort/apply" + ] + }, + "/me/insights/used/{usedInsight-id}/resource/RangeView/range()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function range", + "operationId": "me.insights.used.resource.RangeView.range", + "parameters": [ + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeView/range()", + "/me/insights/shared/{sharedInsight-id}/resource/RangeView/range()", + "/me/insights/trending/{trending-id}/resource/RangeView/range()" + ] + }, + "/me/licenseDetails": { + "get": { + "tags": [ + "me.licenseDetails" + ], + "summary": "Get licenseDetails from me", + "operationId": "me.ListLicenseDetails", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "servicePlans", + "servicePlans desc", + "skuId", + "skuId desc", + "skuPartNumber", + "skuPartNumber desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "servicePlans", + "skuId", + "skuPartNumber" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of licenseDetails", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.licenseDetails" + ], + "summary": "Create new navigation property to licenseDetails for me", + "operationId": "me.CreateLicenseDetails", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/licenseDetails/{licenseDetails-id}": { + "get": { + "tags": [ + "me.licenseDetails" + ], + "summary": "Get licenseDetails from me", + "operationId": "me.GetLicenseDetails", + "parameters": [ + { + "name": "licenseDetails-id", + "in": "path", + "description": "key: id of licenseDetails", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "licenseDetails" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "servicePlans", + "skuId", + "skuPartNumber" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.licenseDetails" + ], + "summary": "Update the navigation property licenseDetails in me", + "operationId": "me.UpdateLicenseDetails", + "parameters": [ + { + "name": "licenseDetails-id", + "in": "path", + "description": "key: id of licenseDetails", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "licenseDetails" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.licenseDetails" + ], + "summary": "Delete navigation property licenseDetails for me", + "operationId": "me.DeleteLicenseDetails", + "parameters": [ + { + "name": "licenseDetails-id", + "in": "path", + "description": "key: id of licenseDetails", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "licenseDetails" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders": { + "get": { + "tags": [ + "me.mailFolder" + ], + "summary": "Get mailFolders from me", + "operationId": "me.ListMailFolders", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "parentFolderId", + "parentFolderId desc", + "childFolderCount", + "childFolderCount desc", + "unreadItemCount", + "unreadItemCount desc", + "totalItemCount", + "totalItemCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "parentFolderId", + "childFolderCount", + "unreadItemCount", + "totalItemCount", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mailFolder", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolder" + ], + "summary": "Create new navigation property to mailFolders for me", + "operationId": "me.CreateMailFolders", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}": { + "get": { + "tags": [ + "me.mailFolder" + ], + "summary": "Get mailFolders from me", + "operationId": "me.GetMailFolders", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "parentFolderId", + "childFolderCount", + "unreadItemCount", + "totalItemCount", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolder" + ], + "summary": "Update the navigation property mailFolders in me", + "operationId": "me.UpdateMailFolders", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolder" + ], + "summary": "Delete navigation property mailFolders for me", + "operationId": "me.DeleteMailFolders", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/childFolders": { + "get": { + "tags": [ + "me.mailFolders.mailFolder" + ], + "summary": "Get childFolders from me", + "operationId": "me.mailFolders.ListChildFolders", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "parentFolderId", + "parentFolderId desc", + "childFolderCount", + "childFolderCount desc", + "unreadItemCount", + "unreadItemCount desc", + "totalItemCount", + "totalItemCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "parentFolderId", + "childFolderCount", + "unreadItemCount", + "totalItemCount", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mailFolder", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolders.mailFolder" + ], + "summary": "Create new navigation property to childFolders for me", + "operationId": "me.mailFolders.CreateChildFolders", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}": { + "get": { + "tags": [ + "me.mailFolders.mailFolder" + ], + "summary": "Get childFolders from me", + "operationId": "me.mailFolders.GetChildFolders", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "parentFolderId", + "childFolderCount", + "unreadItemCount", + "totalItemCount", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolders.mailFolder" + ], + "summary": "Update the navigation property childFolders in me", + "operationId": "me.mailFolders.UpdateChildFolders", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolders.mailFolder" + ], + "summary": "Delete navigation property childFolders for me", + "operationId": "me.mailFolders.DeleteChildFolders", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copy", + "operationId": "me.mailFolders.childFolders.copy", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "/me/mailFolders/{mailFolder-id}/copy", + "/me/messages/{message-id}/copy" + ] + }, + "/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action move", + "operationId": "me.mailFolders.childFolders.move", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "/me/mailFolders/{mailFolder-id}/move", + "/me/messages/{message-id}/move" + ] + }, + "/me/mailFolders/{mailFolder-id}/childFolders/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.mailFolders.childFolders.delta", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/mailFolders/{mailFolder-id}/messageRules": { + "get": { + "tags": [ + "me.mailFolders.messageRule" + ], + "summary": "Get messageRules from me", + "operationId": "me.mailFolders.ListMessageRules", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "sequence", + "sequence desc", + "conditions", + "conditions desc", + "actions", + "actions desc", + "exceptions", + "exceptions desc", + "isEnabled", + "isEnabled desc", + "hasError", + "hasError desc", + "isReadOnly", + "isReadOnly desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "sequence", + "conditions", + "actions", + "exceptions", + "isEnabled", + "hasError", + "isReadOnly" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of messageRule", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolders.messageRule" + ], + "summary": "Create new navigation property to messageRules for me", + "operationId": "me.mailFolders.CreateMessageRules", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}": { + "get": { + "tags": [ + "me.mailFolders.messageRule" + ], + "summary": "Get messageRules from me", + "operationId": "me.mailFolders.GetMessageRules", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "messageRule-id", + "in": "path", + "description": "key: id of messageRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "messageRule" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "sequence", + "conditions", + "actions", + "exceptions", + "isEnabled", + "hasError", + "isReadOnly" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolders.messageRule" + ], + "summary": "Update the navigation property messageRules in me", + "operationId": "me.mailFolders.UpdateMessageRules", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "messageRule-id", + "in": "path", + "description": "key: id of messageRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "messageRule" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolders.messageRule" + ], + "summary": "Delete navigation property messageRules for me", + "operationId": "me.mailFolders.DeleteMessageRules", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "messageRule-id", + "in": "path", + "description": "key: id of messageRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "messageRule" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/messages": { + "get": { + "tags": [ + "me.mailFolders.message" + ], + "summary": "Get messages from me", + "operationId": "me.mailFolders.ListMessages", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "receivedDateTime", + "receivedDateTime desc", + "sentDateTime", + "sentDateTime desc", + "hasAttachments", + "hasAttachments desc", + "internetMessageId", + "internetMessageId desc", + "internetMessageHeaders", + "internetMessageHeaders desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "parentFolderId", + "parentFolderId desc", + "sender", + "sender desc", + "from", + "from desc", + "toRecipients", + "toRecipients desc", + "ccRecipients", + "ccRecipients desc", + "bccRecipients", + "bccRecipients desc", + "replyTo", + "replyTo desc", + "conversationId", + "conversationId desc", + "uniqueBody", + "uniqueBody desc", + "isDeliveryReceiptRequested", + "isDeliveryReceiptRequested desc", + "isReadReceiptRequested", + "isReadReceiptRequested desc", + "isRead", + "isRead desc", + "isDraft", + "isDraft desc", + "webLink", + "webLink desc", + "inferenceClassification", + "inferenceClassification desc", + "flag", + "flag desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "receivedDateTime", + "sentDateTime", + "hasAttachments", + "internetMessageId", + "internetMessageHeaders", + "subject", + "body", + "bodyPreview", + "importance", + "parentFolderId", + "sender", + "from", + "toRecipients", + "ccRecipients", + "bccRecipients", + "replyTo", + "conversationId", + "uniqueBody", + "isDeliveryReceiptRequested", + "isReadReceiptRequested", + "isRead", + "isDraft", + "webLink", + "inferenceClassification", + "flag", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of message", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolders.message" + ], + "summary": "Create new navigation property to messages for me", + "operationId": "me.mailFolders.CreateMessages", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}": { + "get": { + "tags": [ + "me.mailFolders.message" + ], + "summary": "Get messages from me", + "operationId": "me.mailFolders.GetMessages", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "receivedDateTime", + "sentDateTime", + "hasAttachments", + "internetMessageId", + "internetMessageHeaders", + "subject", + "body", + "bodyPreview", + "importance", + "parentFolderId", + "sender", + "from", + "toRecipients", + "ccRecipients", + "bccRecipients", + "replyTo", + "conversationId", + "uniqueBody", + "isDeliveryReceiptRequested", + "isReadReceiptRequested", + "isRead", + "isDraft", + "webLink", + "inferenceClassification", + "flag", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolders.message" + ], + "summary": "Update the navigation property messages in me", + "operationId": "me.mailFolders.UpdateMessages", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolders.message" + ], + "summary": "Delete navigation property messages for me", + "operationId": "me.mailFolders.DeleteMessages", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments": { + "get": { + "tags": [ + "me.mailFolders.messages.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.mailFolders.messages.ListAttachments", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolders.messages.attachment" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.mailFolders.messages.CreateAttachments", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/attachments" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.mailFolders.messages.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.mailFolders.messages.GetAttachments", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolders.messages.attachment" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.mailFolders.messages.UpdateAttachments", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolders.messages.attachment" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.mailFolders.messages.DeleteAttachments", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/attachments/{attachment-id}" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions": { + "get": { + "tags": [ + "me.mailFolders.messages.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.mailFolders.messages.ListExtensions", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolders.messages.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.mailFolders.messages.CreateExtensions", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/extensions" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.mailFolders.messages.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.mailFolders.messages.GetExtensions", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolders.messages.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.mailFolders.messages.UpdateExtensions", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolders.messages.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.mailFolders.messages.DeleteExtensions", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/extensions/{extension-id}" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/copy": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copy", + "operationId": "me.mailFolders.messages.copy", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "/me/mailFolders/{mailFolder-id}/copy", + "/me/messages/{message-id}/copy" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/createForward": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action createForward", + "operationId": "me.mailFolders.messages.createForward", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/createForward" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action createReply", + "operationId": "me.mailFolders.messages.createReply", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/createReply" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action createReplyAll", + "operationId": "me.mailFolders.messages.createReplyAll", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/createReplyAll" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action forward", + "operationId": "me.mailFolders.messages.forward", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "ToRecipients": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/forward" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/move": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action move", + "operationId": "me.mailFolders.messages.move", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "/me/mailFolders/{mailFolder-id}/move", + "/me/messages/{message-id}/move" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/reply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action reply", + "operationId": "me.mailFolders.messages.reply", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/reply" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action replyAll", + "operationId": "me.mailFolders.messages.replyAll", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/replyAll" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/send": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action send", + "operationId": "me.mailFolders.messages.send", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/send" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.mailFolders.messages.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.mailFolders.messages.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/multiValueExtendedProperties" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.mailFolders.messages.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.mailFolders.messages.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.mailFolders.messages.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.mailFolders.messages.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.mailFolders.messages.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/singleValueExtendedProperties" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.mailFolders.messages.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.mailFolders.messages.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.mailFolders.messages.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/mailFolders/{mailFolder-id}/messages/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.mailFolders.messages.delta", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/delta()", + "/me/messages/delta()" + ] + }, + "/me/mailFolders/{mailFolder-id}/copy": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copy", + "operationId": "me.mailFolders.copy", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "/me/messages/{message-id}/copy" + ] + }, + "/me/mailFolders/{mailFolder-id}/move": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action move", + "operationId": "me.mailFolders.move", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "/me/messages/{message-id}/move" + ] + }, + "/me/mailFolders/{mailFolder-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.mailFolders.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.mailFolders.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.mailFolders.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.mailFolders.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.mailFolders.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.mailFolders.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.mailFolders.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.mailFolders.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.mailFolders.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.mailFolders.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/mailFolders/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.mailFolders.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/messages/delta()" + ] + }, + "/me/managedAppRegistrations": { + "get": { + "tags": [ + "me.managedAppRegistration" + ], + "summary": "Get managedAppRegistrations from me", + "operationId": "me.ListManagedAppRegistrations", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "applicationVersion", + "applicationVersion desc", + "managementSdkVersion", + "managementSdkVersion desc", + "platformVersion", + "platformVersion desc", + "deviceType", + "deviceType desc", + "deviceTag", + "deviceTag desc", + "deviceName", + "deviceName desc", + "flaggedReasons", + "flaggedReasons desc", + "userId", + "userId desc", + "appIdentifier", + "appIdentifier desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastSyncDateTime", + "applicationVersion", + "managementSdkVersion", + "platformVersion", + "deviceType", + "deviceTag", + "deviceName", + "flaggedReasons", + "userId", + "appIdentifier", + "version", + "appliedPolicies", + "intendedPolicies", + "operations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "appliedPolicies", + "intendedPolicies", + "operations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedAppRegistration", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/managedAppRegistrations/$ref": { + "get": { + "tags": [ + "me.managedAppRegistration" + ], + "summary": "Get ref of managedAppRegistrations from me", + "operationId": "me.ListRefManagedAppRegistrations", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "applicationVersion", + "applicationVersion desc", + "managementSdkVersion", + "managementSdkVersion desc", + "platformVersion", + "platformVersion desc", + "deviceType", + "deviceType desc", + "deviceTag", + "deviceTag desc", + "deviceName", + "deviceName desc", + "flaggedReasons", + "flaggedReasons desc", + "userId", + "userId desc", + "appIdentifier", + "appIdentifier desc", + "version", + "version desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of managedAppRegistration", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.managedAppRegistration" + ], + "summary": "Create new navigation property ref to managedAppRegistrations for me", + "operationId": "me.CreateRefManagedAppRegistrations", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function getUserIdsWithFlaggedAppRegistration", + "operationId": "me.managedAppRegistrations.getUserIdsWithFlaggedAppRegistration", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/me/managedDevices": { + "get": { + "tags": [ + "me.managedDevice" + ], + "summary": "Get managedDevices from me", + "operationId": "me.ListManagedDevices", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userId", + "userId desc", + "deviceName", + "deviceName desc", + "managedDeviceOwnerType", + "managedDeviceOwnerType desc", + "deviceActionResults", + "deviceActionResults desc", + "enrolledDateTime", + "enrolledDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "operatingSystem", + "operatingSystem desc", + "complianceState", + "complianceState desc", + "jailBroken", + "jailBroken desc", + "managementAgent", + "managementAgent desc", + "osVersion", + "osVersion desc", + "easActivated", + "easActivated desc", + "easDeviceId", + "easDeviceId desc", + "easActivationDateTime", + "easActivationDateTime desc", + "azureADRegistered", + "azureADRegistered desc", + "deviceEnrollmentType", + "deviceEnrollmentType desc", + "activationLockBypassCode", + "activationLockBypassCode desc", + "emailAddress", + "emailAddress desc", + "azureADDeviceId", + "azureADDeviceId desc", + "deviceRegistrationState", + "deviceRegistrationState desc", + "deviceCategoryDisplayName", + "deviceCategoryDisplayName desc", + "isSupervised", + "isSupervised desc", + "exchangeLastSuccessfulSyncDateTime", + "exchangeLastSuccessfulSyncDateTime desc", + "exchangeAccessState", + "exchangeAccessState desc", + "exchangeAccessStateReason", + "exchangeAccessStateReason desc", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionUrl desc", + "remoteAssistanceSessionErrorDetails", + "remoteAssistanceSessionErrorDetails desc", + "isEncrypted", + "isEncrypted desc", + "userPrincipalName", + "userPrincipalName desc", + "model", + "model desc", + "manufacturer", + "manufacturer desc", + "imei", + "imei desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc", + "serialNumber", + "serialNumber desc", + "phoneNumber", + "phoneNumber desc", + "androidSecurityPatchLevel", + "androidSecurityPatchLevel desc", + "userDisplayName", + "userDisplayName desc", + "configurationManagerClientEnabledFeatures", + "configurationManagerClientEnabledFeatures desc", + "wiFiMacAddress", + "wiFiMacAddress desc", + "deviceHealthAttestationState", + "deviceHealthAttestationState desc", + "subscriberCarrier", + "subscriberCarrier desc", + "meid", + "meid desc", + "totalStorageSpaceInBytes", + "totalStorageSpaceInBytes desc", + "freeStorageSpaceInBytes", + "freeStorageSpaceInBytes desc", + "managedDeviceName", + "managedDeviceName desc", + "partnerReportedThreatState", + "partnerReportedThreatState desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userId", + "deviceName", + "managedDeviceOwnerType", + "deviceActionResults", + "enrolledDateTime", + "lastSyncDateTime", + "operatingSystem", + "complianceState", + "jailBroken", + "managementAgent", + "osVersion", + "easActivated", + "easDeviceId", + "easActivationDateTime", + "azureADRegistered", + "deviceEnrollmentType", + "activationLockBypassCode", + "emailAddress", + "azureADDeviceId", + "deviceRegistrationState", + "deviceCategoryDisplayName", + "isSupervised", + "exchangeLastSuccessfulSyncDateTime", + "exchangeAccessState", + "exchangeAccessStateReason", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionErrorDetails", + "isEncrypted", + "userPrincipalName", + "model", + "manufacturer", + "imei", + "complianceGracePeriodExpirationDateTime", + "serialNumber", + "phoneNumber", + "androidSecurityPatchLevel", + "userDisplayName", + "configurationManagerClientEnabledFeatures", + "wiFiMacAddress", + "deviceHealthAttestationState", + "subscriberCarrier", + "meid", + "totalStorageSpaceInBytes", + "freeStorageSpaceInBytes", + "managedDeviceName", + "partnerReportedThreatState", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedDevice", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.managedDevice" + ], + "summary": "Create new navigation property to managedDevices for me", + "operationId": "me.CreateManagedDevices", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/managedDevices/{managedDevice-id}": { + "get": { + "tags": [ + "me.managedDevice" + ], + "summary": "Get managedDevices from me", + "operationId": "me.GetManagedDevices", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userId", + "deviceName", + "managedDeviceOwnerType", + "deviceActionResults", + "enrolledDateTime", + "lastSyncDateTime", + "operatingSystem", + "complianceState", + "jailBroken", + "managementAgent", + "osVersion", + "easActivated", + "easDeviceId", + "easActivationDateTime", + "azureADRegistered", + "deviceEnrollmentType", + "activationLockBypassCode", + "emailAddress", + "azureADDeviceId", + "deviceRegistrationState", + "deviceCategoryDisplayName", + "isSupervised", + "exchangeLastSuccessfulSyncDateTime", + "exchangeAccessState", + "exchangeAccessStateReason", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionErrorDetails", + "isEncrypted", + "userPrincipalName", + "model", + "manufacturer", + "imei", + "complianceGracePeriodExpirationDateTime", + "serialNumber", + "phoneNumber", + "androidSecurityPatchLevel", + "userDisplayName", + "configurationManagerClientEnabledFeatures", + "wiFiMacAddress", + "deviceHealthAttestationState", + "subscriberCarrier", + "meid", + "totalStorageSpaceInBytes", + "freeStorageSpaceInBytes", + "managedDeviceName", + "partnerReportedThreatState", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.managedDevice" + ], + "summary": "Update the navigation property managedDevices in me", + "operationId": "me.UpdateManagedDevices", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.managedDevice" + ], + "summary": "Delete navigation property managedDevices for me", + "operationId": "me.DeleteManagedDevices", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/managedDevices/{managedDevice-id}/deviceCategory": { + "get": { + "tags": [ + "me.managedDevices.deviceCategory" + ], + "summary": "Get deviceCategory from me", + "operationId": "me.managedDevices.GetDeviceCategory", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.managedDevices.deviceCategory" + ], + "summary": "Update the navigation property deviceCategory in me", + "operationId": "me.managedDevices.UpdateDeviceCategory", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.managedDevices.deviceCategory" + ], + "summary": "Delete navigation property deviceCategory for me", + "operationId": "me.managedDevices.DeleteDeviceCategory", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { + "get": { + "tags": [ + "me.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Get deviceCompliancePolicyStates from me", + "operationId": "me.managedDevices.ListDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "settingStates", + "settingStates desc", + "displayName", + "displayName desc", + "version", + "version desc", + "platformType", + "platformType desc", + "state", + "state desc", + "settingCount", + "settingCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceCompliancePolicyState", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Create new navigation property to deviceCompliancePolicyStates for me", + "operationId": "me.managedDevices.CreateDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { + "get": { + "tags": [ + "me.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Get deviceCompliancePolicyStates from me", + "operationId": "me.managedDevices.GetDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceCompliancePolicyState-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyState" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Update the navigation property deviceCompliancePolicyStates in me", + "operationId": "me.managedDevices.UpdateDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceCompliancePolicyState-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyState" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Delete navigation property deviceCompliancePolicyStates for me", + "operationId": "me.managedDevices.DeleteDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceCompliancePolicyState-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyState" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/managedDevices/{managedDevice-id}/deviceConfigurationStates": { + "get": { + "tags": [ + "me.managedDevices.deviceConfigurationState" + ], + "summary": "Get deviceConfigurationStates from me", + "operationId": "me.managedDevices.ListDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "settingStates", + "settingStates desc", + "displayName", + "displayName desc", + "version", + "version desc", + "platformType", + "platformType desc", + "state", + "state desc", + "settingCount", + "settingCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceConfigurationState", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.managedDevices.deviceConfigurationState" + ], + "summary": "Create new navigation property to deviceConfigurationStates for me", + "operationId": "me.managedDevices.CreateDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { + "get": { + "tags": [ + "me.managedDevices.deviceConfigurationState" + ], + "summary": "Get deviceConfigurationStates from me", + "operationId": "me.managedDevices.GetDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceConfigurationState-id", + "in": "path", + "description": "key: id of deviceConfigurationState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationState" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.managedDevices.deviceConfigurationState" + ], + "summary": "Update the navigation property deviceConfigurationStates in me", + "operationId": "me.managedDevices.UpdateDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceConfigurationState-id", + "in": "path", + "description": "key: id of deviceConfigurationState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationState" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.managedDevices.deviceConfigurationState" + ], + "summary": "Delete navigation property deviceConfigurationStates for me", + "operationId": "me.managedDevices.DeleteDeviceConfigurationStates", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceConfigurationState-id", + "in": "path", + "description": "key: id of deviceConfigurationState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationState" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/managedDevices/{managedDevice-id}/bypassActivationLock": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action bypassActivationLock", + "operationId": "me.managedDevices.bypassActivationLock", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/cleanWindowsDevice": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action cleanWindowsDevice", + "operationId": "me.managedDevices.cleanWindowsDevice", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "keepUserData": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action deleteUserFromSharedAppleDevice", + "operationId": "me.managedDevices.deleteUserFromSharedAppleDevice", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "userPrincipalName": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/disableLostMode": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action disableLostMode", + "operationId": "me.managedDevices.disableLostMode", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/locateDevice": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action locateDevice", + "operationId": "me.managedDevices.locateDevice", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action logoutSharedAppleDeviceActiveUser", + "operationId": "me.managedDevices.logoutSharedAppleDeviceActiveUser", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/rebootNow": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action rebootNow", + "operationId": "me.managedDevices.rebootNow", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/recoverPasscode": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action recoverPasscode", + "operationId": "me.managedDevices.recoverPasscode", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/remoteLock": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action remoteLock", + "operationId": "me.managedDevices.remoteLock", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/requestRemoteAssistance": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action requestRemoteAssistance", + "operationId": "me.managedDevices.requestRemoteAssistance", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/resetPasscode": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action resetPasscode", + "operationId": "me.managedDevices.resetPasscode", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/retire": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action retire", + "operationId": "me.managedDevices.retire", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/shutDown": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action shutDown", + "operationId": "me.managedDevices.shutDown", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/syncDevice": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action syncDevice", + "operationId": "me.managedDevices.syncDevice", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action updateWindowsDeviceAccount", + "operationId": "me.managedDevices.updateWindowsDeviceAccount", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "updateWindowsDeviceAccountActionParameter": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.updateWindowsDeviceAccountActionParameter" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/windowsDefenderScan": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action windowsDefenderScan", + "operationId": "me.managedDevices.windowsDefenderScan", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "quickScan": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action windowsDefenderUpdateSignatures", + "operationId": "me.managedDevices.windowsDefenderUpdateSignatures", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/managedDevices/{managedDevice-id}/wipe": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action wipe", + "operationId": "me.managedDevices.wipe", + "parameters": [ + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "keepEnrollmentData": { + "type": "boolean", + "default": false, + "nullable": true + }, + "keepUserData": { + "type": "boolean", + "default": false, + "nullable": true + }, + "macOsUnlockCode": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/manager": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get manager from me", + "operationId": "me.GetManager", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/manager/$ref": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get ref of manager from me", + "operationId": "me.GetRefManager", + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.directoryObject" + ], + "summary": "Update the ref of navigation property manager in me", + "operationId": "me.UpdateRefManager", + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.directoryObject" + ], + "summary": "Delete ref of navigation property manager for me", + "operationId": "me.DeleteRefManager", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/memberOf": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get memberOf from me", + "operationId": "me.ListMemberOf", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/memberOf/$ref": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get ref of memberOf from me", + "operationId": "me.ListRefMemberOf", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.directoryObject" + ], + "summary": "Create new navigation property ref to memberOf for me", + "operationId": "me.CreateRefMemberOf", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/messages": { + "get": { + "tags": [ + "me.message" + ], + "summary": "Get messages from me", + "operationId": "me.ListMessages", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "receivedDateTime", + "receivedDateTime desc", + "sentDateTime", + "sentDateTime desc", + "hasAttachments", + "hasAttachments desc", + "internetMessageId", + "internetMessageId desc", + "internetMessageHeaders", + "internetMessageHeaders desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "parentFolderId", + "parentFolderId desc", + "sender", + "sender desc", + "from", + "from desc", + "toRecipients", + "toRecipients desc", + "ccRecipients", + "ccRecipients desc", + "bccRecipients", + "bccRecipients desc", + "replyTo", + "replyTo desc", + "conversationId", + "conversationId desc", + "uniqueBody", + "uniqueBody desc", + "isDeliveryReceiptRequested", + "isDeliveryReceiptRequested desc", + "isReadReceiptRequested", + "isReadReceiptRequested desc", + "isRead", + "isRead desc", + "isDraft", + "isDraft desc", + "webLink", + "webLink desc", + "inferenceClassification", + "inferenceClassification desc", + "flag", + "flag desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "receivedDateTime", + "sentDateTime", + "hasAttachments", + "internetMessageId", + "internetMessageHeaders", + "subject", + "body", + "bodyPreview", + "importance", + "parentFolderId", + "sender", + "from", + "toRecipients", + "ccRecipients", + "bccRecipients", + "replyTo", + "conversationId", + "uniqueBody", + "isDeliveryReceiptRequested", + "isReadReceiptRequested", + "isRead", + "isDraft", + "webLink", + "inferenceClassification", + "flag", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of message", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.message" + ], + "summary": "Create new navigation property to messages for me", + "operationId": "me.CreateMessages", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/messages/{message-id}": { + "get": { + "tags": [ + "me.message" + ], + "summary": "Get messages from me", + "operationId": "me.GetMessages", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "receivedDateTime", + "sentDateTime", + "hasAttachments", + "internetMessageId", + "internetMessageHeaders", + "subject", + "body", + "bodyPreview", + "importance", + "parentFolderId", + "sender", + "from", + "toRecipients", + "ccRecipients", + "bccRecipients", + "replyTo", + "conversationId", + "uniqueBody", + "isDeliveryReceiptRequested", + "isReadReceiptRequested", + "isRead", + "isDraft", + "webLink", + "inferenceClassification", + "flag", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.message" + ], + "summary": "Update the navigation property messages in me", + "operationId": "me.UpdateMessages", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.message" + ], + "summary": "Delete navigation property messages for me", + "operationId": "me.DeleteMessages", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/messages/{message-id}/attachments": { + "get": { + "tags": [ + "me.messages.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.messages.ListAttachments", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.messages.attachment" + ], + "summary": "Create new navigation property to attachments for me", + "operationId": "me.messages.CreateAttachments", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments" + ] + }, + "/me/messages/{message-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "me.messages.attachment" + ], + "summary": "Get attachments from me", + "operationId": "me.messages.GetAttachments", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.messages.attachment" + ], + "summary": "Update the navigation property attachments in me", + "operationId": "me.messages.UpdateAttachments", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.messages.attachment" + ], + "summary": "Delete navigation property attachments for me", + "operationId": "me.messages.DeleteAttachments", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}" + ] + }, + "/me/messages/{message-id}/extensions": { + "get": { + "tags": [ + "me.messages.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.messages.ListExtensions", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.messages.extension" + ], + "summary": "Create new navigation property to extensions for me", + "operationId": "me.messages.CreateExtensions", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions" + ] + }, + "/me/messages/{message-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "me.messages.extension" + ], + "summary": "Get extensions from me", + "operationId": "me.messages.GetExtensions", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.messages.extension" + ], + "summary": "Update the navigation property extensions in me", + "operationId": "me.messages.UpdateExtensions", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.messages.extension" + ], + "summary": "Delete navigation property extensions for me", + "operationId": "me.messages.DeleteExtensions", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}" + ] + }, + "/me/messages/{message-id}/copy": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copy", + "operationId": "me.messages.copy", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "/me/mailFolders/{mailFolder-id}/copy" + ] + }, + "/me/messages/{message-id}/createForward": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action createForward", + "operationId": "me.messages.createForward", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/createForward" + ] + }, + "/me/messages/{message-id}/createReply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action createReply", + "operationId": "me.messages.createReply", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReply" + ] + }, + "/me/messages/{message-id}/createReplyAll": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action createReplyAll", + "operationId": "me.messages.createReplyAll", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll" + ] + }, + "/me/messages/{message-id}/forward": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action forward", + "operationId": "me.messages.forward", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "ToRecipients": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward" + ] + }, + "/me/messages/{message-id}/move": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action move", + "operationId": "me.messages.move", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "/me/mailFolders/{mailFolder-id}/move" + ] + }, + "/me/messages/{message-id}/reply": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action reply", + "operationId": "me.messages.reply", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/reply" + ] + }, + "/me/messages/{message-id}/replyAll": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action replyAll", + "operationId": "me.messages.replyAll", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll" + ] + }, + "/me/messages/{message-id}/send": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action send", + "operationId": "me.messages.send", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/send" + ] + }, + "/me/messages/{message-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "me.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.messages.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for me", + "operationId": "me.messages.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties" + ] + }, + "/me/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from me", + "operationId": "me.messages.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in me", + "operationId": "me.messages.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for me", + "operationId": "me.messages.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/me/messages/{message-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "me.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.messages.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for me", + "operationId": "me.messages.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties" + ] + }, + "/me/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "me.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from me", + "operationId": "me.messages.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in me", + "operationId": "me.messages.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for me", + "operationId": "me.messages.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/me/messages/delta()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function delta", + "operationId": "me.messages.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/calendar/calendarView/{event-id}/instances/delta()", + "/me/calendar/calendarView/delta()", + "/me/calendar/events/{event-id}/instances/delta()", + "/me/calendar/events/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/calendarView/delta()", + "/me/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/me/calendars/{calendar-id}/events/delta()", + "/me/calendarView/{event-id}/calendar/calendarView/delta()", + "/me/calendarView/{event-id}/calendar/events/delta()", + "/me/calendarView/{event-id}/instances/delta()", + "/me/calendarView/delta()", + "/me/contactFolders/{contactFolder-id}/childFolders/delta()", + "/me/contactFolders/{contactFolder-id}/contacts/delta()", + "/me/contactFolders/delta()", + "/me/contacts/delta()", + "/me/events/{event-id}/calendar/calendarView/delta()", + "/me/events/{event-id}/calendar/events/delta()", + "/me/events/{event-id}/instances/delta()", + "/me/events/delta()", + "/me/mailFolders/{mailFolder-id}/childFolders/delta()", + "/me/mailFolders/{mailFolder-id}/messages/delta()", + "/me/mailFolders/delta()" + ] + }, + "/me/assignLicense": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action assignLicense", + "operationId": "me.assignLicense", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "addLicenses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.assignedLicense" + } + }, + "removeLicenses": { + "type": "array", + "items": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.user" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/changePassword": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action changePassword", + "operationId": "me.changePassword", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "currentPassword": { + "type": "string", + "nullable": true + }, + "newPassword": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/checkMemberGroups": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "me.checkMemberGroups", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/findMeetingTimes": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action findMeetingTimes", + "operationId": "me.findMeetingTimes", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Attendees": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attendeeBase" + } + ], + "nullable": true + } + }, + "LocationConstraint": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.locationConstraint" + } + ], + "nullable": true + }, + "TimeConstraint": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.timeConstraint" + } + ], + "nullable": true + }, + "MeetingDuration": { + "pattern": "^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$", + "type": "string", + "format": "duration", + "nullable": true + }, + "MaxCandidates": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "IsOrganizerOptional": { + "type": "boolean", + "default": false, + "nullable": true + }, + "ReturnSuggestionReasons": { + "type": "boolean", + "default": false, + "nullable": true + }, + "MinimumAttendeePercentage": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.meetingTimeSuggestionsResult" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/getMailTips": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action getMailTips", + "operationId": "me.getMailTips", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "EmailAddresses": { + "type": "array", + "items": { + "type": "string" + } + }, + "MailTipsOptions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailTipsType" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailTips" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/getManagedAppDiagnosticStatuses()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function getManagedAppDiagnosticStatuses", + "operationId": "me.getManagedAppDiagnosticStatuses", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppDiagnosticStatus" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/me/getManagedAppPolicies()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function getManagedAppPolicies", + "operationId": "me.getManagedAppPolicies", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/me/getMemberGroups": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "me.getMemberGroups", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/getMemberObjects": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "me.getMemberObjects", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/reminderView(StartDateTime={StartDateTime},EndDateTime={EndDateTime})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function reminderView", + "operationId": "me.reminderView", + "parameters": [ + { + "name": "StartDateTime", + "in": "path", + "description": "Usage: StartDateTime={StartDateTime}", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "EndDateTime", + "in": "path", + "description": "Usage: EndDateTime={EndDateTime}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.reminder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/me/removeAllDevicesFromManagement": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action removeAllDevicesFromManagement", + "operationId": "me.removeAllDevicesFromManagement", + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/restore": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action restore", + "operationId": "me.restore", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/sendMail": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action sendMail", + "operationId": "me.sendMail", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Message": { + "$ref": "#/components/schemas/microsoft.graph.message" + }, + "SaveToSentItems": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/wipeManagedAppRegistrationsByDeviceTag": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action wipeManagedAppRegistrationsByDeviceTag", + "operationId": "me.wipeManagedAppRegistrationsByDeviceTag", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "deviceTag": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/onenote": { + "get": { + "tags": [ + "me.onenote" + ], + "summary": "Get onenote from me", + "operationId": "me.GetOnenote", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "notebooks", + "sections", + "sectionGroups", + "pages", + "resources", + "operations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "notebooks", + "sections", + "sectionGroups", + "pages", + "resources", + "operations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote" + ], + "summary": "Update the navigation property onenote in me", + "operationId": "me.UpdateOnenote", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote" + ], + "summary": "Delete navigation property onenote for me", + "operationId": "me.DeleteOnenote", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/notebooks": { + "get": { + "tags": [ + "me.onenote.notebook" + ], + "summary": "Get notebooks from me", + "operationId": "me.onenote.ListNotebooks", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "userRole", + "userRole desc", + "isShared", + "isShared desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc", + "links", + "links desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of notebook", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.notebook" + ], + "summary": "Create new navigation property to notebooks for me", + "operationId": "me.onenote.CreateNotebooks", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/notebooks/{notebook-id}": { + "get": { + "tags": [ + "me.onenote.notebook" + ], + "summary": "Get notebooks from me", + "operationId": "me.onenote.GetNotebooks", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebook" + ], + "summary": "Update the navigation property notebooks in me", + "operationId": "me.onenote.UpdateNotebooks", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebook" + ], + "summary": "Delete navigation property notebooks for me", + "operationId": "me.onenote.DeleteNotebooks", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/notebooks/{notebook-id}/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.notebooks.copyNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.notebooks.ListSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.notebooks.CreateSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.notebooks.GetSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.notebooks.UpdateSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.notebooks.DeleteSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.notebooks.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.notebooks.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.notebooks.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.notebooks.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.notebooks.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.notebooks.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.notebooks.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.notebooks.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.notebooks.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.notebooks.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.notebooks.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.notebooks.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.notebooks.sectionGroups.ListSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.notebooks.sectionGroups.CreateSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.notebooks.sectionGroups.GetSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.notebooks.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.notebooks.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.notebooks.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.notebooks.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to pages for me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property pages in me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property pages for me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get media content for the navigation property pages from me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.GetPagesContent", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update media content for the navigation property pages in me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.UpdatePagesContent", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function preview", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSection from me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.GetParentSection", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSection in me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSection for me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.notebooks.sectionGroups.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.notebooks.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.notebooks.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.notebooks.ListSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.notebooks.CreateSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.notebooks.GetSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.notebooks.UpdateSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.notebooks.DeleteSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.notebooks.sections.copyToNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.notebooks.sections.copyToSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.notebooks.sections.ListPages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to pages for me", + "operationId": "me.onenote.notebooks.sections.CreatePages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.notebooks.sections.GetPages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property pages in me", + "operationId": "me.onenote.notebooks.sections.UpdatePages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property pages for me", + "operationId": "me.onenote.notebooks.sections.DeletePages", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from me", + "operationId": "me.onenote.notebooks.sections.GetPagesContent", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in me", + "operationId": "me.onenote.notebooks.sections.UpdatePagesContent", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "me.onenote.notebooks.sections.pages.copyToSection", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "me.onenote.notebooks.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function preview", + "operationId": "me.onenote.notebooks.sections.pages.preview", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.notebooks.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.notebooks.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.notebooks.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.notebooks.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSection from me", + "operationId": "me.onenote.notebooks.sections.pages.GetParentSection", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSection in me", + "operationId": "me.onenote.notebooks.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSection for me", + "operationId": "me.onenote.notebooks.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.notebooks.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.notebooks.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.notebooks.sections.GetParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.notebooks.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.notebooks.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.notebooks.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.notebooks.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.notebooks.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.notebooks.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.notebooks.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function getRecentNotebooks", + "operationId": "me.onenote.notebooks.getRecentNotebooks", + "parameters": [ + { + "name": "includePersonalNotebooks", + "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recentNotebook" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/me/onenote/operations": { + "get": { + "tags": [ + "me.onenote.onenoteOperation" + ], + "summary": "Get operations from me", + "operationId": "me.onenote.ListOperations", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "status", + "status desc", + "createdDateTime", + "createdDateTime desc", + "lastActionDateTime", + "lastActionDateTime desc", + "resourceLocation", + "resourceLocation desc", + "resourceId", + "resourceId desc", + "error", + "error desc", + "percentComplete", + "percentComplete desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "createdDateTime", + "lastActionDateTime", + "resourceLocation", + "resourceId", + "error", + "percentComplete" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteOperation", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.onenoteOperation" + ], + "summary": "Create new navigation property to operations for me", + "operationId": "me.onenote.CreateOperations", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/operations/{onenoteOperation-id}": { + "get": { + "tags": [ + "me.onenote.onenoteOperation" + ], + "summary": "Get operations from me", + "operationId": "me.onenote.GetOperations", + "parameters": [ + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "createdDateTime", + "lastActionDateTime", + "resourceLocation", + "resourceId", + "error", + "percentComplete" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.onenoteOperation" + ], + "summary": "Update the navigation property operations in me", + "operationId": "me.onenote.UpdateOperations", + "parameters": [ + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.onenoteOperation" + ], + "summary": "Delete navigation property operations for me", + "operationId": "me.onenote.DeleteOperations", + "parameters": [ + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/pages": { + "get": { + "tags": [ + "me.onenote.onenotePage" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.ListPages", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.onenotePage" + ], + "summary": "Create new navigation property to pages for me", + "operationId": "me.onenote.CreatePages", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/pages/{onenotePage-id}": { + "get": { + "tags": [ + "me.onenote.onenotePage" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.GetPages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.onenotePage" + ], + "summary": "Update the navigation property pages in me", + "operationId": "me.onenote.UpdatePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.onenotePage" + ], + "summary": "Delete navigation property pages for me", + "operationId": "me.onenote.DeletePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "me.onenote.onenotePage" + ], + "summary": "Get media content for the navigation property pages from me", + "operationId": "me.onenote.GetPagesContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.onenotePage" + ], + "summary": "Update media content for the navigation property pages in me", + "operationId": "me.onenote.UpdatePagesContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "me.onenote.pages.copyToSection", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/me/onenote/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "me.onenote.pages.onenotePatchContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/me/onenote/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function preview", + "operationId": "me.onenote.pages.preview", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.pages.GetParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Create new navigation property to pages for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property pages in me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property pages for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get media content for the navigation property pages from me", + "operationId": "me.onenote.parentNotebook.sectionGroups.sections.pages.GetPagesContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update media content for the navigation property pages in me", + "operationId": "me.onenote.parentNotebook.sectionGroups.sections.pages.UpdatePagesContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function preview", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.pages.parentNotebook.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.pages.parentNotebook.sections.ListPages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Create new navigation property to pages for me", + "operationId": "me.onenote.pages.parentNotebook.sections.CreatePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.pages.parentNotebook.sections.GetPages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property pages in me", + "operationId": "me.onenote.pages.parentNotebook.sections.UpdatePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property pages for me", + "operationId": "me.onenote.pages.parentNotebook.sections.DeletePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get media content for the navigation property pages from me", + "operationId": "me.onenote.parentNotebook.sections.pages.GetPagesContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update media content for the navigation property pages in me", + "operationId": "me.onenote.parentNotebook.sections.pages.UpdatePagesContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "me.onenote.pages.parentNotebook.sections.pages.copyToSection", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "me.onenote.pages.parentNotebook.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function preview", + "operationId": "me.onenote.pages.parentNotebook.sections.pages.preview", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.pages.parentNotebook.sections.GetParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.pages.parentNotebook.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.pages.parentNotebook.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.pages.parentNotebook.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.pages.parentNotebook.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.pages.parentNotebook.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.pages.parentNotebook.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.pages.parentNotebook.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get parentSection from me", + "operationId": "me.onenote.pages.GetParentSection", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSection in me", + "operationId": "me.onenote.pages.UpdateParentSection", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSection for me", + "operationId": "me.onenote.pages.DeleteParentSection", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/pages": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.pages.parentSection.ListPages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to pages for me", + "operationId": "me.onenote.pages.parentSection.CreatePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.pages.parentSection.GetPages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property pages in me", + "operationId": "me.onenote.pages.parentSection.UpdatePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property pages for me", + "operationId": "me.onenote.pages.parentSection.DeletePages", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from me", + "operationId": "me.onenote.parentSection.pages.GetPagesContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in me", + "operationId": "me.onenote.parentSection.pages.UpdatePagesContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "me.onenote.pages.parentSection.pages.copyToSection", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "me.onenote.pages.parentSection.pages.onenotePatchContent", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function preview", + "operationId": "me.onenote.pages.parentSection.pages.preview", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.pages.parentSection.GetParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.pages.parentSection.UpdateParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.pages.parentSection.DeleteParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.pages.parentSection.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.ListSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.CreateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.GetSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.pages.parentSection.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.pages.parentSection.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.pages.parentSection.GetParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.pages.parentSection.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.pages.parentSection.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.ListSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.CreateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.GetSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.pages.parentSection.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/resources": { + "get": { + "tags": [ + "me.onenote.onenoteResource" + ], + "summary": "Get resources from me", + "operationId": "me.onenote.ListResources", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "content", + "content desc", + "contentUrl", + "contentUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "content", + "contentUrl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteResource", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.onenoteResource" + ], + "summary": "Create new navigation property to resources for me", + "operationId": "me.onenote.CreateResources", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/resources/{onenoteResource-id}": { + "get": { + "tags": [ + "me.onenote.onenoteResource" + ], + "summary": "Get resources from me", + "operationId": "me.onenote.GetResources", + "parameters": [ + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "content", + "contentUrl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.onenoteResource" + ], + "summary": "Update the navigation property resources in me", + "operationId": "me.onenote.UpdateResources", + "parameters": [ + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.onenoteResource" + ], + "summary": "Delete navigation property resources for me", + "operationId": "me.onenote.DeleteResources", + "parameters": [ + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/resources/{onenoteResource-id}/content": { + "get": { + "tags": [ + "me.onenote.onenoteResource" + ], + "summary": "Get media content for the navigation property resources from me", + "operationId": "me.onenote.GetResourcesContent", + "parameters": [ + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.onenoteResource" + ], + "summary": "Update media content for the navigation property resources in me", + "operationId": "me.onenote.UpdateResourcesContent", + "parameters": [ + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.ListSectionGroups", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.CreateSectionGroups", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.GetSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.UpdateSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.DeleteSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sectionGroups.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.ListSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.CreateSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.GetSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sectionGroups.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.ListPages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to pages for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.CreatePages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.GetPages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property pages in me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.UpdatePages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property pages for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.DeletePages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get media content for the navigation property pages from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.GetPagesContent", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Update media content for the navigation property pages in me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.UpdatePagesContent", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.copyToSection", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function preview", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.preview", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get parentSection from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.GetParentSection", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentSection in me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentSection for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.GetParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.sectionGroups.parentNotebook.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sectionGroups.ListSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sectionGroups.CreateSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sectionGroups.GetSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to pages for me", + "operationId": "me.onenote.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property pages in me", + "operationId": "me.onenote.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property pages for me", + "operationId": "me.onenote.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from me", + "operationId": "me.onenote.sectionGroups.sections.GetPagesContent", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in me", + "operationId": "me.onenote.sectionGroups.sections.UpdatePagesContent", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "me.onenote.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "me.onenote.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function preview", + "operationId": "me.onenote.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sectionGroups.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sectionGroups.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sectionGroups.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sectionGroups.sections.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentSection from me", + "operationId": "me.onenote.sectionGroups.sections.pages.GetParentSection", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentSection in me", + "operationId": "me.onenote.sectionGroups.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentSection for me", + "operationId": "me.onenote.sectionGroups.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sectionGroups.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sectionGroups.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.ListSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.CreateSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.GetSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sectionGroups.sections.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/me/onenote/sections": { + "get": { + "tags": [ + "me.onenote.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.ListSections", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.onenoteSection" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.CreateSections", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "me.onenote.onenoteSection" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.GetSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.onenoteSection" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.UpdateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.onenoteSection" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.DeleteSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sections.copyToNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.sections.ListPages", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to pages for me", + "operationId": "me.onenote.sections.CreatePages", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get pages from me", + "operationId": "me.onenote.sections.GetPages", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property pages in me", + "operationId": "me.onenote.sections.UpdatePages", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property pages for me", + "operationId": "me.onenote.sections.DeletePages", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get media content for the navigation property pages from me", + "operationId": "me.onenote.sections.GetPagesContent", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update media content for the navigation property pages in me", + "operationId": "me.onenote.sections.UpdatePagesContent", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "me.onenote.sections.pages.copyToSection", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "me.onenote.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function preview", + "operationId": "me.onenote.sections.pages.preview", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/me/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sections.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sections.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sections.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sections.pages.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sections.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sections.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sections.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sections.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sections.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Get parentSection from me", + "operationId": "me.onenote.sections.pages.GetParentSection", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentSection in me", + "operationId": "me.onenote.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentSection for me", + "operationId": "me.onenote.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sections.GetParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sections.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sections.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sections.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sections.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.parentNotebook.ListSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sections.parentNotebook.CreateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.parentNotebook.GetSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sections.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.notebook" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sections.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sections.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sections.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get parentNotebook from me", + "operationId": "me.onenote.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in me", + "operationId": "me.onenote.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for me", + "operationId": "me.onenote.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.ListSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.CreateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.GetSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sections.parentSectionGroup.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get parentSectionGroup from me", + "operationId": "me.onenote.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in me", + "operationId": "me.onenote.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for me", + "operationId": "me.onenote.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for me", + "operationId": "me.onenote.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from me", + "operationId": "me.onenote.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in me", + "operationId": "me.onenote.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for me", + "operationId": "me.onenote.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sections for me", + "operationId": "me.onenote.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Get sections from me", + "operationId": "me.onenote.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sections in me", + "operationId": "me.onenote.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sections for me", + "operationId": "me.onenote.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "me.onenote.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "me.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "me.onenote.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/me/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/me/outlook": { + "get": { + "tags": [ + "me.outlookUser" + ], + "summary": "Get outlook from me", + "operationId": "me.GetOutlook", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "masterCategories" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "masterCategories" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookUser" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.outlookUser" + ], + "summary": "Update the navigation property outlook in me", + "operationId": "me.UpdateOutlook", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookUser" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.outlookUser" + ], + "summary": "Delete navigation property outlook for me", + "operationId": "me.DeleteOutlook", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/outlook/masterCategories": { + "get": { + "tags": [ + "me.outlook.outlookCategory" + ], + "summary": "Get masterCategories from me", + "operationId": "me.outlook.ListMasterCategories", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "color", + "color desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "color" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of outlookCategory", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.outlook.outlookCategory" + ], + "summary": "Create new navigation property to masterCategories for me", + "operationId": "me.outlook.CreateMasterCategories", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/outlook/masterCategories/{outlookCategory-id}": { + "get": { + "tags": [ + "me.outlook.outlookCategory" + ], + "summary": "Get masterCategories from me", + "operationId": "me.outlook.GetMasterCategories", + "parameters": [ + { + "name": "outlookCategory-id", + "in": "path", + "description": "key: id of outlookCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "outlookCategory" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "color" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.outlook.outlookCategory" + ], + "summary": "Update the navigation property masterCategories in me", + "operationId": "me.outlook.UpdateMasterCategories", + "parameters": [ + { + "name": "outlookCategory-id", + "in": "path", + "description": "key: id of outlookCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "outlookCategory" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.outlook.outlookCategory" + ], + "summary": "Delete navigation property masterCategories for me", + "operationId": "me.outlook.DeleteMasterCategories", + "parameters": [ + { + "name": "outlookCategory-id", + "in": "path", + "description": "key: id of outlookCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "outlookCategory" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/outlook/supportedLanguages()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function supportedLanguages", + "operationId": "me.outlook.supportedLanguages", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.localeInfo" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/me/outlook/supportedTimeZones()": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function supportedTimeZones", + "operationId": "me.outlook.supportedTimeZones-5c4f", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.timeZoneInformation" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/outlook/supportedTimeZones(TimeZoneStandard={TimeZoneStandard})" + ] + }, + "/me/outlook/supportedTimeZones(TimeZoneStandard={TimeZoneStandard})": { + "get": { + "tags": [ + "me.Functions" + ], + "summary": "Invoke function supportedTimeZones", + "operationId": "me.outlook.supportedTimeZones-120b", + "parameters": [ + { + "name": "TimeZoneStandard", + "in": "path", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", + "required": true, + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.timeZoneStandard" + } + ] + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.timeZoneInformation" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/me/outlook/supportedTimeZones()" + ] + }, + "/me/ownedDevices": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get ownedDevices from me", + "operationId": "me.ListOwnedDevices", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/ownedDevices/$ref": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get ref of ownedDevices from me", + "operationId": "me.ListRefOwnedDevices", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.directoryObject" + ], + "summary": "Create new navigation property ref to ownedDevices for me", + "operationId": "me.CreateRefOwnedDevices", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/ownedObjects": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get ownedObjects from me", + "operationId": "me.ListOwnedObjects", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/ownedObjects/$ref": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get ref of ownedObjects from me", + "operationId": "me.ListRefOwnedObjects", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.directoryObject" + ], + "summary": "Create new navigation property ref to ownedObjects for me", + "operationId": "me.CreateRefOwnedObjects", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/people": { + "get": { + "tags": [ + "me.person" + ], + "summary": "Get people from me", + "operationId": "me.ListPeople", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "surname", + "surname desc", + "birthday", + "birthday desc", + "personNotes", + "personNotes desc", + "isFavorite", + "isFavorite desc", + "scoredEmailAddresses", + "scoredEmailAddresses desc", + "phones", + "phones desc", + "postalAddresses", + "postalAddresses desc", + "websites", + "websites desc", + "jobTitle", + "jobTitle desc", + "companyName", + "companyName desc", + "yomiCompany", + "yomiCompany desc", + "department", + "department desc", + "officeLocation", + "officeLocation desc", + "profession", + "profession desc", + "personType", + "personType desc", + "userPrincipalName", + "userPrincipalName desc", + "imAddress", + "imAddress desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "givenName", + "surname", + "birthday", + "personNotes", + "isFavorite", + "scoredEmailAddresses", + "phones", + "postalAddresses", + "websites", + "jobTitle", + "companyName", + "yomiCompany", + "department", + "officeLocation", + "profession", + "personType", + "userPrincipalName", + "imAddress" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of person", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.person" + ], + "summary": "Create new navigation property to people for me", + "operationId": "me.CreatePeople", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/people/{person-id}": { + "get": { + "tags": [ + "me.person" + ], + "summary": "Get people from me", + "operationId": "me.GetPeople", + "parameters": [ + { + "name": "person-id", + "in": "path", + "description": "key: id of person", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "person" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "givenName", + "surname", + "birthday", + "personNotes", + "isFavorite", + "scoredEmailAddresses", + "phones", + "postalAddresses", + "websites", + "jobTitle", + "companyName", + "yomiCompany", + "department", + "officeLocation", + "profession", + "personType", + "userPrincipalName", + "imAddress" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.person" + ], + "summary": "Update the navigation property people in me", + "operationId": "me.UpdatePeople", + "parameters": [ + { + "name": "person-id", + "in": "path", + "description": "key: id of person", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "person" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.person" + ], + "summary": "Delete navigation property people for me", + "operationId": "me.DeletePeople", + "parameters": [ + { + "name": "person-id", + "in": "path", + "description": "key: id of person", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "person" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/photo": { + "get": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Get photo from me", + "operationId": "me.GetPhoto", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Update the navigation property photo in me", + "operationId": "me.UpdatePhoto", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Delete navigation property photo for me", + "operationId": "me.DeletePhoto", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/photo/$value": { + "get": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Get media content for the navigation property photo from me", + "operationId": "me.GetPhotoContent", + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Update media content for the navigation property photo in me", + "operationId": "me.UpdatePhotoContent", + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/photos": { + "get": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Get photos from me", + "operationId": "me.ListPhotos", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "height", + "height desc", + "width", + "width desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of profilePhoto", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Create new navigation property to photos for me", + "operationId": "me.CreatePhotos", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/photos/{profilePhoto-id}": { + "get": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Get photos from me", + "operationId": "me.GetPhotos", + "parameters": [ + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Update the navigation property photos in me", + "operationId": "me.UpdatePhotos", + "parameters": [ + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Delete navigation property photos for me", + "operationId": "me.DeletePhotos", + "parameters": [ + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/photos/{profilePhoto-id}/$value": { + "get": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Get media content for the navigation property photos from me", + "operationId": "me.GetPhotosContent", + "parameters": [ + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "me.profilePhoto" + ], + "summary": "Update media content for the navigation property photos in me", + "operationId": "me.UpdatePhotosContent", + "parameters": [ + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/planner": { + "get": { + "tags": [ + "me.plannerUser" + ], + "summary": "Get planner from me", + "operationId": "me.GetPlanner", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "tasks", + "plans" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks", + "plans" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerUser" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.plannerUser" + ], + "summary": "Update the navigation property planner in me", + "operationId": "me.UpdatePlanner", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerUser" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.plannerUser" + ], + "summary": "Delete navigation property planner for me", + "operationId": "me.DeletePlanner", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/planner/plans": { + "get": { + "tags": [ + "me.planner.plannerPlan" + ], + "summary": "Get plans from me", + "operationId": "me.planner.ListPlans", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "owner", + "owner desc", + "title", + "title desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "owner", + "title", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerPlan", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/planner/plans/$ref": { + "get": { + "tags": [ + "me.planner.plannerPlan" + ], + "summary": "Get ref of plans from me", + "operationId": "me.planner.ListRefPlans", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "owner", + "owner desc", + "title", + "title desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of plannerPlan", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.planner.plannerPlan" + ], + "summary": "Create new navigation property ref to plans for me", + "operationId": "me.planner.CreateRefPlans", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/planner/tasks": { + "get": { + "tags": [ + "me.planner.plannerTask" + ], + "summary": "Get tasks from me", + "operationId": "me.planner.ListTasks", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "planId", + "planId desc", + "bucketId", + "bucketId desc", + "title", + "title desc", + "orderHint", + "orderHint desc", + "assigneePriority", + "assigneePriority desc", + "percentComplete", + "percentComplete desc", + "startDateTime", + "startDateTime desc", + "createdDateTime", + "createdDateTime desc", + "dueDateTime", + "dueDateTime desc", + "hasDescription", + "hasDescription desc", + "previewType", + "previewType desc", + "completedDateTime", + "completedDateTime desc", + "completedBy", + "completedBy desc", + "referenceCount", + "referenceCount desc", + "checklistItemCount", + "checklistItemCount desc", + "activeChecklistItemCount", + "activeChecklistItemCount desc", + "appliedCategories", + "appliedCategories desc", + "assignments", + "assignments desc", + "conversationThreadId", + "conversationThreadId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "planId", + "bucketId", + "title", + "orderHint", + "assigneePriority", + "percentComplete", + "startDateTime", + "createdDateTime", + "dueDateTime", + "hasDescription", + "previewType", + "completedDateTime", + "completedBy", + "referenceCount", + "checklistItemCount", + "activeChecklistItemCount", + "appliedCategories", + "assignments", + "conversationThreadId", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerTask", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/planner/tasks/$ref": { + "get": { + "tags": [ + "me.planner.plannerTask" + ], + "summary": "Get ref of tasks from me", + "operationId": "me.planner.ListRefTasks", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "planId", + "planId desc", + "bucketId", + "bucketId desc", + "title", + "title desc", + "orderHint", + "orderHint desc", + "assigneePriority", + "assigneePriority desc", + "percentComplete", + "percentComplete desc", + "startDateTime", + "startDateTime desc", + "createdDateTime", + "createdDateTime desc", + "dueDateTime", + "dueDateTime desc", + "hasDescription", + "hasDescription desc", + "previewType", + "previewType desc", + "completedDateTime", + "completedDateTime desc", + "completedBy", + "completedBy desc", + "referenceCount", + "referenceCount desc", + "checklistItemCount", + "checklistItemCount desc", + "activeChecklistItemCount", + "activeChecklistItemCount desc", + "appliedCategories", + "appliedCategories desc", + "assignments", + "assignments desc", + "conversationThreadId", + "conversationThreadId desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of plannerTask", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.planner.plannerTask" + ], + "summary": "Create new navigation property ref to tasks for me", + "operationId": "me.planner.CreateRefTasks", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/registeredDevices": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get registeredDevices from me", + "operationId": "me.ListRegisteredDevices", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/registeredDevices/$ref": { + "get": { + "tags": [ + "me.directoryObject" + ], + "summary": "Get ref of registeredDevices from me", + "operationId": "me.ListRefRegisteredDevices", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "me.directoryObject" + ], + "summary": "Create new navigation property ref to registeredDevices for me", + "operationId": "me.CreateRefRegisteredDevices", + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/settings": { + "get": { + "tags": [ + "me.userSettings" + ], + "summary": "Get settings from me", + "operationId": "me.GetSettings", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "contributionToContentDiscoveryDisabled", + "contributionToContentDiscoveryAsOrganizationDisabled" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userSettings" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "me.userSettings" + ], + "summary": "Update the navigation property settings in me", + "operationId": "me.UpdateSettings", + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userSettings" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "me.userSettings" + ], + "summary": "Delete navigation property settings for me", + "operationId": "me.DeleteSettings", + "parameters": [ + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/organization": { + "get": { + "tags": [ + "organization.organization" + ], + "summary": "Get entities from organization", + "operationId": "organization.organization.ListOrganization", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc", + "assignedPlans", + "assignedPlans desc", + "businessPhones", + "businessPhones desc", + "city", + "city desc", + "country", + "country desc", + "countryLetterCode", + "countryLetterCode desc", + "displayName", + "displayName desc", + "marketingNotificationEmails", + "marketingNotificationEmails desc", + "onPremisesLastSyncDateTime", + "onPremisesLastSyncDateTime desc", + "onPremisesSyncEnabled", + "onPremisesSyncEnabled desc", + "postalCode", + "postalCode desc", + "preferredLanguage", + "preferredLanguage desc", + "privacyProfile", + "privacyProfile desc", + "provisionedPlans", + "provisionedPlans desc", + "securityComplianceNotificationMails", + "securityComplianceNotificationMails desc", + "securityComplianceNotificationPhones", + "securityComplianceNotificationPhones desc", + "state", + "state desc", + "street", + "street desc", + "technicalNotificationMails", + "technicalNotificationMails desc", + "verifiedDomains", + "verifiedDomains desc", + "mobileDeviceManagementAuthority", + "mobileDeviceManagementAuthority desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "assignedPlans", + "businessPhones", + "city", + "country", + "countryLetterCode", + "displayName", + "marketingNotificationEmails", + "onPremisesLastSyncDateTime", + "onPremisesSyncEnabled", + "postalCode", + "preferredLanguage", + "privacyProfile", + "provisionedPlans", + "securityComplianceNotificationMails", + "securityComplianceNotificationPhones", + "state", + "street", + "technicalNotificationMails", + "verifiedDomains", + "mobileDeviceManagementAuthority", + "extensions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of organization", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.organization" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "organization.organization" + ], + "summary": "Add new entity to organization", + "operationId": "organization.organization.CreateOrganization", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.organization" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.organization" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/organization/{organization-id}": { + "get": { + "tags": [ + "organization.organization" + ], + "summary": "Get entity from organization by key", + "operationId": "organization.organization.GetOrganization", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "assignedPlans", + "businessPhones", + "city", + "country", + "countryLetterCode", + "displayName", + "marketingNotificationEmails", + "onPremisesLastSyncDateTime", + "onPremisesSyncEnabled", + "postalCode", + "preferredLanguage", + "privacyProfile", + "provisionedPlans", + "securityComplianceNotificationMails", + "securityComplianceNotificationPhones", + "state", + "street", + "technicalNotificationMails", + "verifiedDomains", + "mobileDeviceManagementAuthority", + "extensions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.organization" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "organization.organization" + ], + "summary": "Update entity in organization", + "operationId": "organization.organization.UpdateOrganization", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.organization" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "organization.organization" + ], + "summary": "Delete entity from organization", + "operationId": "organization.organization.DeleteOrganization", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/organization/{organization-id}/extensions": { + "get": { + "tags": [ + "organization.extension" + ], + "summary": "Get extensions from organization", + "operationId": "organization.ListExtensions", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "organization.extension" + ], + "summary": "Create new navigation property to extensions for organization", + "operationId": "organization.CreateExtensions", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/organization/{organization-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "organization.extension" + ], + "summary": "Get extensions from organization", + "operationId": "organization.GetExtensions", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "organization.extension" + ], + "summary": "Update the navigation property extensions in organization", + "operationId": "organization.UpdateExtensions", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "organization.extension" + ], + "summary": "Delete navigation property extensions for organization", + "operationId": "organization.DeleteExtensions", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/organization/{organization-id}/checkMemberGroups": { + "post": { + "tags": [ + "organization.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "organization.checkMemberGroups", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/organization/{organization-id}/getMemberGroups": { + "post": { + "tags": [ + "organization.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "organization.getMemberGroups", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/organization/{organization-id}/getMemberObjects": { + "post": { + "tags": [ + "organization.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "organization.getMemberObjects", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/organization/{organization-id}/restore": { + "post": { + "tags": [ + "organization.Actions" + ], + "summary": "Invoke action restore", + "operationId": "organization.restore", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/organization/{organization-id}/setMobileDeviceManagementAuthority": { + "post": { + "tags": [ + "organization.Actions" + ], + "summary": "Invoke action setMobileDeviceManagementAuthority", + "operationId": "organization.setMobileDeviceManagementAuthority", + "parameters": [ + { + "name": "organization-id", + "in": "path", + "description": "key: id of organization", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "organization" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/organization/getByIds": { + "post": { + "tags": [ + "organization.Actions" + ], + "summary": "Invoke action getByIds", + "operationId": "organization.getByIds", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "types": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/planner": { + "get": { + "tags": [ + "planner.planner" + ], + "summary": "Get planner", + "operationId": "planner.planner.GetPlanner", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "tasks", + "plans", + "buckets" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks", + "plans", + "buckets" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.planner" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "planner.planner" + ], + "summary": "Update planner", + "operationId": "planner.planner.UpdatePlanner", + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.planner" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/buckets": { + "get": { + "tags": [ + "planner.plannerBucket" + ], + "summary": "Get buckets from planner", + "operationId": "planner.ListBuckets", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "planId", + "planId desc", + "orderHint", + "orderHint desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "planId", + "orderHint", + "tasks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerBucket", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucket" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "planner.plannerBucket" + ], + "summary": "Create new navigation property to buckets for planner", + "operationId": "planner.CreateBuckets", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucket" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucket" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/buckets/{plannerBucket-id}": { + "get": { + "tags": [ + "planner.plannerBucket" + ], + "summary": "Get buckets from planner", + "operationId": "planner.GetBuckets", + "parameters": [ + { + "name": "plannerBucket-id", + "in": "path", + "description": "key: id of plannerBucket", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerBucket" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "planId", + "orderHint", + "tasks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucket" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "planner.plannerBucket" + ], + "summary": "Update the navigation property buckets in planner", + "operationId": "planner.UpdateBuckets", + "parameters": [ + { + "name": "plannerBucket-id", + "in": "path", + "description": "key: id of plannerBucket", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerBucket" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucket" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "planner.plannerBucket" + ], + "summary": "Delete navigation property buckets for planner", + "operationId": "planner.DeleteBuckets", + "parameters": [ + { + "name": "plannerBucket-id", + "in": "path", + "description": "key: id of plannerBucket", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerBucket" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/buckets/{plannerBucket-id}/tasks": { + "get": { + "tags": [ + "planner.buckets.plannerTask" + ], + "summary": "Get tasks from planner", + "operationId": "planner.buckets.ListTasks", + "parameters": [ + { + "name": "plannerBucket-id", + "in": "path", + "description": "key: id of plannerBucket", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerBucket" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "planId", + "planId desc", + "bucketId", + "bucketId desc", + "title", + "title desc", + "orderHint", + "orderHint desc", + "assigneePriority", + "assigneePriority desc", + "percentComplete", + "percentComplete desc", + "startDateTime", + "startDateTime desc", + "createdDateTime", + "createdDateTime desc", + "dueDateTime", + "dueDateTime desc", + "hasDescription", + "hasDescription desc", + "previewType", + "previewType desc", + "completedDateTime", + "completedDateTime desc", + "completedBy", + "completedBy desc", + "referenceCount", + "referenceCount desc", + "checklistItemCount", + "checklistItemCount desc", + "activeChecklistItemCount", + "activeChecklistItemCount desc", + "appliedCategories", + "appliedCategories desc", + "assignments", + "assignments desc", + "conversationThreadId", + "conversationThreadId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "planId", + "bucketId", + "title", + "orderHint", + "assigneePriority", + "percentComplete", + "startDateTime", + "createdDateTime", + "dueDateTime", + "hasDescription", + "previewType", + "completedDateTime", + "completedBy", + "referenceCount", + "checklistItemCount", + "activeChecklistItemCount", + "appliedCategories", + "assignments", + "conversationThreadId", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerTask", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/buckets/{plannerBucket-id}/tasks/$ref": { + "get": { + "tags": [ + "planner.buckets.plannerTask" + ], + "summary": "Get ref of tasks from planner", + "operationId": "planner.buckets.ListRefTasks", + "parameters": [ + { + "name": "plannerBucket-id", + "in": "path", + "description": "key: id of plannerBucket", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerBucket" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "planId", + "planId desc", + "bucketId", + "bucketId desc", + "title", + "title desc", + "orderHint", + "orderHint desc", + "assigneePriority", + "assigneePriority desc", + "percentComplete", + "percentComplete desc", + "startDateTime", + "startDateTime desc", + "createdDateTime", + "createdDateTime desc", + "dueDateTime", + "dueDateTime desc", + "hasDescription", + "hasDescription desc", + "previewType", + "previewType desc", + "completedDateTime", + "completedDateTime desc", + "completedBy", + "completedBy desc", + "referenceCount", + "referenceCount desc", + "checklistItemCount", + "checklistItemCount desc", + "activeChecklistItemCount", + "activeChecklistItemCount desc", + "appliedCategories", + "appliedCategories desc", + "assignments", + "assignments desc", + "conversationThreadId", + "conversationThreadId desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of plannerTask", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "planner.buckets.plannerTask" + ], + "summary": "Create new navigation property ref to tasks for planner", + "operationId": "planner.buckets.CreateRefTasks", + "parameters": [ + { + "name": "plannerBucket-id", + "in": "path", + "description": "key: id of plannerBucket", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerBucket" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/plans": { + "get": { + "tags": [ + "planner.plannerPlan" + ], + "summary": "Get plans from planner", + "operationId": "planner.ListPlans", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "owner", + "owner desc", + "title", + "title desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "owner", + "title", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerPlan", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "planner.plannerPlan" + ], + "summary": "Create new navigation property to plans for planner", + "operationId": "planner.CreatePlans", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/plans/{plannerPlan-id}": { + "get": { + "tags": [ + "planner.plannerPlan" + ], + "summary": "Get plans from planner", + "operationId": "planner.GetPlans", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "owner", + "title", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "planner.plannerPlan" + ], + "summary": "Update the navigation property plans in planner", + "operationId": "planner.UpdatePlans", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "planner.plannerPlan" + ], + "summary": "Delete navigation property plans for planner", + "operationId": "planner.DeletePlans", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/plans/{plannerPlan-id}/buckets": { + "get": { + "tags": [ + "planner.plans.plannerBucket" + ], + "summary": "Get buckets from planner", + "operationId": "planner.plans.ListBuckets", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "planId", + "planId desc", + "orderHint", + "orderHint desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "planId", + "orderHint", + "tasks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerBucket", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucket" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/plans/{plannerPlan-id}/buckets/$ref": { + "get": { + "tags": [ + "planner.plans.plannerBucket" + ], + "summary": "Get ref of buckets from planner", + "operationId": "planner.plans.ListRefBuckets", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "planId", + "planId desc", + "orderHint", + "orderHint desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of plannerBucket", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "planner.plans.plannerBucket" + ], + "summary": "Create new navigation property ref to buckets for planner", + "operationId": "planner.plans.CreateRefBuckets", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/plans/{plannerPlan-id}/details": { + "get": { + "tags": [ + "planner.plans.plannerPlanDetails" + ], + "summary": "Get details from planner", + "operationId": "planner.plans.GetDetails", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "sharedWith", + "categoryDescriptions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlanDetails" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "planner.plans.plannerPlanDetails" + ], + "summary": "Update the navigation property details in planner", + "operationId": "planner.plans.UpdateDetails", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlanDetails" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "planner.plans.plannerPlanDetails" + ], + "summary": "Delete navigation property details for planner", + "operationId": "planner.plans.DeleteDetails", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/plans/{plannerPlan-id}/tasks": { + "get": { + "tags": [ + "planner.plans.plannerTask" + ], + "summary": "Get tasks from planner", + "operationId": "planner.plans.ListTasks", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "planId", + "planId desc", + "bucketId", + "bucketId desc", + "title", + "title desc", + "orderHint", + "orderHint desc", + "assigneePriority", + "assigneePriority desc", + "percentComplete", + "percentComplete desc", + "startDateTime", + "startDateTime desc", + "createdDateTime", + "createdDateTime desc", + "dueDateTime", + "dueDateTime desc", + "hasDescription", + "hasDescription desc", + "previewType", + "previewType desc", + "completedDateTime", + "completedDateTime desc", + "completedBy", + "completedBy desc", + "referenceCount", + "referenceCount desc", + "checklistItemCount", + "checklistItemCount desc", + "activeChecklistItemCount", + "activeChecklistItemCount desc", + "appliedCategories", + "appliedCategories desc", + "assignments", + "assignments desc", + "conversationThreadId", + "conversationThreadId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "planId", + "bucketId", + "title", + "orderHint", + "assigneePriority", + "percentComplete", + "startDateTime", + "createdDateTime", + "dueDateTime", + "hasDescription", + "previewType", + "completedDateTime", + "completedBy", + "referenceCount", + "checklistItemCount", + "activeChecklistItemCount", + "appliedCategories", + "assignments", + "conversationThreadId", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerTask", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/plans/{plannerPlan-id}/tasks/$ref": { + "get": { + "tags": [ + "planner.plans.plannerTask" + ], + "summary": "Get ref of tasks from planner", + "operationId": "planner.plans.ListRefTasks", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "planId", + "planId desc", + "bucketId", + "bucketId desc", + "title", + "title desc", + "orderHint", + "orderHint desc", + "assigneePriority", + "assigneePriority desc", + "percentComplete", + "percentComplete desc", + "startDateTime", + "startDateTime desc", + "createdDateTime", + "createdDateTime desc", + "dueDateTime", + "dueDateTime desc", + "hasDescription", + "hasDescription desc", + "previewType", + "previewType desc", + "completedDateTime", + "completedDateTime desc", + "completedBy", + "completedBy desc", + "referenceCount", + "referenceCount desc", + "checklistItemCount", + "checklistItemCount desc", + "activeChecklistItemCount", + "activeChecklistItemCount desc", + "appliedCategories", + "appliedCategories desc", + "assignments", + "assignments desc", + "conversationThreadId", + "conversationThreadId desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of plannerTask", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "planner.plans.plannerTask" + ], + "summary": "Create new navigation property ref to tasks for planner", + "operationId": "planner.plans.CreateRefTasks", + "parameters": [ + { + "name": "plannerPlan-id", + "in": "path", + "description": "key: id of plannerPlan", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerPlan" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/tasks": { + "get": { + "tags": [ + "planner.plannerTask" + ], + "summary": "Get tasks from planner", + "operationId": "planner.ListTasks", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "planId", + "planId desc", + "bucketId", + "bucketId desc", + "title", + "title desc", + "orderHint", + "orderHint desc", + "assigneePriority", + "assigneePriority desc", + "percentComplete", + "percentComplete desc", + "startDateTime", + "startDateTime desc", + "createdDateTime", + "createdDateTime desc", + "dueDateTime", + "dueDateTime desc", + "hasDescription", + "hasDescription desc", + "previewType", + "previewType desc", + "completedDateTime", + "completedDateTime desc", + "completedBy", + "completedBy desc", + "referenceCount", + "referenceCount desc", + "checklistItemCount", + "checklistItemCount desc", + "activeChecklistItemCount", + "activeChecklistItemCount desc", + "appliedCategories", + "appliedCategories desc", + "assignments", + "assignments desc", + "conversationThreadId", + "conversationThreadId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "planId", + "bucketId", + "title", + "orderHint", + "assigneePriority", + "percentComplete", + "startDateTime", + "createdDateTime", + "dueDateTime", + "hasDescription", + "previewType", + "completedDateTime", + "completedBy", + "referenceCount", + "checklistItemCount", + "activeChecklistItemCount", + "appliedCategories", + "assignments", + "conversationThreadId", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerTask", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "planner.plannerTask" + ], + "summary": "Create new navigation property to tasks for planner", + "operationId": "planner.CreateTasks", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/tasks/{plannerTask-id}": { + "get": { + "tags": [ + "planner.plannerTask" + ], + "summary": "Get tasks from planner", + "operationId": "planner.GetTasks", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "planId", + "bucketId", + "title", + "orderHint", + "assigneePriority", + "percentComplete", + "startDateTime", + "createdDateTime", + "dueDateTime", + "hasDescription", + "previewType", + "completedDateTime", + "completedBy", + "referenceCount", + "checklistItemCount", + "activeChecklistItemCount", + "appliedCategories", + "assignments", + "conversationThreadId", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "planner.plannerTask" + ], + "summary": "Update the navigation property tasks in planner", + "operationId": "planner.UpdateTasks", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "planner.plannerTask" + ], + "summary": "Delete navigation property tasks for planner", + "operationId": "planner.DeleteTasks", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { + "get": { + "tags": [ + "planner.tasks.plannerAssignedToTaskBoardTaskFormat" + ], + "summary": "Get assignedToTaskBoardFormat from planner", + "operationId": "planner.tasks.GetAssignedToTaskBoardFormat", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "unassignedOrderHint", + "orderHintsByAssignee" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "planner.tasks.plannerAssignedToTaskBoardTaskFormat" + ], + "summary": "Update the navigation property assignedToTaskBoardFormat in planner", + "operationId": "planner.tasks.UpdateAssignedToTaskBoardFormat", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "planner.tasks.plannerAssignedToTaskBoardTaskFormat" + ], + "summary": "Delete navigation property assignedToTaskBoardFormat for planner", + "operationId": "planner.tasks.DeleteAssignedToTaskBoardFormat", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat": { + "get": { + "tags": [ + "planner.tasks.plannerBucketTaskBoardTaskFormat" + ], + "summary": "Get bucketTaskBoardFormat from planner", + "operationId": "planner.tasks.GetBucketTaskBoardFormat", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "orderHint" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "planner.tasks.plannerBucketTaskBoardTaskFormat" + ], + "summary": "Update the navigation property bucketTaskBoardFormat in planner", + "operationId": "planner.tasks.UpdateBucketTaskBoardFormat", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "planner.tasks.plannerBucketTaskBoardTaskFormat" + ], + "summary": "Delete navigation property bucketTaskBoardFormat for planner", + "operationId": "planner.tasks.DeleteBucketTaskBoardFormat", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/tasks/{plannerTask-id}/details": { + "get": { + "tags": [ + "planner.tasks.plannerTaskDetails" + ], + "summary": "Get details from planner", + "operationId": "planner.tasks.GetDetails", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "previewType", + "references", + "checklist" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerTaskDetails" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "planner.tasks.plannerTaskDetails" + ], + "summary": "Update the navigation property details in planner", + "operationId": "planner.tasks.UpdateDetails", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerTaskDetails" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "planner.tasks.plannerTaskDetails" + ], + "summary": "Delete navigation property details for planner", + "operationId": "planner.tasks.DeleteDetails", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat": { + "get": { + "tags": [ + "planner.tasks.plannerProgressTaskBoardTaskFormat" + ], + "summary": "Get progressTaskBoardFormat from planner", + "operationId": "planner.tasks.GetProgressTaskBoardFormat", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "orderHint" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "planner.tasks.plannerProgressTaskBoardTaskFormat" + ], + "summary": "Update the navigation property progressTaskBoardFormat in planner", + "operationId": "planner.tasks.UpdateProgressTaskBoardFormat", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "planner.tasks.plannerProgressTaskBoardTaskFormat" + ], + "summary": "Delete navigation property progressTaskBoardFormat for planner", + "operationId": "planner.tasks.DeleteProgressTaskBoardFormat", + "parameters": [ + { + "name": "plannerTask-id", + "in": "path", + "description": "key: id of plannerTask", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "plannerTask" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/reports": { + "get": { + "tags": [ + "reports.reportRoot" + ], + "summary": "Get reports", + "operationId": "reports.reportRoot.GetReportRoot", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.reportRoot" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "reports.reportRoot" + ], + "summary": "Update reports", + "operationId": "reports.reportRoot.UpdateReportRoot", + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.reportRoot" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/reports/deviceConfigurationDeviceActivity()": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function deviceConfigurationDeviceActivity", + "operationId": "reports.deviceConfigurationDeviceActivity", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.report" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/deviceConfigurationUserActivity()": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function deviceConfigurationUserActivity", + "operationId": "reports.deviceConfigurationUserActivity", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.report" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getEmailActivityCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getEmailActivityCounts", + "operationId": "reports.getEmailActivityCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getEmailActivityUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getEmailActivityUserCounts", + "operationId": "reports.getEmailActivityUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getEmailActivityUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getEmailActivityUserDetail", + "operationId": "reports.getEmailActivityUserDetail-4d91", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getEmailActivityUserDetail(period={period})" + ] + }, + "/reports/getEmailActivityUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getEmailActivityUserDetail", + "operationId": "reports.getEmailActivityUserDetail-ac5f", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getEmailActivityUserDetail(date={date})" + ] + }, + "/reports/getEmailAppUsageAppsUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getEmailAppUsageAppsUserCounts", + "operationId": "reports.getEmailAppUsageAppsUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getEmailAppUsageUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getEmailAppUsageUserCounts", + "operationId": "reports.getEmailAppUsageUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getEmailAppUsageUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getEmailAppUsageUserDetail", + "operationId": "reports.getEmailAppUsageUserDetail-d5d6", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getEmailAppUsageUserDetail(period={period})" + ] + }, + "/reports/getEmailAppUsageUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getEmailAppUsageUserDetail", + "operationId": "reports.getEmailAppUsageUserDetail-22ba", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getEmailAppUsageUserDetail(date={date})" + ] + }, + "/reports/getEmailAppUsageVersionsUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getEmailAppUsageVersionsUserCounts", + "operationId": "reports.getEmailAppUsageVersionsUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getMailboxUsageDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getMailboxUsageDetail", + "operationId": "reports.getMailboxUsageDetail", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getMailboxUsageMailboxCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getMailboxUsageMailboxCounts", + "operationId": "reports.getMailboxUsageMailboxCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getMailboxUsageQuotaStatusMailboxCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getMailboxUsageQuotaStatusMailboxCounts", + "operationId": "reports.getMailboxUsageQuotaStatusMailboxCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getMailboxUsageStorage(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getMailboxUsageStorage", + "operationId": "reports.getMailboxUsageStorage", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOffice365ActivationCounts()": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365ActivationCounts", + "operationId": "reports.getOffice365ActivationCounts", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOffice365ActivationsUserCounts()": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365ActivationsUserCounts", + "operationId": "reports.getOffice365ActivationsUserCounts", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOffice365ActivationsUserDetail()": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365ActivationsUserDetail", + "operationId": "reports.getOffice365ActivationsUserDetail", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOffice365ActiveUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365ActiveUserCounts", + "operationId": "reports.getOffice365ActiveUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOffice365ActiveUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365ActiveUserDetail", + "operationId": "reports.getOffice365ActiveUserDetail-b911", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getOffice365ActiveUserDetail(period={period})" + ] + }, + "/reports/getOffice365ActiveUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365ActiveUserDetail", + "operationId": "reports.getOffice365ActiveUserDetail-3cb5", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getOffice365ActiveUserDetail(date={date})" + ] + }, + "/reports/getOffice365GroupsActivityCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365GroupsActivityCounts", + "operationId": "reports.getOffice365GroupsActivityCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOffice365GroupsActivityDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365GroupsActivityDetail", + "operationId": "reports.getOffice365GroupsActivityDetail-87d6", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getOffice365GroupsActivityDetail(period={period})" + ] + }, + "/reports/getOffice365GroupsActivityDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365GroupsActivityDetail", + "operationId": "reports.getOffice365GroupsActivityDetail-e6b8", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getOffice365GroupsActivityDetail(date={date})" + ] + }, + "/reports/getOffice365GroupsActivityFileCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365GroupsActivityFileCounts", + "operationId": "reports.getOffice365GroupsActivityFileCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOffice365GroupsActivityGroupCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365GroupsActivityGroupCounts", + "operationId": "reports.getOffice365GroupsActivityGroupCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOffice365GroupsActivityStorage(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365GroupsActivityStorage", + "operationId": "reports.getOffice365GroupsActivityStorage", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOffice365ServicesUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOffice365ServicesUserCounts", + "operationId": "reports.getOffice365ServicesUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOneDriveActivityFileCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOneDriveActivityFileCounts", + "operationId": "reports.getOneDriveActivityFileCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOneDriveActivityUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOneDriveActivityUserCounts", + "operationId": "reports.getOneDriveActivityUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOneDriveActivityUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOneDriveActivityUserDetail", + "operationId": "reports.getOneDriveActivityUserDetail-77b1", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getOneDriveActivityUserDetail(period={period})" + ] + }, + "/reports/getOneDriveActivityUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOneDriveActivityUserDetail", + "operationId": "reports.getOneDriveActivityUserDetail-0cff", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getOneDriveActivityUserDetail(date={date})" + ] + }, + "/reports/getOneDriveUsageAccountCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOneDriveUsageAccountCounts", + "operationId": "reports.getOneDriveUsageAccountCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOneDriveUsageAccountDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOneDriveUsageAccountDetail", + "operationId": "reports.getOneDriveUsageAccountDetail-3b63", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getOneDriveUsageAccountDetail(period={period})" + ] + }, + "/reports/getOneDriveUsageAccountDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOneDriveUsageAccountDetail", + "operationId": "reports.getOneDriveUsageAccountDetail-d35d", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getOneDriveUsageAccountDetail(date={date})" + ] + }, + "/reports/getOneDriveUsageFileCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOneDriveUsageFileCounts", + "operationId": "reports.getOneDriveUsageFileCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getOneDriveUsageStorage(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getOneDriveUsageStorage", + "operationId": "reports.getOneDriveUsageStorage", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSharePointActivityFileCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointActivityFileCounts", + "operationId": "reports.getSharePointActivityFileCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSharePointActivityPages(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointActivityPages", + "operationId": "reports.getSharePointActivityPages", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSharePointActivityUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointActivityUserCounts", + "operationId": "reports.getSharePointActivityUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSharePointActivityUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointActivityUserDetail", + "operationId": "reports.getSharePointActivityUserDetail-48b2", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getSharePointActivityUserDetail(period={period})" + ] + }, + "/reports/getSharePointActivityUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointActivityUserDetail", + "operationId": "reports.getSharePointActivityUserDetail-ab79", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getSharePointActivityUserDetail(date={date})" + ] + }, + "/reports/getSharePointSiteUsageDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointSiteUsageDetail", + "operationId": "reports.getSharePointSiteUsageDetail-a4c0", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getSharePointSiteUsageDetail(period={period})" + ] + }, + "/reports/getSharePointSiteUsageDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointSiteUsageDetail", + "operationId": "reports.getSharePointSiteUsageDetail-c7c5", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getSharePointSiteUsageDetail(date={date})" + ] + }, + "/reports/getSharePointSiteUsageFileCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointSiteUsageFileCounts", + "operationId": "reports.getSharePointSiteUsageFileCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSharePointSiteUsagePages(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointSiteUsagePages", + "operationId": "reports.getSharePointSiteUsagePages", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSharePointSiteUsageSiteCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointSiteUsageSiteCounts", + "operationId": "reports.getSharePointSiteUsageSiteCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSharePointSiteUsageStorage(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSharePointSiteUsageStorage", + "operationId": "reports.getSharePointSiteUsageStorage", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessActivityCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessActivityCounts", + "operationId": "reports.getSkypeForBusinessActivityCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessActivityUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessActivityUserCounts", + "operationId": "reports.getSkypeForBusinessActivityUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessActivityUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessActivityUserDetail", + "operationId": "reports.getSkypeForBusinessActivityUserDetail-83d0", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getSkypeForBusinessActivityUserDetail(period={period})" + ] + }, + "/reports/getSkypeForBusinessActivityUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessActivityUserDetail", + "operationId": "reports.getSkypeForBusinessActivityUserDetail-139c", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getSkypeForBusinessActivityUserDetail(date={date})" + ] + }, + "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts", + "operationId": "reports.getSkypeForBusinessDeviceUsageDistributionUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessDeviceUsageUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessDeviceUsageUserCounts", + "operationId": "reports.getSkypeForBusinessDeviceUsageUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessDeviceUsageUserDetail", + "operationId": "reports.getSkypeForBusinessDeviceUsageUserDetail-fe29", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getSkypeForBusinessDeviceUsageUserDetail(period={period})" + ] + }, + "/reports/getSkypeForBusinessDeviceUsageUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessDeviceUsageUserDetail", + "operationId": "reports.getSkypeForBusinessDeviceUsageUserDetail-aebd", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})" + ] + }, + "/reports/getSkypeForBusinessOrganizerActivityCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessOrganizerActivityCounts", + "operationId": "reports.getSkypeForBusinessOrganizerActivityCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts", + "operationId": "reports.getSkypeForBusinessOrganizerActivityMinuteCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessOrganizerActivityUserCounts", + "operationId": "reports.getSkypeForBusinessOrganizerActivityUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessParticipantActivityCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessParticipantActivityCounts", + "operationId": "reports.getSkypeForBusinessParticipantActivityCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessParticipantActivityMinuteCounts", + "operationId": "reports.getSkypeForBusinessParticipantActivityMinuteCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessParticipantActivityUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessParticipantActivityUserCounts", + "operationId": "reports.getSkypeForBusinessParticipantActivityUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessPeerToPeerActivityCounts", + "operationId": "reports.getSkypeForBusinessPeerToPeerActivityCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts", + "operationId": "reports.getSkypeForBusinessPeerToPeerActivityMinuteCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts", + "operationId": "reports.getSkypeForBusinessPeerToPeerActivityUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getTeamsDeviceUsageDistributionUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getTeamsDeviceUsageDistributionUserCounts", + "operationId": "reports.getTeamsDeviceUsageDistributionUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getTeamsDeviceUsageUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getTeamsDeviceUsageUserCounts", + "operationId": "reports.getTeamsDeviceUsageUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getTeamsDeviceUsageUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getTeamsDeviceUsageUserDetail", + "operationId": "reports.getTeamsDeviceUsageUserDetail-8630", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getTeamsDeviceUsageUserDetail(period={period})" + ] + }, + "/reports/getTeamsDeviceUsageUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getTeamsDeviceUsageUserDetail", + "operationId": "reports.getTeamsDeviceUsageUserDetail-901d", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getTeamsDeviceUsageUserDetail(date={date})" + ] + }, + "/reports/getTeamsUserActivityCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getTeamsUserActivityCounts", + "operationId": "reports.getTeamsUserActivityCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getTeamsUserActivityUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getTeamsUserActivityUserCounts", + "operationId": "reports.getTeamsUserActivityUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getTeamsUserActivityUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getTeamsUserActivityUserDetail", + "operationId": "reports.getTeamsUserActivityUserDetail-fba7", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getTeamsUserActivityUserDetail(period={period})" + ] + }, + "/reports/getTeamsUserActivityUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getTeamsUserActivityUserDetail", + "operationId": "reports.getTeamsUserActivityUserDetail-3e63", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getTeamsUserActivityUserDetail(date={date})" + ] + }, + "/reports/getYammerActivityCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerActivityCounts", + "operationId": "reports.getYammerActivityCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getYammerActivityUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerActivityUserCounts", + "operationId": "reports.getYammerActivityUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getYammerActivityUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerActivityUserDetail", + "operationId": "reports.getYammerActivityUserDetail-41fe", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getYammerActivityUserDetail(period={period})" + ] + }, + "/reports/getYammerActivityUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerActivityUserDetail", + "operationId": "reports.getYammerActivityUserDetail-1ab5", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getYammerActivityUserDetail(date={date})" + ] + }, + "/reports/getYammerDeviceUsageDistributionUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerDeviceUsageDistributionUserCounts", + "operationId": "reports.getYammerDeviceUsageDistributionUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getYammerDeviceUsageUserCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerDeviceUsageUserCounts", + "operationId": "reports.getYammerDeviceUsageUserCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getYammerDeviceUsageUserDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerDeviceUsageUserDetail", + "operationId": "reports.getYammerDeviceUsageUserDetail-e734", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getYammerDeviceUsageUserDetail(period={period})" + ] + }, + "/reports/getYammerDeviceUsageUserDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerDeviceUsageUserDetail", + "operationId": "reports.getYammerDeviceUsageUserDetail-4f11", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getYammerDeviceUsageUserDetail(date={date})" + ] + }, + "/reports/getYammerGroupsActivityCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerGroupsActivityCounts", + "operationId": "reports.getYammerGroupsActivityCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/getYammerGroupsActivityDetail(date={date})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerGroupsActivityDetail", + "operationId": "reports.getYammerGroupsActivityDetail-9ea3", + "parameters": [ + { + "name": "date", + "in": "path", + "description": "Usage: date={date}", + "required": true, + "schema": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getYammerGroupsActivityDetail(period={period})" + ] + }, + "/reports/getYammerGroupsActivityDetail(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerGroupsActivityDetail", + "operationId": "reports.getYammerGroupsActivityDetail-a400", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/getYammerGroupsActivityDetail(date={date})" + ] + }, + "/reports/getYammerGroupsActivityGroupCounts(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function getYammerGroupsActivityGroupCounts", + "operationId": "reports.getYammerGroupsActivityGroupCounts", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.report" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/reports/managedDeviceEnrollmentFailureDetails()": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function managedDeviceEnrollmentFailureDetails", + "operationId": "reports.managedDeviceEnrollmentFailureDetails-8191", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.report" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter={filter},skipToken={skipToken})" + ] + }, + "/reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter={filter},skipToken={skipToken})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function managedDeviceEnrollmentFailureDetails", + "operationId": "reports.managedDeviceEnrollmentFailureDetails-afb1", + "parameters": [ + { + "name": "skip", + "in": "path", + "description": "Usage: skip={skip}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + }, + { + "name": "top", + "in": "path", + "description": "Usage: top={top}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + }, + { + "name": "filter", + "in": "path", + "description": "Usage: filter={filter}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "name": "skipToken", + "in": "path", + "description": "Usage: skipToken={skipToken}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.report" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/managedDeviceEnrollmentFailureDetails()" + ] + }, + "/reports/managedDeviceEnrollmentTopFailures()": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function managedDeviceEnrollmentTopFailures", + "operationId": "reports.managedDeviceEnrollmentTopFailures-9ce7", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.report" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/managedDeviceEnrollmentTopFailures(period={period})" + ] + }, + "/reports/managedDeviceEnrollmentTopFailures(period={period})": { + "get": { + "tags": [ + "reports.Functions" + ], + "summary": "Invoke function managedDeviceEnrollmentTopFailures", + "operationId": "reports.managedDeviceEnrollmentTopFailures-c017", + "parameters": [ + { + "name": "period", + "in": "path", + "description": "Usage: period={period}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.report" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/reports/managedDeviceEnrollmentTopFailures()" + ] + }, + "/schemaExtensions": { + "get": { + "tags": [ + "schemaExtensions.schemaExtension" + ], + "summary": "Get entities from schemaExtensions", + "operationId": "schemaExtensions.schemaExtension.ListSchemaExtension", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "description", + "description desc", + "targetTypes", + "targetTypes desc", + "properties", + "properties desc", + "status", + "status desc", + "owner", + "owner desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "targetTypes", + "properties", + "status", + "owner" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of schemaExtension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.schemaExtension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "schemaExtensions.schemaExtension" + ], + "summary": "Add new entity to schemaExtensions", + "operationId": "schemaExtensions.schemaExtension.CreateSchemaExtension", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.schemaExtension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.schemaExtension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/schemaExtensions/{schemaExtension-id}": { + "get": { + "tags": [ + "schemaExtensions.schemaExtension" + ], + "summary": "Get entity from schemaExtensions by key", + "operationId": "schemaExtensions.schemaExtension.GetSchemaExtension", + "parameters": [ + { + "name": "schemaExtension-id", + "in": "path", + "description": "key: id of schemaExtension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "schemaExtension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "targetTypes", + "properties", + "status", + "owner" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.schemaExtension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "schemaExtensions.schemaExtension" + ], + "summary": "Update entity in schemaExtensions", + "operationId": "schemaExtensions.schemaExtension.UpdateSchemaExtension", + "parameters": [ + { + "name": "schemaExtension-id", + "in": "path", + "description": "key: id of schemaExtension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "schemaExtension" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.schemaExtension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "schemaExtensions.schemaExtension" + ], + "summary": "Delete entity from schemaExtensions", + "operationId": "schemaExtensions.schemaExtension.DeleteSchemaExtension", + "parameters": [ + { + "name": "schemaExtension-id", + "in": "path", + "description": "key: id of schemaExtension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "schemaExtension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/Security": { + "get": { + "tags": [ + "Security.security" + ], + "summary": "Get Security", + "operationId": "Security.security.GetSecurity", + "parameters": [ + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "alerts" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "alerts" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.security" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "Security.security" + ], + "summary": "Update Security", + "operationId": "Security.security.UpdateSecurity", + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.security" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/Security/alerts": { + "get": { + "tags": [ + "Security.alert" + ], + "summary": "Get alerts from Security", + "operationId": "Security.ListAlerts", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "activityGroupName", + "activityGroupName desc", + "assignedTo", + "assignedTo desc", + "azureSubscriptionId", + "azureSubscriptionId desc", + "azureTenantId", + "azureTenantId desc", + "category", + "category desc", + "closedDateTime", + "closedDateTime desc", + "cloudAppStates", + "cloudAppStates desc", + "comments", + "comments desc", + "confidence", + "confidence desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "detectionIds", + "detectionIds desc", + "eventDateTime", + "eventDateTime desc", + "feedback", + "feedback desc", + "fileStates", + "fileStates desc", + "hostStates", + "hostStates desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "malwareStates", + "malwareStates desc", + "networkConnections", + "networkConnections desc", + "processes", + "processes desc", + "recommendedActions", + "recommendedActions desc", + "registryKeyStates", + "registryKeyStates desc", + "severity", + "severity desc", + "sourceMaterials", + "sourceMaterials desc", + "status", + "status desc", + "tags", + "tags desc", + "title", + "title desc", + "triggers", + "triggers desc", + "userStates", + "userStates desc", + "vendorInformation", + "vendorInformation desc", + "vulnerabilityStates", + "vulnerabilityStates desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "activityGroupName", + "assignedTo", + "azureSubscriptionId", + "azureTenantId", + "category", + "closedDateTime", + "cloudAppStates", + "comments", + "confidence", + "createdDateTime", + "description", + "detectionIds", + "eventDateTime", + "feedback", + "fileStates", + "hostStates", + "lastModifiedDateTime", + "malwareStates", + "networkConnections", + "processes", + "recommendedActions", + "registryKeyStates", + "severity", + "sourceMaterials", + "status", + "tags", + "title", + "triggers", + "userStates", + "vendorInformation", + "vulnerabilityStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of alert", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.alert" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "Security.alert" + ], + "summary": "Create new navigation property to alerts for Security", + "operationId": "Security.CreateAlerts", + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.alert" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.alert" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/Security/alerts/{alert-id}": { + "get": { + "tags": [ + "Security.alert" + ], + "summary": "Get alerts from Security", + "operationId": "Security.GetAlerts", + "parameters": [ + { + "name": "alert-id", + "in": "path", + "description": "key: id of alert", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "alert" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "activityGroupName", + "assignedTo", + "azureSubscriptionId", + "azureTenantId", + "category", + "closedDateTime", + "cloudAppStates", + "comments", + "confidence", + "createdDateTime", + "description", + "detectionIds", + "eventDateTime", + "feedback", + "fileStates", + "hostStates", + "lastModifiedDateTime", + "malwareStates", + "networkConnections", + "processes", + "recommendedActions", + "registryKeyStates", + "severity", + "sourceMaterials", + "status", + "tags", + "title", + "triggers", + "userStates", + "vendorInformation", + "vulnerabilityStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.alert" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "Security.alert" + ], + "summary": "Update the navigation property alerts in Security", + "operationId": "Security.UpdateAlerts", + "parameters": [ + { + "name": "alert-id", + "in": "path", + "description": "key: id of alert", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "alert" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.alert" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "Security.alert" + ], + "summary": "Delete navigation property alerts for Security", + "operationId": "Security.DeleteAlerts", + "parameters": [ + { + "name": "alert-id", + "in": "path", + "description": "key: id of alert", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "alert" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares": { + "get": { + "tags": [ + "shares.sharedDriveItem" + ], + "summary": "Get entities from shares", + "operationId": "shares.sharedDriveItem.ListSharedDriveItem", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "owner", + "owner desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "owner", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "items", + "list", + "listItem", + "root", + "site" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "items", + "list", + "listItem", + "root", + "site" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of sharedDriveItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sharedDriveItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "shares.sharedDriveItem" + ], + "summary": "Add new entity to shares", + "operationId": "shares.sharedDriveItem.CreateSharedDriveItem", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedDriveItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedDriveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}": { + "get": { + "tags": [ + "shares.sharedDriveItem" + ], + "summary": "Get entity from shares by key", + "operationId": "shares.sharedDriveItem.GetSharedDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "owner", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "items", + "list", + "listItem", + "root", + "site" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "items", + "list", + "listItem", + "root", + "site" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedDriveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.sharedDriveItem" + ], + "summary": "Update entity in shares", + "operationId": "shares.sharedDriveItem.UpdateSharedDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedDriveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.sharedDriveItem" + ], + "summary": "Delete entity from shares", + "operationId": "shares.sharedDriveItem.DeleteSharedDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/driveItem": { + "get": { + "tags": [ + "shares.driveItem" + ], + "summary": "Get driveItem from shares", + "operationId": "shares.GetDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.driveItem" + ], + "summary": "Update the navigation property driveItem in shares", + "operationId": "shares.UpdateDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.driveItem" + ], + "summary": "Delete navigation property driveItem for shares", + "operationId": "shares.DeleteDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/driveItem/content": { + "get": { + "tags": [ + "shares.driveItem" + ], + "summary": "Get media content for the navigation property driveItem from shares", + "operationId": "shares.GetDriveItemContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "shares.driveItem" + ], + "summary": "Update media content for the navigation property driveItem in shares", + "operationId": "shares.UpdateDriveItemContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/items": { + "get": { + "tags": [ + "shares.driveItem" + ], + "summary": "Get items from shares", + "operationId": "shares.ListItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "audio", + "audio desc", + "content", + "content desc", + "cTag", + "cTag desc", + "deleted", + "deleted desc", + "file", + "file desc", + "fileSystemInfo", + "fileSystemInfo desc", + "folder", + "folder desc", + "image", + "image desc", + "location", + "location desc", + "package", + "package desc", + "photo", + "photo desc", + "publication", + "publication desc", + "remoteItem", + "remoteItem desc", + "root", + "root desc", + "searchResult", + "searchResult desc", + "shared", + "shared desc", + "sharepointIds", + "sharepointIds desc", + "size", + "size desc", + "specialFolder", + "specialFolder desc", + "video", + "video desc", + "webDavUrl", + "webDavUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of driveItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "shares.driveItem" + ], + "summary": "Create new navigation property to items for shares", + "operationId": "shares.CreateItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/items/{workbook-id}": { + "get": { + "tags": [ + "shares.driveItem" + ], + "summary": "Get items from shares", + "operationId": "shares.GetItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.driveItem" + ], + "summary": "Update the navigation property items in shares", + "operationId": "shares.UpdateItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.driveItem" + ], + "summary": "Delete navigation property items for shares", + "operationId": "shares.DeleteItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/items/{workbook-id}/content": { + "get": { + "tags": [ + "shares.driveItem" + ], + "summary": "Get media content for the navigation property items from shares", + "operationId": "shares.GetItemsContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "shares.driveItem" + ], + "summary": "Update media content for the navigation property items in shares", + "operationId": "shares.UpdateItemsContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list": { + "get": { + "tags": [ + "shares.list" + ], + "summary": "Get list from shares", + "operationId": "shares.GetList", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "list", + "sharepointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list" + ], + "summary": "Update the navigation property list in shares", + "operationId": "shares.UpdateList", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list" + ], + "summary": "Delete navigation property list for shares", + "operationId": "shares.DeleteList", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/columns": { + "get": { + "tags": [ + "shares.list.columnDefinition" + ], + "summary": "Get columns from shares", + "operationId": "shares.list.ListColumns", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "boolean", + "boolean desc", + "calculated", + "calculated desc", + "choice", + "choice desc", + "columnGroup", + "columnGroup desc", + "currency", + "currency desc", + "dateTime", + "dateTime desc", + "defaultValue", + "defaultValue desc", + "description", + "description desc", + "displayName", + "displayName desc", + "enforceUniqueValues", + "enforceUniqueValues desc", + "hidden", + "hidden desc", + "indexed", + "indexed desc", + "lookup", + "lookup desc", + "name", + "name desc", + "number", + "number desc", + "personOrGroup", + "personOrGroup desc", + "readOnly", + "readOnly desc", + "required", + "required desc", + "text", + "text desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnDefinition", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "shares.list.columnDefinition" + ], + "summary": "Create new navigation property to columns for shares", + "operationId": "shares.list.CreateColumns", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}": { + "get": { + "tags": [ + "shares.list.columnDefinition" + ], + "summary": "Get columns from shares", + "operationId": "shares.list.GetColumns", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list.columnDefinition" + ], + "summary": "Update the navigation property columns in shares", + "operationId": "shares.list.UpdateColumns", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list.columnDefinition" + ], + "summary": "Delete navigation property columns for shares", + "operationId": "shares.list.DeleteColumns", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/contentTypes": { + "get": { + "tags": [ + "shares.list.contentType" + ], + "summary": "Get contentTypes from shares", + "operationId": "shares.list.ListContentTypes", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "description", + "description desc", + "group", + "group desc", + "hidden", + "hidden desc", + "inheritedFrom", + "inheritedFrom desc", + "name", + "name desc", + "order", + "order desc", + "parentId", + "parentId desc", + "readOnly", + "readOnly desc", + "sealed", + "sealed desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contentType", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "shares.list.contentType" + ], + "summary": "Create new navigation property to contentTypes for shares", + "operationId": "shares.list.CreateContentTypes", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}": { + "get": { + "tags": [ + "shares.list.contentType" + ], + "summary": "Get contentTypes from shares", + "operationId": "shares.list.GetContentTypes", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list.contentType" + ], + "summary": "Update the navigation property contentTypes in shares", + "operationId": "shares.list.UpdateContentTypes", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list.contentType" + ], + "summary": "Delete navigation property contentTypes for shares", + "operationId": "shares.list.DeleteContentTypes", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks": { + "get": { + "tags": [ + "shares.list.contentTypes.columnLink" + ], + "summary": "Get columnLinks from shares", + "operationId": "shares.list.contentTypes.ListColumnLinks", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnLink", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "shares.list.contentTypes.columnLink" + ], + "summary": "Create new navigation property to columnLinks for shares", + "operationId": "shares.list.contentTypes.CreateColumnLinks", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { + "get": { + "tags": [ + "shares.list.contentTypes.columnLink" + ], + "summary": "Get columnLinks from shares", + "operationId": "shares.list.contentTypes.GetColumnLinks", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list.contentTypes.columnLink" + ], + "summary": "Update the navigation property columnLinks in shares", + "operationId": "shares.list.contentTypes.UpdateColumnLinks", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list.contentTypes.columnLink" + ], + "summary": "Delete navigation property columnLinks for shares", + "operationId": "shares.list.contentTypes.DeleteColumnLinks", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/drive": { + "get": { + "tags": [ + "shares.list.drive" + ], + "summary": "Get drive from shares", + "operationId": "shares.list.GetDrive", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list.drive" + ], + "summary": "Update the navigation property drive in shares", + "operationId": "shares.list.UpdateDrive", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list.drive" + ], + "summary": "Delete navigation property drive for shares", + "operationId": "shares.list.DeleteDrive", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/items": { + "get": { + "tags": [ + "shares.list.listItem" + ], + "summary": "Get items from shares", + "operationId": "shares.list.ListItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "contentType", + "contentType desc", + "sharepointIds", + "sharepointIds desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "shares.list.listItem" + ], + "summary": "Create new navigation property to items for shares", + "operationId": "shares.list.CreateItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}": { + "get": { + "tags": [ + "shares.list.listItem" + ], + "summary": "Get items from shares", + "operationId": "shares.list.GetItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list.listItem" + ], + "summary": "Update the navigation property items in shares", + "operationId": "shares.list.UpdateItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list.listItem" + ], + "summary": "Delete navigation property items for shares", + "operationId": "shares.list.DeleteItems", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem": { + "get": { + "tags": [ + "shares.list.items.driveItem" + ], + "summary": "Get driveItem from shares", + "operationId": "shares.list.items.GetDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list.items.driveItem" + ], + "summary": "Update the navigation property driveItem in shares", + "operationId": "shares.list.items.UpdateDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list.items.driveItem" + ], + "summary": "Delete navigation property driveItem for shares", + "operationId": "shares.list.items.DeleteDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/listItem/driveItem" + ] + }, + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content": { + "get": { + "tags": [ + "shares.list.items.driveItem" + ], + "summary": "Get media content for the navigation property driveItem from shares", + "operationId": "shares.list.items.GetDriveItemContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "shares.list.items.driveItem" + ], + "summary": "Update media content for the navigation property driveItem in shares", + "operationId": "shares.list.items.UpdateDriveItemContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields": { + "get": { + "tags": [ + "shares.list.items.fieldValueSet" + ], + "summary": "Get fields from shares", + "operationId": "shares.list.items.GetFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list.items.fieldValueSet" + ], + "summary": "Update the navigation property fields in shares", + "operationId": "shares.list.items.UpdateFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list.items.fieldValueSet" + ], + "summary": "Delete navigation property fields for shares", + "operationId": "shares.list.items.DeleteFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/listItem/fields" + ] + }, + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions": { + "get": { + "tags": [ + "shares.list.items.listItemVersion" + ], + "summary": "Get versions from shares", + "operationId": "shares.list.items.ListVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "publication", + "publication desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItemVersion", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "shares.list.items.listItemVersion" + ], + "summary": "Create new navigation property to versions for shares", + "operationId": "shares.list.items.CreateVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/listItem/versions" + ] + }, + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { + "get": { + "tags": [ + "shares.list.items.listItemVersion" + ], + "summary": "Get versions from shares", + "operationId": "shares.list.items.GetVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list.items.listItemVersion" + ], + "summary": "Update the navigation property versions in shares", + "operationId": "shares.list.items.UpdateVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list.items.listItemVersion" + ], + "summary": "Delete navigation property versions for shares", + "operationId": "shares.list.items.DeleteVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}" + ] + }, + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { + "get": { + "tags": [ + "shares.list.items.listItemVersion" + ], + "summary": "Get fields from shares", + "operationId": "shares.list.items.versions.GetFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.list.items.listItemVersion" + ], + "summary": "Update the navigation property fields in shares", + "operationId": "shares.list.items.versions.UpdateFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.list.items.listItemVersion" + ], + "summary": "Delete navigation property fields for shares", + "operationId": "shares.list.items.versions.DeleteFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields" + ] + }, + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion": { + "post": { + "tags": [ + "shares.Actions" + ], + "summary": "Invoke action restoreVersion", + "operationId": "shares.list.items.versions.restoreVersion", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion" + ] + }, + "/shares/{sharedDriveItem-id}/listItem": { + "get": { + "tags": [ + "shares.listItem" + ], + "summary": "Get listItem from shares", + "operationId": "shares.GetListItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.listItem" + ], + "summary": "Update the navigation property listItem in shares", + "operationId": "shares.UpdateListItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.listItem" + ], + "summary": "Delete navigation property listItem for shares", + "operationId": "shares.DeleteListItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/listItem/driveItem": { + "get": { + "tags": [ + "shares.listItem.driveItem" + ], + "summary": "Get driveItem from shares", + "operationId": "shares.listItem.GetDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.listItem.driveItem" + ], + "summary": "Update the navigation property driveItem in shares", + "operationId": "shares.listItem.UpdateDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.listItem.driveItem" + ], + "summary": "Delete navigation property driveItem for shares", + "operationId": "shares.listItem.DeleteDriveItem", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem" + ] + }, + "/shares/{sharedDriveItem-id}/listItem/driveItem/content": { + "get": { + "tags": [ + "shares.listItem.driveItem" + ], + "summary": "Get media content for the navigation property driveItem from shares", + "operationId": "shares.listItem.GetDriveItemContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "shares.listItem.driveItem" + ], + "summary": "Update media content for the navigation property driveItem in shares", + "operationId": "shares.listItem.UpdateDriveItemContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/listItem/fields": { + "get": { + "tags": [ + "shares.listItem.fieldValueSet" + ], + "summary": "Get fields from shares", + "operationId": "shares.listItem.GetFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.listItem.fieldValueSet" + ], + "summary": "Update the navigation property fields in shares", + "operationId": "shares.listItem.UpdateFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.listItem.fieldValueSet" + ], + "summary": "Delete navigation property fields for shares", + "operationId": "shares.listItem.DeleteFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields" + ] + }, + "/shares/{sharedDriveItem-id}/listItem/versions": { + "get": { + "tags": [ + "shares.listItem.listItemVersion" + ], + "summary": "Get versions from shares", + "operationId": "shares.listItem.ListVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "publication", + "publication desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItemVersion", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "shares.listItem.listItemVersion" + ], + "summary": "Create new navigation property to versions for shares", + "operationId": "shares.listItem.CreateVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions" + ] + }, + "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}": { + "get": { + "tags": [ + "shares.listItem.listItemVersion" + ], + "summary": "Get versions from shares", + "operationId": "shares.listItem.GetVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.listItem.listItemVersion" + ], + "summary": "Update the navigation property versions in shares", + "operationId": "shares.listItem.UpdateVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.listItem.listItemVersion" + ], + "summary": "Delete navigation property versions for shares", + "operationId": "shares.listItem.DeleteVersions", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}" + ] + }, + "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields": { + "get": { + "tags": [ + "shares.listItem.versions.fieldValueSet" + ], + "summary": "Get fields from shares", + "operationId": "shares.listItem.versions.GetFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.listItem.versions.fieldValueSet" + ], + "summary": "Update the navigation property fields in shares", + "operationId": "shares.listItem.versions.UpdateFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.listItem.versions.fieldValueSet" + ], + "summary": "Delete navigation property fields for shares", + "operationId": "shares.listItem.versions.DeleteFields", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields" + ] + }, + "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion": { + "post": { + "tags": [ + "shares.Actions" + ], + "summary": "Invoke action restoreVersion", + "operationId": "shares.listItem.versions.restoreVersion", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion" + ] + }, + "/shares/{sharedDriveItem-id}/root": { + "get": { + "tags": [ + "shares.driveItem" + ], + "summary": "Get root from shares", + "operationId": "shares.GetRoot", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.driveItem" + ], + "summary": "Update the navigation property root in shares", + "operationId": "shares.UpdateRoot", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.driveItem" + ], + "summary": "Delete navigation property root for shares", + "operationId": "shares.DeleteRoot", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/root/content": { + "get": { + "tags": [ + "shares.driveItem" + ], + "summary": "Get media content for the navigation property root from shares", + "operationId": "shares.GetRootContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "shares.driveItem" + ], + "summary": "Update media content for the navigation property root in shares", + "operationId": "shares.UpdateRootContent", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/shares/{sharedDriveItem-id}/site": { + "get": { + "tags": [ + "shares.site" + ], + "summary": "Get site from shares", + "operationId": "shares.GetSite", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "root", + "sharepointIds", + "siteCollection", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "shares.site" + ], + "summary": "Update the navigation property site in shares", + "operationId": "shares.UpdateSite", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "shares.site" + ], + "summary": "Delete navigation property site for shares", + "operationId": "shares.DeleteSite", + "parameters": [ + { + "name": "sharedDriveItem-id", + "in": "path", + "description": "key: id of sharedDriveItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedDriveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites": { + "get": { + "tags": [ + "sites.site" + ], + "summary": "Get entities from sites", + "operationId": "sites.site.ListSite", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "displayName", + "displayName desc", + "root", + "root desc", + "sharepointIds", + "sharepointIds desc", + "siteCollection", + "siteCollection desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "root", + "sharepointIds", + "siteCollection", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of site", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "sites.site" + ], + "summary": "Add new entity to sites", + "operationId": "sites.site.CreateSite", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}": { + "get": { + "tags": [ + "sites.site" + ], + "summary": "Get entity from sites by key", + "operationId": "sites.site.GetSite", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "root", + "sharepointIds", + "siteCollection", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.site" + ], + "summary": "Update entity in sites", + "operationId": "sites.site.UpdateSite", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.site" + ], + "summary": "Delete entity from sites", + "operationId": "sites.site.DeleteSite", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/columns": { + "get": { + "tags": [ + "sites.columnDefinition" + ], + "summary": "Get columns from sites", + "operationId": "sites.ListColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "boolean", + "boolean desc", + "calculated", + "calculated desc", + "choice", + "choice desc", + "columnGroup", + "columnGroup desc", + "currency", + "currency desc", + "dateTime", + "dateTime desc", + "defaultValue", + "defaultValue desc", + "description", + "description desc", + "displayName", + "displayName desc", + "enforceUniqueValues", + "enforceUniqueValues desc", + "hidden", + "hidden desc", + "indexed", + "indexed desc", + "lookup", + "lookup desc", + "name", + "name desc", + "number", + "number desc", + "personOrGroup", + "personOrGroup desc", + "readOnly", + "readOnly desc", + "required", + "required desc", + "text", + "text desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnDefinition", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.columnDefinition" + ], + "summary": "Create new navigation property to columns for sites", + "operationId": "sites.CreateColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/columns/{columnDefinition-id}": { + "get": { + "tags": [ + "sites.columnDefinition" + ], + "summary": "Get columns from sites", + "operationId": "sites.GetColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.columnDefinition" + ], + "summary": "Update the navigation property columns in sites", + "operationId": "sites.UpdateColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.columnDefinition" + ], + "summary": "Delete navigation property columns for sites", + "operationId": "sites.DeleteColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/contentTypes": { + "get": { + "tags": [ + "sites.contentType" + ], + "summary": "Get contentTypes from sites", + "operationId": "sites.ListContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "description", + "description desc", + "group", + "group desc", + "hidden", + "hidden desc", + "inheritedFrom", + "inheritedFrom desc", + "name", + "name desc", + "order", + "order desc", + "parentId", + "parentId desc", + "readOnly", + "readOnly desc", + "sealed", + "sealed desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contentType", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.contentType" + ], + "summary": "Create new navigation property to contentTypes for sites", + "operationId": "sites.CreateContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/contentTypes/{contentType-id}": { + "get": { + "tags": [ + "sites.contentType" + ], + "summary": "Get contentTypes from sites", + "operationId": "sites.GetContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.contentType" + ], + "summary": "Update the navigation property contentTypes in sites", + "operationId": "sites.UpdateContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.contentType" + ], + "summary": "Delete navigation property contentTypes for sites", + "operationId": "sites.DeleteContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks": { + "get": { + "tags": [ + "sites.contentTypes.columnLink" + ], + "summary": "Get columnLinks from sites", + "operationId": "sites.contentTypes.ListColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnLink", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.contentTypes.columnLink" + ], + "summary": "Create new navigation property to columnLinks for sites", + "operationId": "sites.contentTypes.CreateColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks" + ] + }, + "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { + "get": { + "tags": [ + "sites.contentTypes.columnLink" + ], + "summary": "Get columnLinks from sites", + "operationId": "sites.contentTypes.GetColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.contentTypes.columnLink" + ], + "summary": "Update the navigation property columnLinks in sites", + "operationId": "sites.contentTypes.UpdateColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.contentTypes.columnLink" + ], + "summary": "Delete navigation property columnLinks for sites", + "operationId": "sites.contentTypes.DeleteColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + ] + }, + "/sites/{site-id}/drive": { + "get": { + "tags": [ + "sites.drive" + ], + "summary": "Get drive from sites", + "operationId": "sites.GetDrive", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.drive" + ], + "summary": "Update the navigation property drive in sites", + "operationId": "sites.UpdateDrive", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.drive" + ], + "summary": "Delete navigation property drive for sites", + "operationId": "sites.DeleteDrive", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/drives": { + "get": { + "tags": [ + "sites.drive" + ], + "summary": "Get drives from sites", + "operationId": "sites.ListDrives", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "driveType", + "driveType desc", + "owner", + "owner desc", + "quota", + "quota desc", + "sharePointIds", + "sharePointIds desc", + "system", + "system desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of drive", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.drive" + ], + "summary": "Create new navigation property to drives for sites", + "operationId": "sites.CreateDrives", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/drives/{drive-id}": { + "get": { + "tags": [ + "sites.drive" + ], + "summary": "Get drives from sites", + "operationId": "sites.GetDrives", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.drive" + ], + "summary": "Update the navigation property drives in sites", + "operationId": "sites.UpdateDrives", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.drive" + ], + "summary": "Delete navigation property drives for sites", + "operationId": "sites.DeleteDrives", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/items": { + "get": { + "tags": [ + "sites.baseItem" + ], + "summary": "Get items from sites", + "operationId": "sites.ListItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "createdByUser", + "lastModifiedByUser" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of baseItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.baseItem" + ], + "summary": "Create new navigation property to items for sites", + "operationId": "sites.CreateItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/items/{baseItem-id}": { + "get": { + "tags": [ + "sites.baseItem" + ], + "summary": "Get items from sites", + "operationId": "sites.GetItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "baseItem-id", + "in": "path", + "description": "key: id of baseItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "baseItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "createdByUser", + "lastModifiedByUser" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.baseItem" + ], + "summary": "Update the navigation property items in sites", + "operationId": "sites.UpdateItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "baseItem-id", + "in": "path", + "description": "key: id of baseItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "baseItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.baseItem" + ], + "summary": "Delete navigation property items for sites", + "operationId": "sites.DeleteItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "baseItem-id", + "in": "path", + "description": "key: id of baseItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "baseItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists": { + "get": { + "tags": [ + "sites.list" + ], + "summary": "Get lists from sites", + "operationId": "sites.ListLists", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "displayName", + "displayName desc", + "list", + "list desc", + "sharepointIds", + "sharepointIds desc", + "system", + "system desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "list", + "sharepointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of list", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.list" + ], + "summary": "Create new navigation property to lists for sites", + "operationId": "sites.CreateLists", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}": { + "get": { + "tags": [ + "sites.list" + ], + "summary": "Get lists from sites", + "operationId": "sites.GetLists", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "list", + "sharepointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "items" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.list" + ], + "summary": "Update the navigation property lists in sites", + "operationId": "sites.UpdateLists", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.list" + ], + "summary": "Delete navigation property lists for sites", + "operationId": "sites.DeleteLists", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/columns": { + "get": { + "tags": [ + "sites.lists.columnDefinition" + ], + "summary": "Get columns from sites", + "operationId": "sites.lists.ListColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "boolean", + "boolean desc", + "calculated", + "calculated desc", + "choice", + "choice desc", + "columnGroup", + "columnGroup desc", + "currency", + "currency desc", + "dateTime", + "dateTime desc", + "defaultValue", + "defaultValue desc", + "description", + "description desc", + "displayName", + "displayName desc", + "enforceUniqueValues", + "enforceUniqueValues desc", + "hidden", + "hidden desc", + "indexed", + "indexed desc", + "lookup", + "lookup desc", + "name", + "name desc", + "number", + "number desc", + "personOrGroup", + "personOrGroup desc", + "readOnly", + "readOnly desc", + "required", + "required desc", + "text", + "text desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnDefinition", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.lists.columnDefinition" + ], + "summary": "Create new navigation property to columns for sites", + "operationId": "sites.lists.CreateColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}": { + "get": { + "tags": [ + "sites.lists.columnDefinition" + ], + "summary": "Get columns from sites", + "operationId": "sites.lists.GetColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "boolean", + "calculated", + "choice", + "columnGroup", + "currency", + "dateTime", + "defaultValue", + "description", + "displayName", + "enforceUniqueValues", + "hidden", + "indexed", + "lookup", + "name", + "number", + "personOrGroup", + "readOnly", + "required", + "text" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.lists.columnDefinition" + ], + "summary": "Update the navigation property columns in sites", + "operationId": "sites.lists.UpdateColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.lists.columnDefinition" + ], + "summary": "Delete navigation property columns for sites", + "operationId": "sites.lists.DeleteColumns", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "columnDefinition-id", + "in": "path", + "description": "key: id of columnDefinition", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnDefinition" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/contentTypes": { + "get": { + "tags": [ + "sites.lists.contentType" + ], + "summary": "Get contentTypes from sites", + "operationId": "sites.lists.ListContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "description", + "description desc", + "group", + "group desc", + "hidden", + "hidden desc", + "inheritedFrom", + "inheritedFrom desc", + "name", + "name desc", + "order", + "order desc", + "parentId", + "parentId desc", + "readOnly", + "readOnly desc", + "sealed", + "sealed desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contentType", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.lists.contentType" + ], + "summary": "Create new navigation property to contentTypes for sites", + "operationId": "sites.lists.CreateContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}": { + "get": { + "tags": [ + "sites.lists.contentType" + ], + "summary": "Get contentTypes from sites", + "operationId": "sites.lists.GetContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "description", + "group", + "hidden", + "inheritedFrom", + "name", + "order", + "parentId", + "readOnly", + "sealed", + "columnLinks" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columnLinks" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.lists.contentType" + ], + "summary": "Update the navigation property contentTypes in sites", + "operationId": "sites.lists.UpdateContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.lists.contentType" + ], + "summary": "Delete navigation property contentTypes for sites", + "operationId": "sites.lists.DeleteContentTypes", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks": { + "get": { + "tags": [ + "sites.lists.contentTypes.columnLink" + ], + "summary": "Get columnLinks from sites", + "operationId": "sites.lists.contentTypes.ListColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of columnLink", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.lists.contentTypes.columnLink" + ], + "summary": "Create new navigation property to columnLinks for sites", + "operationId": "sites.lists.contentTypes.CreateColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks" + ] + }, + "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { + "get": { + "tags": [ + "sites.lists.contentTypes.columnLink" + ], + "summary": "Get columnLinks from sites", + "operationId": "sites.lists.contentTypes.GetColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.lists.contentTypes.columnLink" + ], + "summary": "Update the navigation property columnLinks in sites", + "operationId": "sites.lists.contentTypes.UpdateColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.lists.contentTypes.columnLink" + ], + "summary": "Delete navigation property columnLinks for sites", + "operationId": "sites.lists.contentTypes.DeleteColumnLinks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "contentType-id", + "in": "path", + "description": "key: id of contentType", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contentType" + }, + { + "name": "columnLink-id", + "in": "path", + "description": "key: id of columnLink", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "columnLink" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}" + ] + }, + "/sites/{site-id}/lists/{list-id}/drive": { + "get": { + "tags": [ + "sites.lists.drive" + ], + "summary": "Get drive from sites", + "operationId": "sites.lists.GetDrive", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.lists.drive" + ], + "summary": "Update the navigation property drive in sites", + "operationId": "sites.lists.UpdateDrive", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.lists.drive" + ], + "summary": "Delete navigation property drive for sites", + "operationId": "sites.lists.DeleteDrive", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/items": { + "get": { + "tags": [ + "sites.lists.listItem" + ], + "summary": "Get items from sites", + "operationId": "sites.lists.ListItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "contentType", + "contentType desc", + "sharepointIds", + "sharepointIds desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.lists.listItem" + ], + "summary": "Create new navigation property to items for sites", + "operationId": "sites.lists.CreateItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/items/{listItem-id}": { + "get": { + "tags": [ + "sites.lists.listItem" + ], + "summary": "Get items from sites", + "operationId": "sites.lists.GetItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.lists.listItem" + ], + "summary": "Update the navigation property items in sites", + "operationId": "sites.lists.UpdateItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.lists.listItem" + ], + "summary": "Delete navigation property items for sites", + "operationId": "sites.lists.DeleteItems", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem": { + "get": { + "tags": [ + "sites.lists.items.driveItem" + ], + "summary": "Get driveItem from sites", + "operationId": "sites.lists.items.GetDriveItem", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.lists.items.driveItem" + ], + "summary": "Update the navigation property driveItem in sites", + "operationId": "sites.lists.items.UpdateDriveItem", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.lists.items.driveItem" + ], + "summary": "Delete navigation property driveItem for sites", + "operationId": "sites.lists.items.DeleteDriveItem", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content": { + "get": { + "tags": [ + "sites.lists.items.driveItem" + ], + "summary": "Get media content for the navigation property driveItem from sites", + "operationId": "sites.lists.items.GetDriveItemContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.lists.items.driveItem" + ], + "summary": "Update media content for the navigation property driveItem in sites", + "operationId": "sites.lists.items.UpdateDriveItemContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields": { + "get": { + "tags": [ + "sites.lists.items.fieldValueSet" + ], + "summary": "Get fields from sites", + "operationId": "sites.lists.items.GetFields", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.lists.items.fieldValueSet" + ], + "summary": "Update the navigation property fields in sites", + "operationId": "sites.lists.items.UpdateFields", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.lists.items.fieldValueSet" + ], + "summary": "Delete navigation property fields for sites", + "operationId": "sites.lists.items.DeleteFields", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions": { + "get": { + "tags": [ + "sites.lists.items.listItemVersion" + ], + "summary": "Get versions from sites", + "operationId": "sites.lists.items.ListVersions", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "publication", + "publication desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItemVersion", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.lists.items.listItemVersion" + ], + "summary": "Create new navigation property to versions for sites", + "operationId": "sites.lists.items.CreateVersions", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}": { + "get": { + "tags": [ + "sites.lists.items.listItemVersion" + ], + "summary": "Get versions from sites", + "operationId": "sites.lists.items.GetVersions", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.lists.items.listItemVersion" + ], + "summary": "Update the navigation property versions in sites", + "operationId": "sites.lists.items.UpdateVersions", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.lists.items.listItemVersion" + ], + "summary": "Delete navigation property versions for sites", + "operationId": "sites.lists.items.DeleteVersions", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields": { + "get": { + "tags": [ + "sites.lists.items.listItemVersion" + ], + "summary": "Get fields from sites", + "operationId": "sites.lists.items.versions.GetFields", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.lists.items.listItemVersion" + ], + "summary": "Update the navigation property fields in sites", + "operationId": "sites.lists.items.versions.UpdateFields", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.lists.items.listItemVersion" + ], + "summary": "Delete navigation property fields for sites", + "operationId": "sites.lists.items.versions.DeleteFields", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action restoreVersion", + "operationId": "sites.lists.items.versions.restoreVersion", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "list-id", + "in": "path", + "description": "key: id of list", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "list" + }, + { + "name": "listItem-id", + "in": "path", + "description": "key: id of listItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/sites/{site-id}/getByPath(path={path})": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function getByPath", + "operationId": "sites.getByPath", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "path", + "in": "path", + "description": "Usage: path={path}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.site" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/sites/{site-id}/onenote": { + "get": { + "tags": [ + "sites.onenote" + ], + "summary": "Get onenote from sites", + "operationId": "sites.GetOnenote", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "notebooks", + "sections", + "sectionGroups", + "pages", + "resources", + "operations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "notebooks", + "sections", + "sectionGroups", + "pages", + "resources", + "operations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote" + ], + "summary": "Update the navigation property onenote in sites", + "operationId": "sites.UpdateOnenote", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote" + ], + "summary": "Delete navigation property onenote for sites", + "operationId": "sites.DeleteOnenote", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/notebooks": { + "get": { + "tags": [ + "sites.onenote.notebook" + ], + "summary": "Get notebooks from sites", + "operationId": "sites.onenote.ListNotebooks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "userRole", + "userRole desc", + "isShared", + "isShared desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc", + "links", + "links desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of notebook", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.notebook" + ], + "summary": "Create new navigation property to notebooks for sites", + "operationId": "sites.onenote.CreateNotebooks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}": { + "get": { + "tags": [ + "sites.onenote.notebook" + ], + "summary": "Get notebooks from sites", + "operationId": "sites.onenote.GetNotebooks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebook" + ], + "summary": "Update the navigation property notebooks in sites", + "operationId": "sites.onenote.UpdateNotebooks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebook" + ], + "summary": "Delete navigation property notebooks for sites", + "operationId": "sites.onenote.DeleteNotebooks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.notebooks.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.notebooks.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.notebooks.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.notebooks.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.notebooks.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.notebooks.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.notebooks.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to pages for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property pages in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property pages for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get media content for the navigation property pages from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.GetPagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update media content for the navigation property pages in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.UpdatePagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function preview", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSection from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.GetParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSection in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSection for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.notebooks.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.notebooks.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.notebooks.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.notebooks.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.notebooks.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.notebooks.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.notebooks.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.notebooks.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.notebooks.sections.ListPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to pages for sites", + "operationId": "sites.onenote.notebooks.sections.CreatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.notebooks.sections.GetPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property pages in sites", + "operationId": "sites.onenote.notebooks.sections.UpdatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property pages for sites", + "operationId": "sites.onenote.notebooks.sections.DeletePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from sites", + "operationId": "sites.onenote.notebooks.sections.GetPagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in sites", + "operationId": "sites.onenote.notebooks.sections.UpdatePagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "sites.onenote.notebooks.sections.pages.copyToSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "sites.onenote.notebooks.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function preview", + "operationId": "sites.onenote.notebooks.sections.pages.preview", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.notebooks.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.notebooks.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.notebooks.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.notebooks.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSection from sites", + "operationId": "sites.onenote.notebooks.sections.pages.GetParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSection in sites", + "operationId": "sites.onenote.notebooks.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSection for sites", + "operationId": "sites.onenote.notebooks.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.notebooks.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.notebooks.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.notebooks.sections.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.notebooks.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.notebooks.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.notebooks.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.notebooks.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.notebooks.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.notebooks.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.notebooks.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function getRecentNotebooks", + "operationId": "sites.onenote.notebooks.getRecentNotebooks", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "includePersonalNotebooks", + "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recentNotebook" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/sites/{site-id}/onenote/operations": { + "get": { + "tags": [ + "sites.onenote.onenoteOperation" + ], + "summary": "Get operations from sites", + "operationId": "sites.onenote.ListOperations", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "status", + "status desc", + "createdDateTime", + "createdDateTime desc", + "lastActionDateTime", + "lastActionDateTime desc", + "resourceLocation", + "resourceLocation desc", + "resourceId", + "resourceId desc", + "error", + "error desc", + "percentComplete", + "percentComplete desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "createdDateTime", + "lastActionDateTime", + "resourceLocation", + "resourceId", + "error", + "percentComplete" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteOperation", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.onenoteOperation" + ], + "summary": "Create new navigation property to operations for sites", + "operationId": "sites.onenote.CreateOperations", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/operations/{onenoteOperation-id}": { + "get": { + "tags": [ + "sites.onenote.onenoteOperation" + ], + "summary": "Get operations from sites", + "operationId": "sites.onenote.GetOperations", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "createdDateTime", + "lastActionDateTime", + "resourceLocation", + "resourceId", + "error", + "percentComplete" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.onenoteOperation" + ], + "summary": "Update the navigation property operations in sites", + "operationId": "sites.onenote.UpdateOperations", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.onenoteOperation" + ], + "summary": "Delete navigation property operations for sites", + "operationId": "sites.onenote.DeleteOperations", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/pages": { + "get": { + "tags": [ + "sites.onenote.onenotePage" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.ListPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.onenotePage" + ], + "summary": "Create new navigation property to pages for sites", + "operationId": "sites.onenote.CreatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}": { + "get": { + "tags": [ + "sites.onenote.onenotePage" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.GetPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.onenotePage" + ], + "summary": "Update the navigation property pages in sites", + "operationId": "sites.onenote.UpdatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.onenotePage" + ], + "summary": "Delete navigation property pages for sites", + "operationId": "sites.onenote.DeletePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "sites.onenote.onenotePage" + ], + "summary": "Get media content for the navigation property pages from sites", + "operationId": "sites.onenote.GetPagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.onenotePage" + ], + "summary": "Update media content for the navigation property pages in sites", + "operationId": "sites.onenote.UpdatePagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "sites.onenote.pages.copyToSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "sites.onenote.pages.onenotePatchContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function preview", + "operationId": "sites.onenote.pages.preview", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.pages.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Create new navigation property to pages for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property pages in sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property pages for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get media content for the navigation property pages from sites", + "operationId": "sites.onenote.parentNotebook.sectionGroups.sections.pages.GetPagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update media content for the navigation property pages in sites", + "operationId": "sites.onenote.parentNotebook.sectionGroups.sections.pages.UpdatePagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function preview", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.pages.parentNotebook.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.ListPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Create new navigation property to pages for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.CreatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.GetPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property pages in sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.UpdatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property pages for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.DeletePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get media content for the navigation property pages from sites", + "operationId": "sites.onenote.parentNotebook.sections.pages.GetPagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update media content for the navigation property pages in sites", + "operationId": "sites.onenote.parentNotebook.sections.pages.UpdatePagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "sites.onenote.pages.parentNotebook.sections.pages.copyToSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "sites.onenote.pages.parentNotebook.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function preview", + "operationId": "sites.onenote.pages.parentNotebook.sections.pages.preview", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.pages.parentNotebook.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get parentSection from sites", + "operationId": "sites.onenote.pages.GetParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSection in sites", + "operationId": "sites.onenote.pages.UpdateParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSection for sites", + "operationId": "sites.onenote.pages.DeleteParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.pages.parentSection.ListPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to pages for sites", + "operationId": "sites.onenote.pages.parentSection.CreatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.pages.parentSection.GetPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property pages in sites", + "operationId": "sites.onenote.pages.parentSection.UpdatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property pages for sites", + "operationId": "sites.onenote.pages.parentSection.DeletePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from sites", + "operationId": "sites.onenote.parentSection.pages.GetPagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in sites", + "operationId": "sites.onenote.parentSection.pages.UpdatePagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "sites.onenote.pages.parentSection.pages.copyToSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "sites.onenote.pages.parentSection.pages.onenotePatchContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function preview", + "operationId": "sites.onenote.pages.parentSection.pages.preview", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.pages.parentSection.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.pages.parentSection.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.pages.parentSection.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.pages.parentSection.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.pages.parentSection.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.pages.parentSection.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.pages.parentSection.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.pages.parentSection.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/resources": { + "get": { + "tags": [ + "sites.onenote.onenoteResource" + ], + "summary": "Get resources from sites", + "operationId": "sites.onenote.ListResources", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "content", + "content desc", + "contentUrl", + "contentUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "content", + "contentUrl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteResource", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.onenoteResource" + ], + "summary": "Create new navigation property to resources for sites", + "operationId": "sites.onenote.CreateResources", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/resources/{onenoteResource-id}": { + "get": { + "tags": [ + "sites.onenote.onenoteResource" + ], + "summary": "Get resources from sites", + "operationId": "sites.onenote.GetResources", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "content", + "contentUrl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.onenoteResource" + ], + "summary": "Update the navigation property resources in sites", + "operationId": "sites.onenote.UpdateResources", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.onenoteResource" + ], + "summary": "Delete navigation property resources for sites", + "operationId": "sites.onenote.DeleteResources", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content": { + "get": { + "tags": [ + "sites.onenote.onenoteResource" + ], + "summary": "Get media content for the navigation property resources from sites", + "operationId": "sites.onenote.GetResourcesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.onenoteResource" + ], + "summary": "Update media content for the navigation property resources in sites", + "operationId": "sites.onenote.UpdateResourcesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.ListPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to pages for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.CreatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.GetPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property pages in sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.UpdatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property pages for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.DeletePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get media content for the navigation property pages from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.GetPagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Update media content for the navigation property pages in sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.UpdatePagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.copyToSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function preview", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.preview", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get parentSection from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.GetParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentSection in sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentSection for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.sectionGroups.parentNotebook.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sectionGroups.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sectionGroups.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sectionGroups.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to pages for sites", + "operationId": "sites.onenote.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property pages in sites", + "operationId": "sites.onenote.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property pages for sites", + "operationId": "sites.onenote.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from sites", + "operationId": "sites.onenote.sectionGroups.sections.GetPagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in sites", + "operationId": "sites.onenote.sectionGroups.sections.UpdatePagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "sites.onenote.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "sites.onenote.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function preview", + "operationId": "sites.onenote.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentSection from sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.GetParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentSection in sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentSection for sites", + "operationId": "sites.onenote.sectionGroups.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sectionGroups.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sectionGroups.sections.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections": { + "get": { + "tags": [ + "sites.onenote.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.onenoteSection" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "sites.onenote.onenoteSection" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.onenoteSection" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.onenoteSection" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.sections.ListPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to pages for sites", + "operationId": "sites.onenote.sections.CreatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get pages from sites", + "operationId": "sites.onenote.sections.GetPages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property pages in sites", + "operationId": "sites.onenote.sections.UpdatePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property pages for sites", + "operationId": "sites.onenote.sections.DeletePages", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get media content for the navigation property pages from sites", + "operationId": "sites.onenote.sections.GetPagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update media content for the navigation property pages in sites", + "operationId": "sites.onenote.sections.UpdatePagesContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "sites.onenote.sections.pages.copyToSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "sites.onenote.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "sites.Functions" + ], + "summary": "Invoke function preview", + "operationId": "sites.onenote.sections.pages.preview", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sections.pages.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sections.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sections.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sections.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Get parentSection from sites", + "operationId": "sites.onenote.sections.pages.GetParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentSection in sites", + "operationId": "sites.onenote.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentSection for sites", + "operationId": "sites.onenote.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sections.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sections.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sections.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sections.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sections.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.parentNotebook.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sections.parentNotebook.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.parentNotebook.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sections.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.notebook" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sections.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sections.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sections.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get parentNotebook from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in sites", + "operationId": "sites.onenote.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sections.parentSectionGroup.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get parentSectionGroup from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in sites", + "operationId": "sites.onenote.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in sites", + "operationId": "sites.onenote.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sections for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Get sections from sites", + "operationId": "sites.onenote.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sections in sites", + "operationId": "sites.onenote.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sections for sites", + "operationId": "sites.onenote.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "sites.onenote.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "sites.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "sites.onenote.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/sites/{site-id}/sites": { + "get": { + "tags": [ + "sites.site" + ], + "summary": "Get sites from sites", + "operationId": "sites.ListSites", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "displayName", + "displayName desc", + "root", + "root desc", + "sharepointIds", + "sharepointIds desc", + "siteCollection", + "siteCollection desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "root", + "sharepointIds", + "siteCollection", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of site", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "sites.site" + ], + "summary": "Create new navigation property to sites for sites", + "operationId": "sites.CreateSites", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/sites/{site-id}/sites/{site-id1}": { + "get": { + "tags": [ + "sites.site" + ], + "summary": "Get sites from sites", + "operationId": "sites.GetSites", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "site-id1", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "displayName", + "root", + "sharepointIds", + "siteCollection", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "columns", + "contentTypes", + "drive", + "drives", + "items", + "lists", + "sites", + "onenote" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "sites.site" + ], + "summary": "Update the navigation property sites in sites", + "operationId": "sites.UpdateSites", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "site-id1", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "sites.site" + ], + "summary": "Delete navigation property sites for sites", + "operationId": "sites.DeleteSites", + "parameters": [ + { + "name": "site-id", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "site-id1", + "in": "path", + "description": "key: id of site", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "site" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/subscribedSkus": { + "get": { + "tags": [ + "subscribedSkus.subscribedSku" + ], + "summary": "Get entities from subscribedSkus", + "operationId": "subscribedSkus.subscribedSku.ListSubscribedSku", + "parameters": [ + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "capabilityStatus", + "capabilityStatus desc", + "consumedUnits", + "consumedUnits desc", + "prepaidUnits", + "prepaidUnits desc", + "servicePlans", + "servicePlans desc", + "skuId", + "skuId desc", + "skuPartNumber", + "skuPartNumber desc", + "appliesTo", + "appliesTo desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "capabilityStatus", + "consumedUnits", + "prepaidUnits", + "servicePlans", + "skuId", + "skuPartNumber", + "appliesTo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of subscribedSku", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.subscribedSku" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "subscribedSkus.subscribedSku" + ], + "summary": "Add new entity to subscribedSkus", + "operationId": "subscribedSkus.subscribedSku.CreateSubscribedSku", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.subscribedSku" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.subscribedSku" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/subscribedSkus/{subscribedSku-id}": { + "get": { + "tags": [ + "subscribedSkus.subscribedSku" + ], + "summary": "Get entity from subscribedSkus by key", + "operationId": "subscribedSkus.subscribedSku.GetSubscribedSku", + "parameters": [ + { + "name": "subscribedSku-id", + "in": "path", + "description": "key: id of subscribedSku", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "subscribedSku" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "capabilityStatus", + "consumedUnits", + "prepaidUnits", + "servicePlans", + "skuId", + "skuPartNumber", + "appliesTo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.subscribedSku" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "subscribedSkus.subscribedSku" + ], + "summary": "Update entity in subscribedSkus", + "operationId": "subscribedSkus.subscribedSku.UpdateSubscribedSku", + "parameters": [ + { + "name": "subscribedSku-id", + "in": "path", + "description": "key: id of subscribedSku", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "subscribedSku" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.subscribedSku" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "subscribedSkus.subscribedSku" + ], + "summary": "Delete entity from subscribedSkus", + "operationId": "subscribedSkus.subscribedSku.DeleteSubscribedSku", + "parameters": [ + { + "name": "subscribedSku-id", + "in": "path", + "description": "key: id of subscribedSku", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "subscribedSku" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/subscriptions": { + "get": { + "tags": [ + "subscriptions.subscription" + ], + "summary": "Get entities from subscriptions", + "operationId": "subscriptions.subscription.ListSubscription", + "parameters": [ + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "resource", + "changeType", + "clientState", + "notificationUrl", + "expirationDateTime", + "applicationId", + "creatorId" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of subscription", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.subscription" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "subscriptions.subscription" + ], + "summary": "Add new entity to subscriptions", + "operationId": "subscriptions.subscription.CreateSubscription", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.subscription" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.subscription" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/subscriptions/{subscription-id}": { + "get": { + "tags": [ + "subscriptions.subscription" + ], + "summary": "Get entity from subscriptions by key", + "operationId": "subscriptions.subscription.GetSubscription", + "parameters": [ + { + "name": "subscription-id", + "in": "path", + "description": "key: id of subscription", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "subscription" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "resource", + "changeType", + "clientState", + "notificationUrl", + "expirationDateTime", + "applicationId", + "creatorId" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.subscription" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "subscriptions.subscription" + ], + "summary": "Update entity in subscriptions", + "operationId": "subscriptions.subscription.UpdateSubscription", + "parameters": [ + { + "name": "subscription-id", + "in": "path", + "description": "key: id of subscription", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "subscription" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.subscription" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "subscriptions.subscription" + ], + "summary": "Delete entity from subscriptions", + "operationId": "subscriptions.subscription.DeleteSubscription", + "parameters": [ + { + "name": "subscription-id", + "in": "path", + "description": "key: id of subscription", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "subscription" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users": { + "get": { + "tags": [ + "users.user" + ], + "summary": "Get entities from users", + "operationId": "users.user.ListUser", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc", + "accountEnabled", + "accountEnabled desc", + "ageGroup", + "ageGroup desc", + "assignedLicenses", + "assignedLicenses desc", + "assignedPlans", + "assignedPlans desc", + "businessPhones", + "businessPhones desc", + "city", + "city desc", + "companyName", + "companyName desc", + "consentProvidedForMinor", + "consentProvidedForMinor desc", + "country", + "country desc", + "department", + "department desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "imAddresses", + "imAddresses desc", + "jobTitle", + "jobTitle desc", + "legalAgeGroupClassification", + "legalAgeGroupClassification desc", + "mail", + "mail desc", + "mailNickname", + "mailNickname desc", + "mobilePhone", + "mobilePhone desc", + "onPremisesExtensionAttributes", + "onPremisesExtensionAttributes desc", + "onPremisesImmutableId", + "onPremisesImmutableId desc", + "onPremisesLastSyncDateTime", + "onPremisesLastSyncDateTime desc", + "onPremisesProvisioningErrors", + "onPremisesProvisioningErrors desc", + "onPremisesSecurityIdentifier", + "onPremisesSecurityIdentifier desc", + "onPremisesSyncEnabled", + "onPremisesSyncEnabled desc", + "onPremisesDomainName", + "onPremisesDomainName desc", + "onPremisesSamAccountName", + "onPremisesSamAccountName desc", + "onPremisesUserPrincipalName", + "onPremisesUserPrincipalName desc", + "passwordPolicies", + "passwordPolicies desc", + "passwordProfile", + "passwordProfile desc", + "officeLocation", + "officeLocation desc", + "postalCode", + "postalCode desc", + "preferredLanguage", + "preferredLanguage desc", + "provisionedPlans", + "provisionedPlans desc", + "proxyAddresses", + "proxyAddresses desc", + "state", + "state desc", + "streetAddress", + "streetAddress desc", + "surname", + "surname desc", + "usageLocation", + "usageLocation desc", + "userPrincipalName", + "userPrincipalName desc", + "userType", + "userType desc", + "mailboxSettings", + "mailboxSettings desc", + "aboutMe", + "aboutMe desc", + "birthday", + "birthday desc", + "hireDate", + "hireDate desc", + "interests", + "interests desc", + "mySite", + "mySite desc", + "pastProjects", + "pastProjects desc", + "preferredName", + "preferredName desc", + "responsibilities", + "responsibilities desc", + "schools", + "schools desc", + "skills", + "skills desc", + "deviceEnrollmentLimit", + "deviceEnrollmentLimit desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "accountEnabled", + "ageGroup", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "city", + "companyName", + "consentProvidedForMinor", + "country", + "department", + "displayName", + "givenName", + "imAddresses", + "jobTitle", + "legalAgeGroupClassification", + "mail", + "mailNickname", + "mobilePhone", + "onPremisesExtensionAttributes", + "onPremisesImmutableId", + "onPremisesLastSyncDateTime", + "onPremisesProvisioningErrors", + "onPremisesSecurityIdentifier", + "onPremisesSyncEnabled", + "onPremisesDomainName", + "onPremisesSamAccountName", + "onPremisesUserPrincipalName", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "postalCode", + "preferredLanguage", + "provisionedPlans", + "proxyAddresses", + "state", + "streetAddress", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "mailboxSettings", + "aboutMe", + "birthday", + "hireDate", + "interests", + "mySite", + "pastProjects", + "preferredName", + "responsibilities", + "schools", + "skills", + "deviceEnrollmentLimit", + "ownedDevices", + "registeredDevices", + "manager", + "directReports", + "memberOf", + "createdObjects", + "ownedObjects", + "licenseDetails", + "extensions", + "outlook", + "messages", + "mailFolders", + "calendar", + "calendars", + "calendarGroups", + "calendarView", + "events", + "people", + "contacts", + "contactFolders", + "inferenceClassification", + "photo", + "photos", + "drive", + "drives", + "planner", + "onenote", + "managedDevices", + "managedAppRegistrations", + "deviceManagementTroubleshootingEvents", + "activities", + "insights", + "settings" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of user", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "users.user" + ], + "summary": "Add new entity to users", + "operationId": "users.user.CreateUser", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}": { + "get": { + "tags": [ + "users.user" + ], + "summary": "Get entity from users by key", + "operationId": "users.user.GetUser", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime", + "accountEnabled", + "ageGroup", + "assignedLicenses", + "assignedPlans", + "businessPhones", + "city", + "companyName", + "consentProvidedForMinor", + "country", + "department", + "displayName", + "givenName", + "imAddresses", + "jobTitle", + "legalAgeGroupClassification", + "mail", + "mailNickname", + "mobilePhone", + "onPremisesExtensionAttributes", + "onPremisesImmutableId", + "onPremisesLastSyncDateTime", + "onPremisesProvisioningErrors", + "onPremisesSecurityIdentifier", + "onPremisesSyncEnabled", + "onPremisesDomainName", + "onPremisesSamAccountName", + "onPremisesUserPrincipalName", + "passwordPolicies", + "passwordProfile", + "officeLocation", + "postalCode", + "preferredLanguage", + "provisionedPlans", + "proxyAddresses", + "state", + "streetAddress", + "surname", + "usageLocation", + "userPrincipalName", + "userType", + "mailboxSettings", + "aboutMe", + "birthday", + "hireDate", + "interests", + "mySite", + "pastProjects", + "preferredName", + "responsibilities", + "schools", + "skills", + "deviceEnrollmentLimit", + "ownedDevices", + "registeredDevices", + "manager", + "directReports", + "memberOf", + "createdObjects", + "ownedObjects", + "licenseDetails", + "extensions", + "outlook", + "messages", + "mailFolders", + "calendar", + "calendars", + "calendarGroups", + "calendarView", + "events", + "people", + "contacts", + "contactFolders", + "inferenceClassification", + "photo", + "photos", + "drive", + "drives", + "planner", + "onenote", + "managedDevices", + "managedAppRegistrations", + "deviceManagementTroubleshootingEvents", + "activities", + "insights", + "settings" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.user" + ], + "summary": "Update entity in users", + "operationId": "users.user.UpdateUser", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.user" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.user" + ], + "summary": "Delete entity from users", + "operationId": "users.user.DeleteUser", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/activities": { + "get": { + "tags": [ + "users.userActivity" + ], + "summary": "Get activities from users", + "operationId": "users.ListActivities", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "visualElements", + "visualElements desc", + "activitySourceHost", + "activitySourceHost desc", + "activationUrl", + "activationUrl desc", + "appActivityId", + "appActivityId desc", + "appDisplayName", + "appDisplayName desc", + "contentUrl", + "contentUrl desc", + "createdDateTime", + "createdDateTime desc", + "expirationDateTime", + "expirationDateTime desc", + "fallbackUrl", + "fallbackUrl desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "userTimezone", + "userTimezone desc", + "contentInfo", + "contentInfo desc", + "status", + "status desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visualElements", + "activitySourceHost", + "activationUrl", + "appActivityId", + "appDisplayName", + "contentUrl", + "createdDateTime", + "expirationDateTime", + "fallbackUrl", + "lastModifiedDateTime", + "userTimezone", + "contentInfo", + "status", + "historyItems" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "historyItems" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of userActivity", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.userActivity" + ], + "summary": "Create new navigation property to activities for users", + "operationId": "users.CreateActivities", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/activities/{userActivity-id}": { + "get": { + "tags": [ + "users.userActivity" + ], + "summary": "Get activities from users", + "operationId": "users.GetActivities", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visualElements", + "activitySourceHost", + "activationUrl", + "appActivityId", + "appDisplayName", + "contentUrl", + "createdDateTime", + "expirationDateTime", + "fallbackUrl", + "lastModifiedDateTime", + "userTimezone", + "contentInfo", + "status", + "historyItems" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "historyItems" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.userActivity" + ], + "summary": "Update the navigation property activities in users", + "operationId": "users.UpdateActivities", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.userActivity" + ], + "summary": "Delete navigation property activities for users", + "operationId": "users.DeleteActivities", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/activities/{userActivity-id}/historyItems": { + "get": { + "tags": [ + "users.activities.activityHistoryItem" + ], + "summary": "Get historyItems from users", + "operationId": "users.activities.ListHistoryItems", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "status", + "status desc", + "activeDurationSeconds", + "activeDurationSeconds desc", + "createdDateTime", + "createdDateTime desc", + "lastActiveDateTime", + "lastActiveDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "expirationDateTime", + "expirationDateTime desc", + "startedDateTime", + "startedDateTime desc", + "userTimezone", + "userTimezone desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "activeDurationSeconds", + "createdDateTime", + "lastActiveDateTime", + "lastModifiedDateTime", + "expirationDateTime", + "startedDateTime", + "userTimezone", + "activity" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "activity" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of activityHistoryItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.activities.activityHistoryItem" + ], + "summary": "Create new navigation property to historyItems for users", + "operationId": "users.activities.CreateHistoryItems", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}": { + "get": { + "tags": [ + "users.activities.activityHistoryItem" + ], + "summary": "Get historyItems from users", + "operationId": "users.activities.GetHistoryItems", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "activeDurationSeconds", + "createdDateTime", + "lastActiveDateTime", + "lastModifiedDateTime", + "expirationDateTime", + "startedDateTime", + "userTimezone", + "activity" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "activity" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.activities.activityHistoryItem" + ], + "summary": "Update the navigation property historyItems in users", + "operationId": "users.activities.UpdateHistoryItems", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.activities.activityHistoryItem" + ], + "summary": "Delete navigation property historyItems for users", + "operationId": "users.activities.DeleteHistoryItems", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity": { + "get": { + "tags": [ + "users.activities.historyItems.userActivity" + ], + "summary": "Get activity from users", + "operationId": "users.activities.historyItems.GetActivity", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visualElements", + "activitySourceHost", + "activationUrl", + "appActivityId", + "appDisplayName", + "contentUrl", + "createdDateTime", + "expirationDateTime", + "fallbackUrl", + "lastModifiedDateTime", + "userTimezone", + "contentInfo", + "status", + "historyItems" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "historyItems" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity/$ref": { + "get": { + "tags": [ + "users.activities.historyItems.userActivity" + ], + "summary": "Get ref of activity from users", + "operationId": "users.activities.historyItems.GetRefActivity", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.activities.historyItems.userActivity" + ], + "summary": "Update the ref of navigation property activity in users", + "operationId": "users.activities.historyItems.UpdateRefActivity", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.activities.historyItems.userActivity" + ], + "summary": "Delete ref of navigation property activity for users", + "operationId": "users.activities.historyItems.DeleteRefActivity", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "userActivity-id", + "in": "path", + "description": "key: id of userActivity", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "userActivity" + }, + { + "name": "activityHistoryItem-id", + "in": "path", + "description": "key: id of activityHistoryItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "activityHistoryItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/activities/recent()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function recent", + "operationId": "users.activities.recent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/users/{user-id}/calendar": { + "get": { + "tags": [ + "users.calendar" + ], + "summary": "Get calendar from users", + "operationId": "users.GetCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar" + ], + "summary": "Update the navigation property calendar in users", + "operationId": "users.UpdateCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar" + ], + "summary": "Delete navigation property calendar for users", + "operationId": "users.DeleteCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/calendar/calendarView": { + "get": { + "tags": [ + "users.calendar.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.calendar.ListCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.event" + ], + "summary": "Create new navigation property to calendarView for users", + "operationId": "users.calendar.CreateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView", + "/users/{user-id}/calendars/{calendar-id}/calendarView", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView", + "/users/{user-id}/events/{event-id}/calendar/calendarView" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}": { + "get": { + "tags": [ + "users.calendar.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.calendar.GetCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.event" + ], + "summary": "Update the navigation property calendarView in users", + "operationId": "users.calendar.UpdateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.event" + ], + "summary": "Delete navigation property calendarView for users", + "operationId": "users.calendar.DeleteCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "users.calendar.calendarView.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendar.calendarView.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.calendarView.attachment" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.calendar.calendarView.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/events/{event-id}/attachments" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.calendar.calendarView.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendar.calendarView.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.calendarView.attachment" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.calendar.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.calendarView.attachment" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.calendar.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "users.calendar.calendarView.calendar" + ], + "summary": "Get calendar from users", + "operationId": "users.calendar.calendarView.GetCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.calendarView.calendar" + ], + "summary": "Update the navigation property calendar in users", + "operationId": "users.calendar.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.calendarView.calendar" + ], + "summary": "Delete navigation property calendar for users", + "operationId": "users.calendar.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/events/{event-id}/calendar" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "users.calendar.calendarView.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendar.calendarView.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.calendarView.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.calendar.calendarView.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/events/{event-id}/extensions" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.calendar.calendarView.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendar.calendarView.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.calendarView.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.calendar.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.calendarView.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.calendar.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "users.calendar.calendarView.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendar.calendarView.ListInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.calendarView.event" + ], + "summary": "Create new navigation property to instances for users", + "operationId": "users.calendar.calendarView.CreateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendarView/{event-id}/instances", + "/users/{user-id}/events/{event-id}/instances" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "users.calendar.calendarView.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendar.calendarView.GetInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.calendarView.event" + ], + "summary": "Update the navigation property instances in users", + "operationId": "users.calendar.calendarView.UpdateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.calendarView.event" + ], + "summary": "Delete navigation property instances for users", + "operationId": "users.calendar.calendarView.DeleteInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendar.calendarView.instances.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendar.calendarView.instances.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendar.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendar.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendar.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendar.calendarView.instances.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendar.calendarView.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendar.calendarView.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendar.calendarView.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendar.calendarView.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendar.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendar.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendar.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendar.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendar.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendar.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendar.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendar.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendar.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendar.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendar.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendar/calendarView/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendar.calendarView.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendar/events": { + "get": { + "tags": [ + "users.calendar.event" + ], + "summary": "Get events from users", + "operationId": "users.calendar.ListEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.event" + ], + "summary": "Create new navigation property to events for users", + "operationId": "users.calendar.CreateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events", + "/users/{user-id}/calendars/{calendar-id}/events", + "/users/{user-id}/calendarView/{event-id}/calendar/events", + "/users/{user-id}/events/{event-id}/calendar/events" + ] + }, + "/users/{user-id}/calendar/events/{event-id}": { + "get": { + "tags": [ + "users.calendar.event" + ], + "summary": "Get events from users", + "operationId": "users.calendar.GetEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.event" + ], + "summary": "Update the navigation property events in users", + "operationId": "users.calendar.UpdateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.event" + ], + "summary": "Delete navigation property events for users", + "operationId": "users.calendar.DeleteEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/attachments": { + "get": { + "tags": [ + "users.calendar.events.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendar.events.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.events.attachment" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.calendar.events.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/events/{event-id}/attachments" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.calendar.events.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendar.events.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.events.attachment" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.calendar.events.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.events.attachment" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.calendar.events.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/calendar": { + "get": { + "tags": [ + "users.calendar.events.calendar" + ], + "summary": "Get calendar from users", + "operationId": "users.calendar.events.GetCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.events.calendar" + ], + "summary": "Update the navigation property calendar in users", + "operationId": "users.calendar.events.UpdateCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.events.calendar" + ], + "summary": "Delete navigation property calendar for users", + "operationId": "users.calendar.events.DeleteCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/events/{event-id}/calendar" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/extensions": { + "get": { + "tags": [ + "users.calendar.events.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendar.events.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.events.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.calendar.events.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/events/{event-id}/extensions" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.calendar.events.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendar.events.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.events.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.calendar.events.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.events.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.calendar.events.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/instances": { + "get": { + "tags": [ + "users.calendar.events.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendar.events.ListInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.events.event" + ], + "summary": "Create new navigation property to instances for users", + "operationId": "users.calendar.events.CreateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendarView/{event-id}/instances", + "/users/{user-id}/events/{event-id}/instances" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "users.calendar.events.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendar.events.GetInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.events.event" + ], + "summary": "Update the navigation property instances in users", + "operationId": "users.calendar.events.UpdateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.events.event" + ], + "summary": "Delete navigation property instances for users", + "operationId": "users.calendar.events.DeleteInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendar.events.instances.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendar.events.instances.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendar.events.instances.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendar.events.instances.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendar.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendar.events.instances.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendar.events.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendar.events.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendar.events.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendar.events.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendar.events.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendar.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendar.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendar.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendar.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.events.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendar.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendar.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendar.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendar.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendar.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.events.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendar.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendar/events/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendar.events.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendar/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendar.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendar.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendar.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendar.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendar.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendar/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendar.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendar.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendar.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendar.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendar.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarGroups": { + "get": { + "tags": [ + "users.calendarGroup" + ], + "summary": "Get calendarGroups from users", + "operationId": "users.ListCalendarGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "classId", + "classId desc", + "changeKey", + "changeKey desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "classId", + "changeKey", + "calendars" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of calendarGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroup" + ], + "summary": "Create new navigation property to calendarGroups for users", + "operationId": "users.CreateCalendarGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}": { + "get": { + "tags": [ + "users.calendarGroup" + ], + "summary": "Get calendarGroups from users", + "operationId": "users.GetCalendarGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "classId", + "changeKey", + "calendars" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroup" + ], + "summary": "Update the navigation property calendarGroups in users", + "operationId": "users.UpdateCalendarGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroup" + ], + "summary": "Delete navigation property calendarGroups for users", + "operationId": "users.DeleteCalendarGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars": { + "get": { + "tags": [ + "users.calendarGroups.calendar" + ], + "summary": "Get calendars from users", + "operationId": "users.calendarGroups.ListCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "color", + "color desc", + "changeKey", + "changeKey desc", + "canShare", + "canShare desc", + "canViewPrivateItems", + "canViewPrivateItems desc", + "canEdit", + "canEdit desc", + "owner", + "owner desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of calendar", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendar" + ], + "summary": "Create new navigation property to calendars for users", + "operationId": "users.calendarGroups.CreateCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendar" + ], + "summary": "Get calendars from users", + "operationId": "users.calendarGroups.GetCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendar" + ], + "summary": "Update the navigation property calendars in users", + "operationId": "users.calendarGroups.UpdateCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendar" + ], + "summary": "Delete navigation property calendars for users", + "operationId": "users.calendarGroups.DeleteCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.calendarGroups.calendars.ListCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to calendarView for users", + "operationId": "users.calendarGroups.calendars.CreateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView", + "/users/{user-id}/calendars/{calendar-id}/calendarView", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView", + "/users/{user-id}/events/{event-id}/calendar/calendarView" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.calendarGroups.calendars.GetCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property calendarView in users", + "operationId": "users.calendarGroups.calendars.UpdateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property calendarView for users", + "operationId": "users.calendarGroups.calendars.DeleteCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get attachments from users", + "operationId": "users.calendarGroups.calendars.calendarView.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.calendarGroups.calendars.calendarView.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments", + "/users/{user-id}/calendar/events/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/events/{event-id}/attachments" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get attachments from users", + "operationId": "users.calendarGroups.calendars.calendarView.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.calendarGroups.calendars.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.calendarGroups.calendars.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get calendar from users", + "operationId": "users.calendarGroups.calendars.calendarView.GetCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property calendar in users", + "operationId": "users.calendarGroups.calendars.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property calendar for users", + "operationId": "users.calendarGroups.calendars.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/calendar", + "/users/{user-id}/calendar/events/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/events/{event-id}/calendar" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get extensions from users", + "operationId": "users.calendarGroups.calendars.calendarView.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.calendarGroups.calendars.calendarView.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions", + "/users/{user-id}/calendar/events/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/events/{event-id}/extensions" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get extensions from users", + "operationId": "users.calendarGroups.calendars.calendarView.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.calendarGroups.calendars.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.calendarGroups.calendars.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendarGroups.calendars.calendarView.ListInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to instances for users", + "operationId": "users.calendarGroups.calendars.calendarView.CreateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances", + "/users/{user-id}/calendar/events/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendarView/{event-id}/instances", + "/users/{user-id}/events/{event-id}/instances" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendarGroups.calendars.calendarView.GetInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property instances in users", + "operationId": "users.calendarGroups.calendars.calendarView.UpdateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property instances for users", + "operationId": "users.calendarGroups.calendars.calendarView.DeleteInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendarGroups.calendars.calendarView.instances.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendarGroups.calendars.calendarView.instances.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendarGroups.calendars.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendarGroups.calendars.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendarGroups.calendars.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendarGroups.calendars.calendarView.instances.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendarGroups.calendars.calendarView.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendarGroups.calendars.calendarView.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendarGroups.calendars.calendarView.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendarGroups.calendars.calendarView.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendarGroups.calendars.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendarGroups.calendars.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendarGroups.calendars.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendarGroups.calendars.calendarView.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get events from users", + "operationId": "users.calendarGroups.calendars.ListEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to events for users", + "operationId": "users.calendarGroups.calendars.CreateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events", + "/users/{user-id}/calendars/{calendar-id}/events", + "/users/{user-id}/calendarView/{event-id}/calendar/events", + "/users/{user-id}/events/{event-id}/calendar/events" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get events from users", + "operationId": "users.calendarGroups.calendars.GetEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property events in users", + "operationId": "users.calendarGroups.calendars.UpdateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property events for users", + "operationId": "users.calendarGroups.calendars.DeleteEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get attachments from users", + "operationId": "users.calendarGroups.calendars.events.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.calendarGroups.calendars.events.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments", + "/users/{user-id}/calendar/events/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/events/{event-id}/attachments" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get attachments from users", + "operationId": "users.calendarGroups.calendars.events.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.calendarGroups.calendars.events.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.calendarGroups.calendars.events.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get calendar from users", + "operationId": "users.calendarGroups.calendars.events.GetCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property calendar in users", + "operationId": "users.calendarGroups.calendars.events.UpdateCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property calendar for users", + "operationId": "users.calendarGroups.calendars.events.DeleteCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/calendar", + "/users/{user-id}/calendar/events/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/events/{event-id}/calendar" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get extensions from users", + "operationId": "users.calendarGroups.calendars.events.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.calendarGroups.calendars.events.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions", + "/users/{user-id}/calendar/events/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/events/{event-id}/extensions" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get extensions from users", + "operationId": "users.calendarGroups.calendars.events.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.calendarGroups.calendars.events.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.calendarGroups.calendars.events.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendarGroups.calendars.events.ListInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to instances for users", + "operationId": "users.calendarGroups.calendars.events.CreateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances", + "/users/{user-id}/calendar/events/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendarView/{event-id}/instances", + "/users/{user-id}/events/{event-id}/instances" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendarGroups.calendars.events.GetInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property instances in users", + "operationId": "users.calendarGroups.calendars.events.UpdateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property instances for users", + "operationId": "users.calendarGroups.calendars.events.DeleteInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendarGroups.calendars.events.instances.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendarGroups.calendars.events.instances.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendarGroups.calendars.events.instances.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendarGroups.calendars.events.instances.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendarGroups.calendars.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendarGroups.calendars.events.instances.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendarGroups.calendars.events.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendarGroups.calendars.events.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendarGroups.calendars.events.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendarGroups.calendars.events.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendarGroups.calendars.events.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendarGroups.calendars.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendarGroups.calendars.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.event" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendarGroups.calendars.events.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendarGroups.calendars.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarGroups.calendars.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendarGroups.calendars.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarGroups.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendarGroups.calendars.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendarGroup-id", + "in": "path", + "description": "key: id of calendarGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendarGroup" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendars": { + "get": { + "tags": [ + "users.calendar" + ], + "summary": "Get calendars from users", + "operationId": "users.ListCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "color", + "color desc", + "changeKey", + "changeKey desc", + "canShare", + "canShare desc", + "canViewPrivateItems", + "canViewPrivateItems desc", + "canEdit", + "canEdit desc", + "owner", + "owner desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of calendar", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendar" + ], + "summary": "Create new navigation property to calendars for users", + "operationId": "users.CreateCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/calendars/{calendar-id}": { + "get": { + "tags": [ + "users.calendar" + ], + "summary": "Get calendars from users", + "operationId": "users.GetCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendar" + ], + "summary": "Update the navigation property calendars in users", + "operationId": "users.UpdateCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendar" + ], + "summary": "Delete navigation property calendars for users", + "operationId": "users.DeleteCalendars", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView": { + "get": { + "tags": [ + "users.calendars.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.calendars.ListCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.event" + ], + "summary": "Create new navigation property to calendarView for users", + "operationId": "users.calendars.CreateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView", + "/users/{user-id}/events/{event-id}/calendar/calendarView" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}": { + "get": { + "tags": [ + "users.calendars.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.calendars.GetCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.event" + ], + "summary": "Update the navigation property calendarView in users", + "operationId": "users.calendars.UpdateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.event" + ], + "summary": "Delete navigation property calendarView for users", + "operationId": "users.calendars.DeleteCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "users.calendars.calendarView.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendars.calendarView.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.calendarView.attachment" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.calendars.calendarView.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments", + "/users/{user-id}/calendar/events/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/events/{event-id}/attachments" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.calendars.calendarView.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendars.calendarView.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.calendarView.attachment" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.calendars.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.calendarView.attachment" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.calendars.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "users.calendars.calendarView.calendar" + ], + "summary": "Get calendar from users", + "operationId": "users.calendars.calendarView.GetCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.calendarView.calendar" + ], + "summary": "Update the navigation property calendar in users", + "operationId": "users.calendars.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.calendarView.calendar" + ], + "summary": "Delete navigation property calendar for users", + "operationId": "users.calendars.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/calendar", + "/users/{user-id}/calendar/events/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/events/{event-id}/calendar" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "users.calendars.calendarView.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendars.calendarView.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.calendarView.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.calendars.calendarView.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions", + "/users/{user-id}/calendar/events/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/events/{event-id}/extensions" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.calendars.calendarView.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendars.calendarView.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.calendarView.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.calendars.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.calendarView.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.calendars.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "users.calendars.calendarView.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendars.calendarView.ListInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.calendarView.event" + ], + "summary": "Create new navigation property to instances for users", + "operationId": "users.calendars.calendarView.CreateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances", + "/users/{user-id}/calendar/events/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendarView/{event-id}/instances", + "/users/{user-id}/events/{event-id}/instances" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "users.calendars.calendarView.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendars.calendarView.GetInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.calendarView.event" + ], + "summary": "Update the navigation property instances in users", + "operationId": "users.calendars.calendarView.UpdateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.calendarView.event" + ], + "summary": "Delete navigation property instances for users", + "operationId": "users.calendars.calendarView.DeleteInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendars.calendarView.instances.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendars.calendarView.instances.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendars.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendars.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendars.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendars.calendarView.instances.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendars.calendarView.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendars.calendarView.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendars.calendarView.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendars.calendarView.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendars.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendars.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendars.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendars.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendars.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendars.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendars.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendars.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendars.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendars.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendars.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendars.calendarView.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events": { + "get": { + "tags": [ + "users.calendars.event" + ], + "summary": "Get events from users", + "operationId": "users.calendars.ListEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.event" + ], + "summary": "Create new navigation property to events for users", + "operationId": "users.calendars.CreateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events", + "/users/{user-id}/calendarView/{event-id}/calendar/events", + "/users/{user-id}/events/{event-id}/calendar/events" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}": { + "get": { + "tags": [ + "users.calendars.event" + ], + "summary": "Get events from users", + "operationId": "users.calendars.GetEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.event" + ], + "summary": "Update the navigation property events in users", + "operationId": "users.calendars.UpdateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.event" + ], + "summary": "Delete navigation property events for users", + "operationId": "users.calendars.DeleteEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments": { + "get": { + "tags": [ + "users.calendars.events.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendars.events.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.events.attachment" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.calendars.events.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments", + "/users/{user-id}/calendar/events/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/events/{event-id}/attachments" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.calendars.events.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendars.events.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.events.attachment" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.calendars.events.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.events.attachment" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.calendars.events.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar": { + "get": { + "tags": [ + "users.calendars.events.calendar" + ], + "summary": "Get calendar from users", + "operationId": "users.calendars.events.GetCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.events.calendar" + ], + "summary": "Update the navigation property calendar in users", + "operationId": "users.calendars.events.UpdateCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.events.calendar" + ], + "summary": "Delete navigation property calendar for users", + "operationId": "users.calendars.events.DeleteCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/calendar", + "/users/{user-id}/calendar/events/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/events/{event-id}/calendar" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions": { + "get": { + "tags": [ + "users.calendars.events.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendars.events.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.events.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.calendars.events.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions", + "/users/{user-id}/calendar/events/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/events/{event-id}/extensions" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.calendars.events.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendars.events.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.events.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.calendars.events.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.events.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.calendars.events.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances": { + "get": { + "tags": [ + "users.calendars.events.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendars.events.ListInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.events.event" + ], + "summary": "Create new navigation property to instances for users", + "operationId": "users.calendars.events.CreateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances", + "/users/{user-id}/calendar/events/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendarView/{event-id}/instances", + "/users/{user-id}/events/{event-id}/instances" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "users.calendars.events.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendars.events.GetInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.events.event" + ], + "summary": "Update the navigation property instances in users", + "operationId": "users.calendars.events.UpdateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.events.event" + ], + "summary": "Delete navigation property instances for users", + "operationId": "users.calendars.events.DeleteInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendars.events.instances.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendars.events.instances.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendars.events.instances.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendars.events.instances.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendars.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendars.events.instances.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendars.events.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendars.events.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendars.events.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendars.events.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendars.events.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendars.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendars.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendars.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendars.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.events.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendars.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendars.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendars.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendars.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendars.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.events.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendars.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/events/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendars.events.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendars.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendars.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendars.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendars.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendars.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendars.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendars.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendars.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendars.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendars.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendars.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "calendar-id", + "in": "path", + "description": "key: id of calendar", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "calendar" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarView": { + "get": { + "tags": [ + "users.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.ListCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.event" + ], + "summary": "Create new navigation property to calendarView for users", + "operationId": "users.CreateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/calendarView/{event-id}": { + "get": { + "tags": [ + "users.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.GetCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.event" + ], + "summary": "Update the navigation property calendarView in users", + "operationId": "users.UpdateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.event" + ], + "summary": "Delete navigation property calendarView for users", + "operationId": "users.DeleteCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/calendarView/{event-id}/attachments": { + "get": { + "tags": [ + "users.calendarView.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendarView.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarView.attachment" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.calendarView.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments", + "/users/{user-id}/calendar/events/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/events/{event-id}/attachments" + ] + }, + "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.calendarView.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.calendarView.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.attachment" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.calendarView.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.attachment" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.calendarView.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/events/{event-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar": { + "get": { + "tags": [ + "users.calendarView.calendar" + ], + "summary": "Get calendar from users", + "operationId": "users.calendarView.GetCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.calendar" + ], + "summary": "Update the navigation property calendar in users", + "operationId": "users.calendarView.UpdateCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.calendar" + ], + "summary": "Delete navigation property calendar for users", + "operationId": "users.calendarView.DeleteCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/calendar", + "/users/{user-id}/calendar/events/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/events/{event-id}/calendar" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView": { + "get": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.calendarView.calendar.ListCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Create new navigation property to calendarView for users", + "operationId": "users.calendarView.calendar.CreateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView", + "/users/{user-id}/calendars/{calendar-id}/calendarView", + "/users/{user-id}/events/{event-id}/calendar/calendarView" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { + "get": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.calendarView.calendar.GetCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Update the navigation property calendarView in users", + "operationId": "users.calendarView.calendar.UpdateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Delete navigation property calendarView for users", + "operationId": "users.calendarView.calendar.DeleteCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendarView.calendar.calendarView.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendarView.calendar.calendarView.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendarView.calendar.calendarView.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendarView.calendar.calendarView.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendarView.calendar.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendarView.calendar.calendarView.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/events": { + "get": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Get events from users", + "operationId": "users.calendarView.calendar.ListEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Create new navigation property to events for users", + "operationId": "users.calendarView.calendar.CreateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events", + "/users/{user-id}/calendars/{calendar-id}/events", + "/users/{user-id}/events/{event-id}/calendar/events" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}": { + "get": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Get events from users", + "operationId": "users.calendarView.calendar.GetEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Update the navigation property events in users", + "operationId": "users.calendarView.calendar.UpdateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.calendar.event" + ], + "summary": "Delete navigation property events for users", + "operationId": "users.calendarView.calendar.DeleteEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendarView.calendar.events.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendarView.calendar.events.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendarView.calendar.events.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendarView.calendar.events.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendarView.calendar.events.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendarView.calendar.events.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarView.calendar.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendarView.calendar.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarView.calendar.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendarView.calendar.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendarView.calendar.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarView.calendar.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendarView.calendar.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarView.calendar.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendarView.calendar.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendarView.calendar.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarView/{event-id}/extensions": { + "get": { + "tags": [ + "users.calendarView.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendarView.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarView.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.calendarView.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions", + "/users/{user-id}/calendar/events/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/events/{event-id}/extensions" + ] + }, + "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.calendarView.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.calendarView.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.calendarView.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.calendarView.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/events/{event-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/calendarView/{event-id}/instances": { + "get": { + "tags": [ + "users.calendarView.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendarView.ListInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarView.event" + ], + "summary": "Create new navigation property to instances for users", + "operationId": "users.calendarView.CreateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances", + "/users/{user-id}/calendar/events/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/events/{event-id}/instances" + ] + }, + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "users.calendarView.event" + ], + "summary": "Get instances from users", + "operationId": "users.calendarView.GetInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.event" + ], + "summary": "Update the navigation property instances in users", + "operationId": "users.calendarView.UpdateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.event" + ], + "summary": "Delete navigation property instances for users", + "operationId": "users.calendarView.DeleteInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/events/{event-id}/instances/{event-id1}" + ] + }, + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendarView.instances.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendarView.instances.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendarView.instances.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendarView.instances.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendarView.instances.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendarView/{event-id}/instances/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendarView.instances.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/calendarView/{event-id}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.calendarView.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/calendarView/{event-id}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.calendarView.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/calendarView/{event-id}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.calendarView.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/calendarView/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.calendarView.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarView.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.calendarView.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.calendarView.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.calendarView.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.calendarView.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarView.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.calendarView.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.calendarView.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.calendarView.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.calendarView.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.calendarView.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/calendarView/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.calendarView.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/contactFolders": { + "get": { + "tags": [ + "users.contactFolder" + ], + "summary": "Get contactFolders from users", + "operationId": "users.ListContactFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "parentFolderId", + "parentFolderId desc", + "displayName", + "displayName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "parentFolderId", + "displayName", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contactFolder", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contactFolder" + ], + "summary": "Create new navigation property to contactFolders for users", + "operationId": "users.CreateContactFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}": { + "get": { + "tags": [ + "users.contactFolder" + ], + "summary": "Get contactFolders from users", + "operationId": "users.GetContactFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "parentFolderId", + "displayName", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contactFolder" + ], + "summary": "Update the navigation property contactFolders in users", + "operationId": "users.UpdateContactFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contactFolder" + ], + "summary": "Delete navigation property contactFolders for users", + "operationId": "users.DeleteContactFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders": { + "get": { + "tags": [ + "users.contactFolders.contactFolder" + ], + "summary": "Get childFolders from users", + "operationId": "users.contactFolders.ListChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "parentFolderId", + "parentFolderId desc", + "displayName", + "displayName desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "parentFolderId", + "displayName", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contactFolder", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contactFolders.contactFolder" + ], + "summary": "Create new navigation property to childFolders for users", + "operationId": "users.contactFolders.CreateChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}": { + "get": { + "tags": [ + "users.contactFolders.contactFolder" + ], + "summary": "Get childFolders from users", + "operationId": "users.contactFolders.GetChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contactFolder-id1", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "parentFolderId", + "displayName", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "contacts", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contactFolders.contactFolder" + ], + "summary": "Update the navigation property childFolders in users", + "operationId": "users.contactFolders.UpdateChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contactFolder-id1", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contactFolders.contactFolder" + ], + "summary": "Delete navigation property childFolders for users", + "operationId": "users.contactFolders.DeleteChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contactFolder-id1", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.contactFolders.childFolders.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts": { + "get": { + "tags": [ + "users.contactFolders.contact" + ], + "summary": "Get contacts from users", + "operationId": "users.contactFolders.ListContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "parentFolderId", + "parentFolderId desc", + "birthday", + "birthday desc", + "fileAs", + "fileAs desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "initials", + "initials desc", + "middleName", + "middleName desc", + "nickName", + "nickName desc", + "surname", + "surname desc", + "title", + "title desc", + "yomiGivenName", + "yomiGivenName desc", + "yomiSurname", + "yomiSurname desc", + "yomiCompanyName", + "yomiCompanyName desc", + "generation", + "generation desc", + "emailAddresses", + "emailAddresses desc", + "imAddresses", + "imAddresses desc", + "jobTitle", + "jobTitle desc", + "companyName", + "companyName desc", + "department", + "department desc", + "officeLocation", + "officeLocation desc", + "profession", + "profession desc", + "businessHomePage", + "businessHomePage desc", + "assistantName", + "assistantName desc", + "manager", + "manager desc", + "homePhones", + "homePhones desc", + "mobilePhone", + "mobilePhone desc", + "businessPhones", + "businessPhones desc", + "homeAddress", + "homeAddress desc", + "businessAddress", + "businessAddress desc", + "otherAddress", + "otherAddress desc", + "spouseName", + "spouseName desc", + "personalNotes", + "personalNotes desc", + "children", + "children desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "parentFolderId", + "birthday", + "fileAs", + "displayName", + "givenName", + "initials", + "middleName", + "nickName", + "surname", + "title", + "yomiGivenName", + "yomiSurname", + "yomiCompanyName", + "generation", + "emailAddresses", + "imAddresses", + "jobTitle", + "companyName", + "department", + "officeLocation", + "profession", + "businessHomePage", + "assistantName", + "manager", + "homePhones", + "mobilePhone", + "businessPhones", + "homeAddress", + "businessAddress", + "otherAddress", + "spouseName", + "personalNotes", + "children", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contact", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contactFolders.contact" + ], + "summary": "Create new navigation property to contacts for users", + "operationId": "users.contactFolders.CreateContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}": { + "get": { + "tags": [ + "users.contactFolders.contact" + ], + "summary": "Get contacts from users", + "operationId": "users.contactFolders.GetContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "parentFolderId", + "birthday", + "fileAs", + "displayName", + "givenName", + "initials", + "middleName", + "nickName", + "surname", + "title", + "yomiGivenName", + "yomiSurname", + "yomiCompanyName", + "generation", + "emailAddresses", + "imAddresses", + "jobTitle", + "companyName", + "department", + "officeLocation", + "profession", + "businessHomePage", + "assistantName", + "manager", + "homePhones", + "mobilePhone", + "businessPhones", + "homeAddress", + "businessAddress", + "otherAddress", + "spouseName", + "personalNotes", + "children", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contactFolders.contact" + ], + "summary": "Update the navigation property contacts in users", + "operationId": "users.contactFolders.UpdateContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contactFolders.contact" + ], + "summary": "Delete navigation property contacts for users", + "operationId": "users.contactFolders.DeleteContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions": { + "get": { + "tags": [ + "users.contactFolders.contacts.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.contactFolders.contacts.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contactFolders.contacts.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.contactFolders.contacts.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contacts/{contact-id}/extensions" + ] + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.contactFolders.contacts.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.contactFolders.contacts.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contactFolders.contacts.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.contactFolders.contacts.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contactFolders.contacts.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.contactFolders.contacts.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.contactFolders.contacts.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.contactFolders.contacts.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.contactFolders.contacts.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.contactFolders.contacts.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contactFolders.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.contactFolders.contacts.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo": { + "get": { + "tags": [ + "users.contactFolders.contacts.profilePhoto" + ], + "summary": "Get photo from users", + "operationId": "users.contactFolders.contacts.GetPhoto", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contactFolders.contacts.profilePhoto" + ], + "summary": "Update the navigation property photo in users", + "operationId": "users.contactFolders.contacts.UpdatePhoto", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contactFolders.contacts.profilePhoto" + ], + "summary": "Delete navigation property photo for users", + "operationId": "users.contactFolders.contacts.DeletePhoto", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contacts/{contact-id}/photo" + ] + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value": { + "get": { + "tags": [ + "users.contactFolders.contacts.profilePhoto" + ], + "summary": "Get media content for the navigation property photo from users", + "operationId": "users.contactFolders.contacts.GetPhotoContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.contactFolders.contacts.profilePhoto" + ], + "summary": "Update media content for the navigation property photo in users", + "operationId": "users.contactFolders.contacts.UpdatePhotoContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.contactFolders.contacts.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.contactFolders.contacts.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.contactFolders.contacts.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.contactFolders.contacts.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contactFolders.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.contactFolders.contacts.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.contactFolders.contacts.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.contactFolders.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.contactFolders.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.contactFolders.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.contactFolders.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contactFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.contactFolders.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.contactFolders.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.contactFolders.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.contactFolders.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.contactFolders.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contactFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.contactFolders.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contactFolder-id", + "in": "path", + "description": "key: id of contactFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contactFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contactFolders/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.contactFolders.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/contacts": { + "get": { + "tags": [ + "users.contact" + ], + "summary": "Get contacts from users", + "operationId": "users.ListContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "parentFolderId", + "parentFolderId desc", + "birthday", + "birthday desc", + "fileAs", + "fileAs desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "initials", + "initials desc", + "middleName", + "middleName desc", + "nickName", + "nickName desc", + "surname", + "surname desc", + "title", + "title desc", + "yomiGivenName", + "yomiGivenName desc", + "yomiSurname", + "yomiSurname desc", + "yomiCompanyName", + "yomiCompanyName desc", + "generation", + "generation desc", + "emailAddresses", + "emailAddresses desc", + "imAddresses", + "imAddresses desc", + "jobTitle", + "jobTitle desc", + "companyName", + "companyName desc", + "department", + "department desc", + "officeLocation", + "officeLocation desc", + "profession", + "profession desc", + "businessHomePage", + "businessHomePage desc", + "assistantName", + "assistantName desc", + "manager", + "manager desc", + "homePhones", + "homePhones desc", + "mobilePhone", + "mobilePhone desc", + "businessPhones", + "businessPhones desc", + "homeAddress", + "homeAddress desc", + "businessAddress", + "businessAddress desc", + "otherAddress", + "otherAddress desc", + "spouseName", + "spouseName desc", + "personalNotes", + "personalNotes desc", + "children", + "children desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "parentFolderId", + "birthday", + "fileAs", + "displayName", + "givenName", + "initials", + "middleName", + "nickName", + "surname", + "title", + "yomiGivenName", + "yomiSurname", + "yomiCompanyName", + "generation", + "emailAddresses", + "imAddresses", + "jobTitle", + "companyName", + "department", + "officeLocation", + "profession", + "businessHomePage", + "assistantName", + "manager", + "homePhones", + "mobilePhone", + "businessPhones", + "homeAddress", + "businessAddress", + "otherAddress", + "spouseName", + "personalNotes", + "children", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of contact", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contact" + ], + "summary": "Create new navigation property to contacts for users", + "operationId": "users.CreateContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contacts/{contact-id}": { + "get": { + "tags": [ + "users.contact" + ], + "summary": "Get contacts from users", + "operationId": "users.GetContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "parentFolderId", + "birthday", + "fileAs", + "displayName", + "givenName", + "initials", + "middleName", + "nickName", + "surname", + "title", + "yomiGivenName", + "yomiSurname", + "yomiCompanyName", + "generation", + "emailAddresses", + "imAddresses", + "jobTitle", + "companyName", + "department", + "officeLocation", + "profession", + "businessHomePage", + "assistantName", + "manager", + "homePhones", + "mobilePhone", + "businessPhones", + "homeAddress", + "businessAddress", + "otherAddress", + "spouseName", + "personalNotes", + "children", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties", + "photo" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contact" + ], + "summary": "Update the navigation property contacts in users", + "operationId": "users.UpdateContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contact" + ], + "summary": "Delete navigation property contacts for users", + "operationId": "users.DeleteContacts", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contacts/{contact-id}/extensions": { + "get": { + "tags": [ + "users.contacts.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.contacts.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contacts.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.contacts.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions" + ] + }, + "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.contacts.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.contacts.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contacts.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.contacts.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contacts.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.contacts.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.contacts.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.contacts.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.contacts.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.contacts.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contacts.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.contacts.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/contacts/{contact-id}/photo": { + "get": { + "tags": [ + "users.contacts.profilePhoto" + ], + "summary": "Get photo from users", + "operationId": "users.contacts.GetPhoto", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contacts.profilePhoto" + ], + "summary": "Update the navigation property photo in users", + "operationId": "users.contacts.UpdatePhoto", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contacts.profilePhoto" + ], + "summary": "Delete navigation property photo for users", + "operationId": "users.contacts.DeletePhoto", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo" + ] + }, + "/users/{user-id}/contacts/{contact-id}/photo/$value": { + "get": { + "tags": [ + "users.contacts.profilePhoto" + ], + "summary": "Get media content for the navigation property photo from users", + "operationId": "users.contacts.GetPhotoContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.contacts.profilePhoto" + ], + "summary": "Update media content for the navigation property photo in users", + "operationId": "users.contacts.UpdatePhotoContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.contacts.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.contacts.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.contacts.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.contacts.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.contacts.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.contacts.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "contact-id", + "in": "path", + "description": "key: id of contact", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "contact" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/contacts/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.contacts.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/createdObjects": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get createdObjects from users", + "operationId": "users.ListCreatedObjects", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/createdObjects/$ref": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get ref of createdObjects from users", + "operationId": "users.ListRefCreatedObjects", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.directoryObject" + ], + "summary": "Create new navigation property ref to createdObjects for users", + "operationId": "users.CreateRefCreatedObjects", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/deviceManagementTroubleshootingEvents": { + "get": { + "tags": [ + "users.deviceManagementTroubleshootingEvent" + ], + "summary": "Get deviceManagementTroubleshootingEvents from users", + "operationId": "users.ListDeviceManagementTroubleshootingEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "eventDateTime", + "eventDateTime desc", + "correlationId", + "correlationId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "eventDateTime", + "correlationId" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceManagementTroubleshootingEvent", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.deviceManagementTroubleshootingEvent" + ], + "summary": "Create new navigation property to deviceManagementTroubleshootingEvents for users", + "operationId": "users.CreateDeviceManagementTroubleshootingEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { + "get": { + "tags": [ + "users.deviceManagementTroubleshootingEvent" + ], + "summary": "Get deviceManagementTroubleshootingEvents from users", + "operationId": "users.GetDeviceManagementTroubleshootingEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "deviceManagementTroubleshootingEvent-id", + "in": "path", + "description": "key: id of deviceManagementTroubleshootingEvent", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementTroubleshootingEvent" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "eventDateTime", + "correlationId" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.deviceManagementTroubleshootingEvent" + ], + "summary": "Update the navigation property deviceManagementTroubleshootingEvents in users", + "operationId": "users.UpdateDeviceManagementTroubleshootingEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "deviceManagementTroubleshootingEvent-id", + "in": "path", + "description": "key: id of deviceManagementTroubleshootingEvent", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementTroubleshootingEvent" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.deviceManagementTroubleshootingEvent" + ], + "summary": "Delete navigation property deviceManagementTroubleshootingEvents for users", + "operationId": "users.DeleteDeviceManagementTroubleshootingEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "deviceManagementTroubleshootingEvent-id", + "in": "path", + "description": "key: id of deviceManagementTroubleshootingEvent", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceManagementTroubleshootingEvent" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/directReports": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get directReports from users", + "operationId": "users.ListDirectReports", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/directReports/$ref": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get ref of directReports from users", + "operationId": "users.ListRefDirectReports", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.directoryObject" + ], + "summary": "Create new navigation property ref to directReports for users", + "operationId": "users.CreateRefDirectReports", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/drive": { + "get": { + "tags": [ + "users.drive" + ], + "summary": "Get drive from users", + "operationId": "users.GetDrive", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.drive" + ], + "summary": "Update the navigation property drive in users", + "operationId": "users.UpdateDrive", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.drive" + ], + "summary": "Delete navigation property drive for users", + "operationId": "users.DeleteDrive", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/drives": { + "get": { + "tags": [ + "users.drive" + ], + "summary": "Get drives from users", + "operationId": "users.ListDrives", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "driveType", + "driveType desc", + "owner", + "owner desc", + "quota", + "quota desc", + "sharePointIds", + "sharePointIds desc", + "system", + "system desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of drive", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.drive" + ], + "summary": "Create new navigation property to drives for users", + "operationId": "users.CreateDrives", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/drives/{drive-id}": { + "get": { + "tags": [ + "users.drive" + ], + "summary": "Get drives from users", + "operationId": "users.GetDrives", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "driveType", + "owner", + "quota", + "sharePointIds", + "system", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "items", + "list", + "root", + "special" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.drive" + ], + "summary": "Update the navigation property drives in users", + "operationId": "users.UpdateDrives", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.drive" + ], + "summary": "Delete navigation property drives for users", + "operationId": "users.DeleteDrives", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "drive-id", + "in": "path", + "description": "key: id of drive", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "drive" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/events": { + "get": { + "tags": [ + "users.event" + ], + "summary": "Get events from users", + "operationId": "users.ListEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.event" + ], + "summary": "Create new navigation property to events for users", + "operationId": "users.CreateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/events/{event-id}": { + "get": { + "tags": [ + "users.event" + ], + "summary": "Get events from users", + "operationId": "users.GetEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.event" + ], + "summary": "Update the navigation property events in users", + "operationId": "users.UpdateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.event" + ], + "summary": "Delete navigation property events for users", + "operationId": "users.DeleteEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/events/{event-id}/attachments": { + "get": { + "tags": [ + "users.events.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.events.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.events.attachment" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.events.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments", + "/users/{user-id}/calendar/events/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments", + "/users/{user-id}/calendarView/{event-id}/attachments" + ] + }, + "/users/{user-id}/events/{event-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.events.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.events.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.attachment" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.events.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.attachment" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.events.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}", + "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/events/{event-id}/calendar": { + "get": { + "tags": [ + "users.events.calendar" + ], + "summary": "Get calendar from users", + "operationId": "users.events.GetCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "color", + "changeKey", + "canShare", + "canViewPrivateItems", + "canEdit", + "owner", + "events", + "calendarView", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.calendar" + ], + "summary": "Update the navigation property calendar in users", + "operationId": "users.events.UpdateCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.calendar" + ], + "summary": "Delete navigation property calendar for users", + "operationId": "users.events.DeleteCalendar", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/calendar", + "/users/{user-id}/calendar/events/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar", + "/users/{user-id}/calendarView/{event-id}/calendar" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/calendarView": { + "get": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.events.calendar.ListCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Create new navigation property to calendarView for users", + "operationId": "users.events.calendar.CreateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView", + "/users/{user-id}/calendars/{calendar-id}/calendarView", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}": { + "get": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Get calendarView from users", + "operationId": "users.events.calendar.GetCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Update the navigation property calendarView in users", + "operationId": "users.events.calendar.UpdateCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Delete navigation property calendarView for users", + "operationId": "users.events.calendar.DeleteCalendarView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.events.calendar.calendarView.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.events.calendar.calendarView.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.events.calendar.calendarView.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.events.calendar.calendarView.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.events.calendar.calendarView.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.events.calendar.calendarView.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/events": { + "get": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Get events from users", + "operationId": "users.events.calendar.ListEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Create new navigation property to events for users", + "operationId": "users.events.calendar.CreateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events", + "/users/{user-id}/calendars/{calendar-id}/events", + "/users/{user-id}/calendarView/{event-id}/calendar/events" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}": { + "get": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Get events from users", + "operationId": "users.events.calendar.GetEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Update the navigation property events in users", + "operationId": "users.events.calendar.UpdateEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.calendar.event" + ], + "summary": "Delete navigation property events for users", + "operationId": "users.events.calendar.DeleteEvents", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/events/{event-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.events.calendar.events.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.events.calendar.events.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.events.calendar.events.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.events.calendar.events.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.events.calendar.events.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/events/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.events.calendar.events.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.events.calendar.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.events.calendar.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.events.calendar.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.events.calendar.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.calendar.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.events.calendar.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.events.calendar.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.events.calendar.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.events.calendar.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.events.calendar.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.calendar.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.events.calendar.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/events/{event-id}/extensions": { + "get": { + "tags": [ + "users.events.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.events.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.events.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.events.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions", + "/users/{user-id}/calendar/events/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions", + "/users/{user-id}/calendarView/{event-id}/extensions" + ] + }, + "/users/{user-id}/events/{event-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.events.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.events.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.events.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.events.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}", + "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/events/{event-id}/instances": { + "get": { + "tags": [ + "users.events.event" + ], + "summary": "Get instances from users", + "operationId": "users.events.ListInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "originalStartTimeZone", + "originalStartTimeZone desc", + "originalEndTimeZone", + "originalEndTimeZone desc", + "responseStatus", + "responseStatus desc", + "iCalUId", + "iCalUId desc", + "reminderMinutesBeforeStart", + "reminderMinutesBeforeStart desc", + "isReminderOn", + "isReminderOn desc", + "hasAttachments", + "hasAttachments desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "sensitivity", + "sensitivity desc", + "start", + "start desc", + "originalStart", + "originalStart desc", + "end", + "end desc", + "location", + "location desc", + "locations", + "locations desc", + "isAllDay", + "isAllDay desc", + "isCancelled", + "isCancelled desc", + "isOrganizer", + "isOrganizer desc", + "recurrence", + "recurrence desc", + "responseRequested", + "responseRequested desc", + "seriesMasterId", + "seriesMasterId desc", + "showAs", + "showAs desc", + "type", + "type desc", + "attendees", + "attendees desc", + "organizer", + "organizer desc", + "webLink", + "webLink desc", + "onlineMeetingUrl", + "onlineMeetingUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of event", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.events.event" + ], + "summary": "Create new navigation property to instances for users", + "operationId": "users.events.CreateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances", + "/users/{user-id}/calendar/events/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances", + "/users/{user-id}/calendarView/{event-id}/instances" + ] + }, + "/users/{user-id}/events/{event-id}/instances/{event-id1}": { + "get": { + "tags": [ + "users.events.event" + ], + "summary": "Get instances from users", + "operationId": "users.events.GetInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "originalStartTimeZone", + "originalEndTimeZone", + "responseStatus", + "iCalUId", + "reminderMinutesBeforeStart", + "isReminderOn", + "hasAttachments", + "subject", + "body", + "bodyPreview", + "importance", + "sensitivity", + "start", + "originalStart", + "end", + "location", + "locations", + "isAllDay", + "isCancelled", + "isOrganizer", + "recurrence", + "responseRequested", + "seriesMasterId", + "showAs", + "type", + "attendees", + "organizer", + "webLink", + "onlineMeetingUrl", + "calendar", + "instances", + "extensions", + "attachments", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.event" + ], + "summary": "Update the navigation property instances in users", + "operationId": "users.events.UpdateInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.event" + ], + "summary": "Delete navigation property instances for users", + "operationId": "users.events.DeleteInstances", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}" + ] + }, + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.events.instances.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/accept" + ] + }, + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.events.instances.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/decline" + ] + }, + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.events.instances.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/dismissReminder" + ] + }, + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.events.instances.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/snoozeReminder" + ] + }, + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.events.instances.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "event-id1", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/tentativelyAccept" + ] + }, + "/users/{user-id}/events/{event-id}/instances/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.events.instances.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/events/{event-id}/accept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action accept", + "operationId": "users.events.accept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/calendarView/{event-id}/accept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendar/events/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept", + "/users/{user-id}/calendarView/{event-id}/accept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/accept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept" + ] + }, + "/users/{user-id}/events/{event-id}/decline": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action decline", + "operationId": "users.events.decline", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/calendarView/{event-id}/decline", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendar/events/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline", + "/users/{user-id}/calendarView/{event-id}/decline", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/decline", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline" + ] + }, + "/users/{user-id}/events/{event-id}/dismissReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action dismissReminder", + "operationId": "users.events.dismissReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendar/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder", + "/users/{user-id}/calendarView/{event-id}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/dismissReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder" + ] + }, + "/users/{user-id}/events/{event-id}/snoozeReminder": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action snoozeReminder", + "operationId": "users.events.snoozeReminder", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "NewReminderTime": { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendar/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder", + "/users/{user-id}/calendarView/{event-id}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/snoozeReminder", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder" + ] + }, + "/users/{user-id}/events/{event-id}/tentativelyAccept": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action tentativelyAccept", + "operationId": "users.events.tentativelyAccept", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "SendResponse": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendar/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept", + "/users/{user-id}/calendarView/{event-id}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/tentativelyAccept", + "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept" + ] + }, + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.events.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.events.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.events.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.events.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.events.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.events.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.events.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.events.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.events.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.events.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.events.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.events.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.events.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.events.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.events.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.events.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "event-id", + "in": "path", + "description": "key: id of event", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "event" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/events/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.events.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/extensions": { + "get": { + "tags": [ + "users.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/inferenceClassification": { + "get": { + "tags": [ + "users.inferenceClassification" + ], + "summary": "Get inferenceClassification from users", + "operationId": "users.GetInferenceClassification", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "overrides" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassification" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.inferenceClassification" + ], + "summary": "Update the navigation property inferenceClassification in users", + "operationId": "users.UpdateInferenceClassification", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassification" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.inferenceClassification" + ], + "summary": "Delete navigation property inferenceClassification for users", + "operationId": "users.DeleteInferenceClassification", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/inferenceClassification/overrides": { + "get": { + "tags": [ + "users.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Get overrides from users", + "operationId": "users.inferenceClassification.ListOverrides", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "classifyAs", + "classifyAs desc", + "senderEmailAddress", + "senderEmailAddress desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "classifyAs", + "senderEmailAddress" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of inferenceClassificationOverride", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Create new navigation property to overrides for users", + "operationId": "users.inferenceClassification.CreateOverrides", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}": { + "get": { + "tags": [ + "users.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Get overrides from users", + "operationId": "users.inferenceClassification.GetOverrides", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "inferenceClassificationOverride-id", + "in": "path", + "description": "key: id of inferenceClassificationOverride", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "inferenceClassificationOverride" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "classifyAs", + "senderEmailAddress" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Update the navigation property overrides in users", + "operationId": "users.inferenceClassification.UpdateOverrides", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "inferenceClassificationOverride-id", + "in": "path", + "description": "key: id of inferenceClassificationOverride", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "inferenceClassificationOverride" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.inferenceClassification.inferenceClassificationOverride" + ], + "summary": "Delete navigation property overrides for users", + "operationId": "users.inferenceClassification.DeleteOverrides", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "inferenceClassificationOverride-id", + "in": "path", + "description": "key: id of inferenceClassificationOverride", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "inferenceClassificationOverride" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights": { + "get": { + "tags": [ + "users.officeGraphInsights" + ], + "summary": "Get insights from users", + "operationId": "users.GetInsights", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "trending", + "shared", + "used" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "trending", + "shared", + "used" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.officeGraphInsights" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.officeGraphInsights" + ], + "summary": "Update the navigation property insights in users", + "operationId": "users.UpdateInsights", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.officeGraphInsights" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.officeGraphInsights" + ], + "summary": "Delete navigation property insights for users", + "operationId": "users.DeleteInsights", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/shared": { + "get": { + "tags": [ + "users.insights.sharedInsight" + ], + "summary": "Get shared from users", + "operationId": "users.insights.ListShared", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastShared", + "lastShared desc", + "sharingHistory", + "sharingHistory desc", + "resourceVisualization", + "resourceVisualization desc", + "resourceReference", + "resourceReference desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastShared", + "sharingHistory", + "resourceVisualization", + "resourceReference", + "lastSharedMethod", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "lastSharedMethod", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sharedInsight", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.insights.sharedInsight" + ], + "summary": "Create new navigation property to shared for users", + "operationId": "users.insights.CreateShared", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}": { + "get": { + "tags": [ + "users.insights.sharedInsight" + ], + "summary": "Get shared from users", + "operationId": "users.insights.GetShared", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastShared", + "sharingHistory", + "resourceVisualization", + "resourceReference", + "lastSharedMethod", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "lastSharedMethod", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.insights.sharedInsight" + ], + "summary": "Update the navigation property shared in users", + "operationId": "users.insights.UpdateShared", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.insights.sharedInsight" + ], + "summary": "Delete navigation property shared for users", + "operationId": "users.insights.DeleteShared", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod": { + "get": { + "tags": [ + "users.insights.shared.entity" + ], + "summary": "Get lastSharedMethod from users", + "operationId": "users.insights.shared.GetLastSharedMethod", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Entity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/$ref": { + "get": { + "tags": [ + "users.insights.shared.entity" + ], + "summary": "Get ref of lastSharedMethod from users", + "operationId": "users.insights.shared.GetRefLastSharedMethod", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.insights.shared.entity" + ], + "summary": "Update the ref of navigation property lastSharedMethod in users", + "operationId": "users.insights.shared.UpdateRefLastSharedMethod", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.insights.shared.entity" + ], + "summary": "Delete ref of navigation property lastSharedMethod for users", + "operationId": "users.insights.shared.DeleteRefLastSharedMethod", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/commit": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action commit", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.mobileAppContentFile.commit", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileEncryptionInfo" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/renewUpload": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action renewUpload", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.mobileAppContentFile.renewUpload", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action assign", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action assign", + "operationId": "users.insights.shared.lastSharedMethod.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.lastSharedMethod.Range.boundingRect", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.lastSharedMethod.Range.cell", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.Range.clear", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.lastSharedMethod.Range.column", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.Range.columnsAfter-43bb", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.lastSharedMethod.Range.columnsAfter-0669", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.Range.columnsBefore-b5c5", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.lastSharedMethod.Range.columnsBefore-b7c6", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.lastSharedMethod.Range.delete", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.lastSharedMethod.Range.entireColumn", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.lastSharedMethod.Range.entireRow", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.lastSharedMethod.Range.insert", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.lastSharedMethod.Range.intersection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.lastSharedMethod.Range.lastCell", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.lastSharedMethod.Range.lastColumn", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.lastSharedMethod.Range.lastRow", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.lastSharedMethod.Range.merge", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "across": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.lastSharedMethod.Range.offsetRange", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.lastSharedMethod.Range.resizedRange", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.lastSharedMethod.Range.row", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.Range.rowsAbove-80e1", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.lastSharedMethod.Range.rowsAbove-d2c7", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.Range.rowsBelow-2035", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.lastSharedMethod.Range.rowsBelow-cfc7", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.lastSharedMethod.Range.unmerge", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.Range.usedRange-5ff6", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.lastSharedMethod.Range.usedRange-63c8", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.lastSharedMethod.Range.visibleView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.lastSharedMethod.RangeFill.clear", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.lastSharedMethod.RangeFormat.autofitColumns", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.lastSharedMethod.RangeFormat.autofitRows", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.lastSharedMethod.RangeSort.apply", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "hasHeaders": { + "type": "boolean", + "default": false + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.lastSharedMethod.RangeView.range", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeView/range()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource": { + "get": { + "tags": [ + "users.insights.shared.entity" + ], + "summary": "Get resource from users", + "operationId": "users.insights.shared.GetResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Entity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/$ref": { + "get": { + "tags": [ + "users.insights.shared.entity" + ], + "summary": "Get ref of resource from users", + "operationId": "users.insights.shared.GetRefResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.insights.shared.entity" + ], + "summary": "Update the ref of navigation property resource in users", + "operationId": "users.insights.shared.UpdateRefResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.insights.shared.entity" + ], + "summary": "Delete ref of navigation property resource for users", + "operationId": "users.insights.shared.DeleteRefResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "users.insights.shared.resource.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/targetApps", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action commit", + "operationId": "users.insights.shared.resource.microsoft.graph.mobileAppContentFile.commit", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileEncryptionInfo" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/commit", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action renewUpload", + "operationId": "users.insights.shared.resource.microsoft.graph.mobileAppContentFile.renewUpload", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/renewUpload", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action assign", + "operationId": "users.insights.shared.resource.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action assign", + "operationId": "users.insights.shared.resource.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.shared.resource.Range.boundingRect", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.shared.resource.Range.cell", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.Range.clear", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.shared.resource.Range.column", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/column(column={column})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.Range.columnsAfter-43bb", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.shared.resource.Range.columnsAfter-0669", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.Range.columnsBefore-b5c5", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.shared.resource.Range.columnsBefore-b7c6", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.shared.resource.Range.delete", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/delete" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.shared.resource.Range.entireColumn", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/entireColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.shared.resource.Range.entireRow", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/entireRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.shared.resource.Range.insert", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/insert" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.shared.resource.Range.intersection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.shared.resource.Range.lastCell", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastCell()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.shared.resource.Range.lastColumn", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastColumn()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.shared.resource.Range.lastRow", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastRow()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.shared.resource.Range.merge", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "across": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/merge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.shared.resource.Range.offsetRange", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.shared.resource.Range.resizedRange", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.shared.resource.Range.row", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/row(row={row})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.Range.rowsAbove-80e1", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.shared.resource.Range.rowsAbove-d2c7", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.Range.rowsBelow-2035", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.shared.resource.Range.rowsBelow-cfc7", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.shared.resource.Range.unmerge", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/unmerge" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.Range.usedRange-5ff6", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.shared.resource.Range.usedRange-63c8", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.shared.resource.Range.visibleView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/visibleView()" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.shared.resource.RangeFill.clear", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.shared.resource.RangeFormat.autofitColumns", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.shared.resource.RangeFormat.autofitRows", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.shared.resource.RangeSort.apply", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "hasHeaders": { + "type": "boolean", + "default": false + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeSort/apply" + ] + }, + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.shared.resource.RangeView.range", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sharedInsight-id", + "in": "path", + "description": "key: id of sharedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sharedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeView/range()" + ] + }, + "/users/{user-id}/insights/trending": { + "get": { + "tags": [ + "users.insights.trending" + ], + "summary": "Get trending from users", + "operationId": "users.insights.ListTrending", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "weight", + "weight desc", + "resourceVisualization", + "resourceVisualization desc", + "resourceReference", + "resourceReference desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "weight", + "resourceVisualization", + "resourceReference", + "lastModifiedDateTime", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of trending", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.insights.trending" + ], + "summary": "Create new navigation property to trending for users", + "operationId": "users.insights.CreateTrending", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/trending/{trending-id}": { + "get": { + "tags": [ + "users.insights.trending" + ], + "summary": "Get trending from users", + "operationId": "users.insights.GetTrending", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "weight", + "resourceVisualization", + "resourceReference", + "lastModifiedDateTime", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.insights.trending" + ], + "summary": "Update the navigation property trending in users", + "operationId": "users.insights.UpdateTrending", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.insights.trending" + ], + "summary": "Delete navigation property trending for users", + "operationId": "users.insights.DeleteTrending", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/trending/{trending-id}/resource": { + "get": { + "tags": [ + "users.insights.trending.entity" + ], + "summary": "Get resource from users", + "operationId": "users.insights.trending.GetResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Entity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/$ref": { + "get": { + "tags": [ + "users.insights.trending.entity" + ], + "summary": "Get ref of resource from users", + "operationId": "users.insights.trending.GetRefResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.insights.trending.entity" + ], + "summary": "Update the ref of navigation property resource in users", + "operationId": "users.insights.trending.UpdateRefResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.insights.trending.entity" + ], + "summary": "Delete ref of navigation property resource for users", + "operationId": "users.insights.trending.DeleteRefResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "users.insights.trending.resource.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/targetApps", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/commit": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action commit", + "operationId": "users.insights.trending.resource.microsoft.graph.mobileAppContentFile.commit", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileEncryptionInfo" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/commit", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action renewUpload", + "operationId": "users.insights.trending.resource.microsoft.graph.mobileAppContentFile.renewUpload", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/renewUpload", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action assign", + "operationId": "users.insights.trending.resource.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action assign", + "operationId": "users.insights.trending.resource.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.trending.resource.Range.boundingRect", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.trending.resource.Range.cell", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/cell(row={row},column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.Range.clear", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.trending.resource.Range.column", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/column(column={column})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/column(column={column})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.Range.columnsAfter-43bb", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.trending.resource.Range.columnsAfter-0669", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.Range.columnsBefore-b5c5", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.trending.resource.Range.columnsBefore-b7c6", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.trending.resource.Range.delete", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/delete", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/delete" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.trending.resource.Range.entireColumn", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/entireColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/entireColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.trending.resource.Range.entireRow", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/entireRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/entireRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.trending.resource.Range.insert", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/insert", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/insert" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.trending.resource.Range.intersection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.trending.resource.Range.lastCell", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastCell()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastCell()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.trending.resource.Range.lastColumn", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastColumn()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastColumn()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.trending.resource.Range.lastRow", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastRow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastRow()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.trending.resource.Range.merge", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "across": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/merge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/merge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.trending.resource.Range.offsetRange", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.trending.resource.Range.resizedRange", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.trending.resource.Range.row", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/row(row={row})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/row(row={row})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.Range.rowsAbove-80e1", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.trending.resource.Range.rowsAbove-d2c7", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.Range.rowsBelow-2035", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.trending.resource.Range.rowsBelow-cfc7", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.trending.resource.Range.unmerge", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/unmerge", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/unmerge" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.Range.usedRange-5ff6", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.trending.resource.Range.usedRange-63c8", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.trending.resource.Range.visibleView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/visibleView()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/visibleView()" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.trending.resource.RangeFill.clear", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.trending.resource.RangeFormat.autofitColumns", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitColumns", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.trending.resource.RangeFormat.autofitRows", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitRows", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.trending.resource.RangeSort.apply", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "hasHeaders": { + "type": "boolean", + "default": false + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeSort/apply", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeSort/apply" + ] + }, + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.trending.resource.RangeView.range", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "trending-id", + "in": "path", + "description": "key: id of trending", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "trending" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeView/range()", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeView/range()" + ] + }, + "/users/{user-id}/insights/used": { + "get": { + "tags": [ + "users.insights.usedInsight" + ], + "summary": "Get used from users", + "operationId": "users.insights.ListUsed", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastUsed", + "lastUsed desc", + "resourceVisualization", + "resourceVisualization desc", + "resourceReference", + "resourceReference desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastUsed", + "resourceVisualization", + "resourceReference", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of usedInsight", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.insights.usedInsight" + ], + "summary": "Create new navigation property to used for users", + "operationId": "users.insights.CreateUsed", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/used/{usedInsight-id}": { + "get": { + "tags": [ + "users.insights.usedInsight" + ], + "summary": "Get used from users", + "operationId": "users.insights.GetUsed", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastUsed", + "resourceVisualization", + "resourceReference", + "resource" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "resource" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.insights.usedInsight" + ], + "summary": "Update the navigation property used in users", + "operationId": "users.insights.UpdateUsed", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.insights.usedInsight" + ], + "summary": "Delete navigation property used for users", + "operationId": "users.insights.DeleteUsed", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource": { + "get": { + "tags": [ + "users.insights.used.entity" + ], + "summary": "Get resource from users", + "operationId": "users.insights.used.GetResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Entity" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/$ref": { + "get": { + "tags": [ + "users.insights.used.entity" + ], + "summary": "Get ref of resource from users", + "operationId": "users.insights.used.GetRefResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.insights.used.entity" + ], + "summary": "Update the ref of navigation property resource in users", + "operationId": "users.insights.used.UpdateRefResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.insights.used.entity" + ], + "summary": "Delete ref of navigation property resource for users", + "operationId": "users.insights.used.DeleteRefResource", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action targetApps", + "operationId": "users.insights.used.resource.microsoft.graph.managedAppProtection.targetApps", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "apps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/targetApps", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/targetApps", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/targetApps" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action commit", + "operationId": "users.insights.used.resource.microsoft.graph.mobileAppContentFile.commit", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fileEncryptionInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileEncryptionInfo" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/commit", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/commit", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/commit" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action renewUpload", + "operationId": "users.insights.used.resource.microsoft.graph.mobileAppContentFile.renewUpload", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/renewUpload", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/renewUpload" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action assign", + "operationId": "users.insights.used.resource.microsoft.graph.targetedManagedAppProtection.assign", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action assign", + "operationId": "users.insights.used.resource.microsoft.graph.windowsInformationProtection.assign", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "assignments": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/assign", + "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/assign", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/assign" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function boundingRect", + "operationId": "users.insights.used.resource.Range.boundingRect", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/boundingRect(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/boundingRect(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/cell(row={row},column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function cell", + "operationId": "users.insights.used.resource.Range.cell", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/cell(row={row},column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/cell(row={row},column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/cell(row={row},column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.Range.clear", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFill/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/column(column={column})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function column", + "operationId": "users.insights.used.resource.Range.column", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/column(column={column})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/column(column={column})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/column(column={column})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.Range.columnsAfter-43bb", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsAfter", + "operationId": "users.insights.used.resource.Range.columnsAfter-0669", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsAfter(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsAfter()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.Range.columnsBefore-b5c5", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function columnsBefore", + "operationId": "users.insights.used.resource.Range.columnsBefore-b7c6", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/columnsBefore(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/columnsBefore()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/delete": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action delete", + "operationId": "users.insights.used.resource.Range.delete", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/delete", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/delete", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/delete" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/entireColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireColumn", + "operationId": "users.insights.used.resource.Range.entireColumn", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/entireColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/entireColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/entireRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function entireRow", + "operationId": "users.insights.used.resource.Range.entireRow", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/entireRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/entireRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/entireRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/insert": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action insert", + "operationId": "users.insights.used.resource.Range.insert", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/insert", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/insert", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/insert" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function intersection", + "operationId": "users.insights.used.resource.Range.intersection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "anotherRange", + "in": "path", + "description": "Usage: anotherRange={anotherRange}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/intersection(anotherRange={anotherRange})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/intersection(anotherRange={anotherRange})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastCell()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastCell", + "operationId": "users.insights.used.resource.Range.lastCell", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastCell()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastCell()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastCell()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastColumn()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastColumn", + "operationId": "users.insights.used.resource.Range.lastColumn", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastColumn()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastColumn()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastColumn()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/lastRow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function lastRow", + "operationId": "users.insights.used.resource.Range.lastRow", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/lastRow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/lastRow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/lastRow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/merge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action merge", + "operationId": "users.insights.used.resource.Range.merge", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "across": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/merge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/merge", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/merge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function offsetRange", + "operationId": "users.insights.used.resource.Range.offsetRange", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "rowOffset", + "in": "path", + "description": "Usage: rowOffset={rowOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "columnOffset", + "in": "path", + "description": "Usage: columnOffset={columnOffset}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function resizedRange", + "operationId": "users.insights.used.resource.Range.resizedRange", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "deltaRows", + "in": "path", + "description": "Usage: deltaRows={deltaRows}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "deltaColumns", + "in": "path", + "description": "Usage: deltaColumns={deltaColumns}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/row(row={row})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function row", + "operationId": "users.insights.used.resource.Range.row", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/row(row={row})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/row(row={row})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/row(row={row})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.Range.rowsAbove-80e1", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsAbove", + "operationId": "users.insights.used.resource.Range.rowsAbove-d2c7", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsAbove(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsAbove()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.Range.rowsBelow-2035", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow(count={count})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function rowsBelow", + "operationId": "users.insights.used.resource.Range.rowsBelow-cfc7", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "count", + "in": "path", + "description": "Usage: count={count}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/rowsBelow(count={count})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/rowsBelow()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/unmerge": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action unmerge", + "operationId": "users.insights.used.resource.Range.unmerge", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/unmerge", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/unmerge", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/unmerge" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.Range.usedRange-5ff6", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "users.insights.used.resource.Range.usedRange-63c8", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/usedRange(valuesOnly={valuesOnly})", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/usedRange()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/visibleView()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function visibleView", + "operationId": "users.insights.used.resource.Range.visibleView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeView" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/visibleView()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/visibleView()", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/visibleView()" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFill/clear": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action clear", + "operationId": "users.insights.used.resource.RangeFill.clear", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFill/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/Range/clear", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/Range/clear", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFill/clear", + "/users/{user-id}/insights/used/{usedInsight-id}/resource/Range/clear" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFormat/autofitColumns": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitColumns", + "operationId": "users.insights.used.resource.RangeFormat.autofitColumns", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitColumns", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitColumns", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFormat/autofitColumns" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeFormat/autofitRows": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action autofitRows", + "operationId": "users.insights.used.resource.RangeFormat.autofitRows", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeFormat/autofitRows", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeFormat/autofitRows", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeFormat/autofitRows" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeSort/apply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action apply", + "operationId": "users.insights.used.resource.RangeSort.apply", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "hasHeaders": { + "type": "boolean", + "default": false + }, + "orientation": { + "type": "string" + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeSort/apply", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeSort/apply", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeSort/apply" + ] + }, + "/users/{user-id}/insights/used/{usedInsight-id}/resource/RangeView/range()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function range", + "operationId": "users.insights.used.resource.RangeView.range", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "usedInsight-id", + "in": "path", + "description": "key: id of usedInsight", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "usedInsight" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/RangeView/range()", + "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/RangeView/range()", + "/users/{user-id}/insights/trending/{trending-id}/resource/RangeView/range()" + ] + }, + "/users/{user-id}/licenseDetails": { + "get": { + "tags": [ + "users.licenseDetails" + ], + "summary": "Get licenseDetails from users", + "operationId": "users.ListLicenseDetails", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "servicePlans", + "servicePlans desc", + "skuId", + "skuId desc", + "skuPartNumber", + "skuPartNumber desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "servicePlans", + "skuId", + "skuPartNumber" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of licenseDetails", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.licenseDetails" + ], + "summary": "Create new navigation property to licenseDetails for users", + "operationId": "users.CreateLicenseDetails", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/licenseDetails/{licenseDetails-id}": { + "get": { + "tags": [ + "users.licenseDetails" + ], + "summary": "Get licenseDetails from users", + "operationId": "users.GetLicenseDetails", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "licenseDetails-id", + "in": "path", + "description": "key: id of licenseDetails", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "licenseDetails" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "servicePlans", + "skuId", + "skuPartNumber" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.licenseDetails" + ], + "summary": "Update the navigation property licenseDetails in users", + "operationId": "users.UpdateLicenseDetails", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "licenseDetails-id", + "in": "path", + "description": "key: id of licenseDetails", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "licenseDetails" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.licenseDetails" + ], + "summary": "Delete navigation property licenseDetails for users", + "operationId": "users.DeleteLicenseDetails", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "licenseDetails-id", + "in": "path", + "description": "key: id of licenseDetails", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "licenseDetails" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders": { + "get": { + "tags": [ + "users.mailFolder" + ], + "summary": "Get mailFolders from users", + "operationId": "users.ListMailFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "parentFolderId", + "parentFolderId desc", + "childFolderCount", + "childFolderCount desc", + "unreadItemCount", + "unreadItemCount desc", + "totalItemCount", + "totalItemCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "parentFolderId", + "childFolderCount", + "unreadItemCount", + "totalItemCount", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mailFolder", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolder" + ], + "summary": "Create new navigation property to mailFolders for users", + "operationId": "users.CreateMailFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}": { + "get": { + "tags": [ + "users.mailFolder" + ], + "summary": "Get mailFolders from users", + "operationId": "users.GetMailFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "parentFolderId", + "childFolderCount", + "unreadItemCount", + "totalItemCount", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolder" + ], + "summary": "Update the navigation property mailFolders in users", + "operationId": "users.UpdateMailFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolder" + ], + "summary": "Delete navigation property mailFolders for users", + "operationId": "users.DeleteMailFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders": { + "get": { + "tags": [ + "users.mailFolders.mailFolder" + ], + "summary": "Get childFolders from users", + "operationId": "users.mailFolders.ListChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "parentFolderId", + "parentFolderId desc", + "childFolderCount", + "childFolderCount desc", + "unreadItemCount", + "unreadItemCount desc", + "totalItemCount", + "totalItemCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "parentFolderId", + "childFolderCount", + "unreadItemCount", + "totalItemCount", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of mailFolder", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolders.mailFolder" + ], + "summary": "Create new navigation property to childFolders for users", + "operationId": "users.mailFolders.CreateChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}": { + "get": { + "tags": [ + "users.mailFolders.mailFolder" + ], + "summary": "Get childFolders from users", + "operationId": "users.mailFolders.GetChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "parentFolderId", + "childFolderCount", + "unreadItemCount", + "totalItemCount", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "messages", + "messageRules", + "childFolders", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolders.mailFolder" + ], + "summary": "Update the navigation property childFolders in users", + "operationId": "users.mailFolders.UpdateChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolders.mailFolder" + ], + "summary": "Delete navigation property childFolders for users", + "operationId": "users.mailFolders.DeleteChildFolders", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copy", + "operationId": "users.mailFolders.childFolders.copy", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "/users/{user-id}/messages/{message-id}/copy" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action move", + "operationId": "users.mailFolders.childFolders.move", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "mailFolder-id1", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "/users/{user-id}/messages/{message-id}/move" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.mailFolders.childFolders.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules": { + "get": { + "tags": [ + "users.mailFolders.messageRule" + ], + "summary": "Get messageRules from users", + "operationId": "users.mailFolders.ListMessageRules", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "sequence", + "sequence desc", + "conditions", + "conditions desc", + "actions", + "actions desc", + "exceptions", + "exceptions desc", + "isEnabled", + "isEnabled desc", + "hasError", + "hasError desc", + "isReadOnly", + "isReadOnly desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "sequence", + "conditions", + "actions", + "exceptions", + "isEnabled", + "hasError", + "isReadOnly" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of messageRule", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolders.messageRule" + ], + "summary": "Create new navigation property to messageRules for users", + "operationId": "users.mailFolders.CreateMessageRules", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}": { + "get": { + "tags": [ + "users.mailFolders.messageRule" + ], + "summary": "Get messageRules from users", + "operationId": "users.mailFolders.GetMessageRules", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "messageRule-id", + "in": "path", + "description": "key: id of messageRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "messageRule" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "sequence", + "conditions", + "actions", + "exceptions", + "isEnabled", + "hasError", + "isReadOnly" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolders.messageRule" + ], + "summary": "Update the navigation property messageRules in users", + "operationId": "users.mailFolders.UpdateMessageRules", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "messageRule-id", + "in": "path", + "description": "key: id of messageRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "messageRule" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolders.messageRule" + ], + "summary": "Delete navigation property messageRules for users", + "operationId": "users.mailFolders.DeleteMessageRules", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "messageRule-id", + "in": "path", + "description": "key: id of messageRule", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "messageRule" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages": { + "get": { + "tags": [ + "users.mailFolders.message" + ], + "summary": "Get messages from users", + "operationId": "users.mailFolders.ListMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "receivedDateTime", + "receivedDateTime desc", + "sentDateTime", + "sentDateTime desc", + "hasAttachments", + "hasAttachments desc", + "internetMessageId", + "internetMessageId desc", + "internetMessageHeaders", + "internetMessageHeaders desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "parentFolderId", + "parentFolderId desc", + "sender", + "sender desc", + "from", + "from desc", + "toRecipients", + "toRecipients desc", + "ccRecipients", + "ccRecipients desc", + "bccRecipients", + "bccRecipients desc", + "replyTo", + "replyTo desc", + "conversationId", + "conversationId desc", + "uniqueBody", + "uniqueBody desc", + "isDeliveryReceiptRequested", + "isDeliveryReceiptRequested desc", + "isReadReceiptRequested", + "isReadReceiptRequested desc", + "isRead", + "isRead desc", + "isDraft", + "isDraft desc", + "webLink", + "webLink desc", + "inferenceClassification", + "inferenceClassification desc", + "flag", + "flag desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "receivedDateTime", + "sentDateTime", + "hasAttachments", + "internetMessageId", + "internetMessageHeaders", + "subject", + "body", + "bodyPreview", + "importance", + "parentFolderId", + "sender", + "from", + "toRecipients", + "ccRecipients", + "bccRecipients", + "replyTo", + "conversationId", + "uniqueBody", + "isDeliveryReceiptRequested", + "isReadReceiptRequested", + "isRead", + "isDraft", + "webLink", + "inferenceClassification", + "flag", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of message", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolders.message" + ], + "summary": "Create new navigation property to messages for users", + "operationId": "users.mailFolders.CreateMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}": { + "get": { + "tags": [ + "users.mailFolders.message" + ], + "summary": "Get messages from users", + "operationId": "users.mailFolders.GetMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "receivedDateTime", + "sentDateTime", + "hasAttachments", + "internetMessageId", + "internetMessageHeaders", + "subject", + "body", + "bodyPreview", + "importance", + "parentFolderId", + "sender", + "from", + "toRecipients", + "ccRecipients", + "bccRecipients", + "replyTo", + "conversationId", + "uniqueBody", + "isDeliveryReceiptRequested", + "isReadReceiptRequested", + "isRead", + "isDraft", + "webLink", + "inferenceClassification", + "flag", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolders.message" + ], + "summary": "Update the navigation property messages in users", + "operationId": "users.mailFolders.UpdateMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolders.message" + ], + "summary": "Delete navigation property messages for users", + "operationId": "users.mailFolders.DeleteMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments": { + "get": { + "tags": [ + "users.mailFolders.messages.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.mailFolders.messages.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolders.messages.attachment" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.mailFolders.messages.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/attachments" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.mailFolders.messages.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.mailFolders.messages.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolders.messages.attachment" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.mailFolders.messages.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolders.messages.attachment" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.mailFolders.messages.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions": { + "get": { + "tags": [ + "users.mailFolders.messages.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.mailFolders.messages.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolders.messages.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.mailFolders.messages.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/extensions" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.mailFolders.messages.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.mailFolders.messages.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolders.messages.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.mailFolders.messages.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolders.messages.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.mailFolders.messages.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copy", + "operationId": "users.mailFolders.messages.copy", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "/users/{user-id}/messages/{message-id}/copy" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action createForward", + "operationId": "users.mailFolders.messages.createForward", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/createForward" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action createReply", + "operationId": "users.mailFolders.messages.createReply", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/createReply" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action createReplyAll", + "operationId": "users.mailFolders.messages.createReplyAll", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/createReplyAll" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action forward", + "operationId": "users.mailFolders.messages.forward", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "ToRecipients": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/forward" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action move", + "operationId": "users.mailFolders.messages.move", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "/users/{user-id}/messages/{message-id}/move" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action reply", + "operationId": "users.mailFolders.messages.reply", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/reply" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action replyAll", + "operationId": "users.mailFolders.messages.replyAll", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/replyAll" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action send", + "operationId": "users.mailFolders.messages.send", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/send" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.mailFolders.messages.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.mailFolders.messages.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.mailFolders.messages.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.mailFolders.messages.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolders.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.mailFolders.messages.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.mailFolders.messages.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.mailFolders.messages.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.mailFolders.messages.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.mailFolders.messages.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolders.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.mailFolders.messages.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.mailFolders.messages.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/copy": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copy", + "operationId": "users.mailFolders.copy", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "/users/{user-id}/messages/{message-id}/copy" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/move": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action move", + "operationId": "users.mailFolders.move", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "/users/{user-id}/messages/{message-id}/move" + ] + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.mailFolders.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.mailFolders.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.mailFolders.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.mailFolders.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolders.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.mailFolders.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.mailFolders.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.mailFolders.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.mailFolders.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.mailFolders.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.mailFolders.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.mailFolders.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "mailFolder-id", + "in": "path", + "description": "key: id of mailFolder", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "mailFolder" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/mailFolders/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.mailFolders.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/messages/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/managedAppRegistrations": { + "get": { + "tags": [ + "users.managedAppRegistration" + ], + "summary": "Get managedAppRegistrations from users", + "operationId": "users.ListManagedAppRegistrations", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "applicationVersion", + "applicationVersion desc", + "managementSdkVersion", + "managementSdkVersion desc", + "platformVersion", + "platformVersion desc", + "deviceType", + "deviceType desc", + "deviceTag", + "deviceTag desc", + "deviceName", + "deviceName desc", + "flaggedReasons", + "flaggedReasons desc", + "userId", + "userId desc", + "appIdentifier", + "appIdentifier desc", + "version", + "version desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastSyncDateTime", + "applicationVersion", + "managementSdkVersion", + "platformVersion", + "deviceType", + "deviceTag", + "deviceName", + "flaggedReasons", + "userId", + "appIdentifier", + "version", + "appliedPolicies", + "intendedPolicies", + "operations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "appliedPolicies", + "intendedPolicies", + "operations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedAppRegistration", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/managedAppRegistrations/$ref": { + "get": { + "tags": [ + "users.managedAppRegistration" + ], + "summary": "Get ref of managedAppRegistrations from users", + "operationId": "users.ListRefManagedAppRegistrations", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "applicationVersion", + "applicationVersion desc", + "managementSdkVersion", + "managementSdkVersion desc", + "platformVersion", + "platformVersion desc", + "deviceType", + "deviceType desc", + "deviceTag", + "deviceTag desc", + "deviceName", + "deviceName desc", + "flaggedReasons", + "flaggedReasons desc", + "userId", + "userId desc", + "appIdentifier", + "appIdentifier desc", + "version", + "version desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of managedAppRegistration", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.managedAppRegistration" + ], + "summary": "Create new navigation property ref to managedAppRegistrations for users", + "operationId": "users.CreateRefManagedAppRegistrations", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function getUserIdsWithFlaggedAppRegistration", + "operationId": "users.managedAppRegistrations.getUserIdsWithFlaggedAppRegistration", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/users/{user-id}/managedDevices": { + "get": { + "tags": [ + "users.managedDevice" + ], + "summary": "Get managedDevices from users", + "operationId": "users.ListManagedDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "userId", + "userId desc", + "deviceName", + "deviceName desc", + "managedDeviceOwnerType", + "managedDeviceOwnerType desc", + "deviceActionResults", + "deviceActionResults desc", + "enrolledDateTime", + "enrolledDateTime desc", + "lastSyncDateTime", + "lastSyncDateTime desc", + "operatingSystem", + "operatingSystem desc", + "complianceState", + "complianceState desc", + "jailBroken", + "jailBroken desc", + "managementAgent", + "managementAgent desc", + "osVersion", + "osVersion desc", + "easActivated", + "easActivated desc", + "easDeviceId", + "easDeviceId desc", + "easActivationDateTime", + "easActivationDateTime desc", + "azureADRegistered", + "azureADRegistered desc", + "deviceEnrollmentType", + "deviceEnrollmentType desc", + "activationLockBypassCode", + "activationLockBypassCode desc", + "emailAddress", + "emailAddress desc", + "azureADDeviceId", + "azureADDeviceId desc", + "deviceRegistrationState", + "deviceRegistrationState desc", + "deviceCategoryDisplayName", + "deviceCategoryDisplayName desc", + "isSupervised", + "isSupervised desc", + "exchangeLastSuccessfulSyncDateTime", + "exchangeLastSuccessfulSyncDateTime desc", + "exchangeAccessState", + "exchangeAccessState desc", + "exchangeAccessStateReason", + "exchangeAccessStateReason desc", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionUrl desc", + "remoteAssistanceSessionErrorDetails", + "remoteAssistanceSessionErrorDetails desc", + "isEncrypted", + "isEncrypted desc", + "userPrincipalName", + "userPrincipalName desc", + "model", + "model desc", + "manufacturer", + "manufacturer desc", + "imei", + "imei desc", + "complianceGracePeriodExpirationDateTime", + "complianceGracePeriodExpirationDateTime desc", + "serialNumber", + "serialNumber desc", + "phoneNumber", + "phoneNumber desc", + "androidSecurityPatchLevel", + "androidSecurityPatchLevel desc", + "userDisplayName", + "userDisplayName desc", + "configurationManagerClientEnabledFeatures", + "configurationManagerClientEnabledFeatures desc", + "wiFiMacAddress", + "wiFiMacAddress desc", + "deviceHealthAttestationState", + "deviceHealthAttestationState desc", + "subscriberCarrier", + "subscriberCarrier desc", + "meid", + "meid desc", + "totalStorageSpaceInBytes", + "totalStorageSpaceInBytes desc", + "freeStorageSpaceInBytes", + "freeStorageSpaceInBytes desc", + "managedDeviceName", + "managedDeviceName desc", + "partnerReportedThreatState", + "partnerReportedThreatState desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userId", + "deviceName", + "managedDeviceOwnerType", + "deviceActionResults", + "enrolledDateTime", + "lastSyncDateTime", + "operatingSystem", + "complianceState", + "jailBroken", + "managementAgent", + "osVersion", + "easActivated", + "easDeviceId", + "easActivationDateTime", + "azureADRegistered", + "deviceEnrollmentType", + "activationLockBypassCode", + "emailAddress", + "azureADDeviceId", + "deviceRegistrationState", + "deviceCategoryDisplayName", + "isSupervised", + "exchangeLastSuccessfulSyncDateTime", + "exchangeAccessState", + "exchangeAccessStateReason", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionErrorDetails", + "isEncrypted", + "userPrincipalName", + "model", + "manufacturer", + "imei", + "complianceGracePeriodExpirationDateTime", + "serialNumber", + "phoneNumber", + "androidSecurityPatchLevel", + "userDisplayName", + "configurationManagerClientEnabledFeatures", + "wiFiMacAddress", + "deviceHealthAttestationState", + "subscriberCarrier", + "meid", + "totalStorageSpaceInBytes", + "freeStorageSpaceInBytes", + "managedDeviceName", + "partnerReportedThreatState", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of managedDevice", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.managedDevice" + ], + "summary": "Create new navigation property to managedDevices for users", + "operationId": "users.CreateManagedDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}": { + "get": { + "tags": [ + "users.managedDevice" + ], + "summary": "Get managedDevices from users", + "operationId": "users.GetManagedDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "userId", + "deviceName", + "managedDeviceOwnerType", + "deviceActionResults", + "enrolledDateTime", + "lastSyncDateTime", + "operatingSystem", + "complianceState", + "jailBroken", + "managementAgent", + "osVersion", + "easActivated", + "easDeviceId", + "easActivationDateTime", + "azureADRegistered", + "deviceEnrollmentType", + "activationLockBypassCode", + "emailAddress", + "azureADDeviceId", + "deviceRegistrationState", + "deviceCategoryDisplayName", + "isSupervised", + "exchangeLastSuccessfulSyncDateTime", + "exchangeAccessState", + "exchangeAccessStateReason", + "remoteAssistanceSessionUrl", + "remoteAssistanceSessionErrorDetails", + "isEncrypted", + "userPrincipalName", + "model", + "manufacturer", + "imei", + "complianceGracePeriodExpirationDateTime", + "serialNumber", + "phoneNumber", + "androidSecurityPatchLevel", + "userDisplayName", + "configurationManagerClientEnabledFeatures", + "wiFiMacAddress", + "deviceHealthAttestationState", + "subscriberCarrier", + "meid", + "totalStorageSpaceInBytes", + "freeStorageSpaceInBytes", + "managedDeviceName", + "partnerReportedThreatState", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "deviceConfigurationStates", + "deviceCategory", + "deviceCompliancePolicyStates" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.managedDevice" + ], + "summary": "Update the navigation property managedDevices in users", + "operationId": "users.UpdateManagedDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.managedDevice" + ], + "summary": "Delete navigation property managedDevices for users", + "operationId": "users.DeleteManagedDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory": { + "get": { + "tags": [ + "users.managedDevices.deviceCategory" + ], + "summary": "Get deviceCategory from users", + "operationId": "users.managedDevices.GetDeviceCategory", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "description" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.managedDevices.deviceCategory" + ], + "summary": "Update the navigation property deviceCategory in users", + "operationId": "users.managedDevices.UpdateDeviceCategory", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.managedDevices.deviceCategory" + ], + "summary": "Delete navigation property deviceCategory for users", + "operationId": "users.managedDevices.DeleteDeviceCategory", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { + "get": { + "tags": [ + "users.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Get deviceCompliancePolicyStates from users", + "operationId": "users.managedDevices.ListDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "settingStates", + "settingStates desc", + "displayName", + "displayName desc", + "version", + "version desc", + "platformType", + "platformType desc", + "state", + "state desc", + "settingCount", + "settingCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceCompliancePolicyState", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Create new navigation property to deviceCompliancePolicyStates for users", + "operationId": "users.managedDevices.CreateDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { + "get": { + "tags": [ + "users.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Get deviceCompliancePolicyStates from users", + "operationId": "users.managedDevices.GetDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceCompliancePolicyState-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyState" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Update the navigation property deviceCompliancePolicyStates in users", + "operationId": "users.managedDevices.UpdateDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceCompliancePolicyState-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyState" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.managedDevices.deviceCompliancePolicyState" + ], + "summary": "Delete navigation property deviceCompliancePolicyStates for users", + "operationId": "users.managedDevices.DeleteDeviceCompliancePolicyStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceCompliancePolicyState-id", + "in": "path", + "description": "key: id of deviceCompliancePolicyState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceCompliancePolicyState" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates": { + "get": { + "tags": [ + "users.managedDevices.deviceConfigurationState" + ], + "summary": "Get deviceConfigurationStates from users", + "operationId": "users.managedDevices.ListDeviceConfigurationStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "settingStates", + "settingStates desc", + "displayName", + "displayName desc", + "version", + "version desc", + "platformType", + "platformType desc", + "state", + "state desc", + "settingCount", + "settingCount desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of deviceConfigurationState", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.managedDevices.deviceConfigurationState" + ], + "summary": "Create new navigation property to deviceConfigurationStates for users", + "operationId": "users.managedDevices.CreateDeviceConfigurationStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { + "get": { + "tags": [ + "users.managedDevices.deviceConfigurationState" + ], + "summary": "Get deviceConfigurationStates from users", + "operationId": "users.managedDevices.GetDeviceConfigurationStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceConfigurationState-id", + "in": "path", + "description": "key: id of deviceConfigurationState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationState" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "settingStates", + "displayName", + "version", + "platformType", + "state", + "settingCount" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.managedDevices.deviceConfigurationState" + ], + "summary": "Update the navigation property deviceConfigurationStates in users", + "operationId": "users.managedDevices.UpdateDeviceConfigurationStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceConfigurationState-id", + "in": "path", + "description": "key: id of deviceConfigurationState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationState" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.managedDevices.deviceConfigurationState" + ], + "summary": "Delete navigation property deviceConfigurationStates for users", + "operationId": "users.managedDevices.DeleteDeviceConfigurationStates", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + }, + { + "name": "deviceConfigurationState-id", + "in": "path", + "description": "key: id of deviceConfigurationState", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "deviceConfigurationState" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action bypassActivationLock", + "operationId": "users.managedDevices.bypassActivationLock", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action cleanWindowsDevice", + "operationId": "users.managedDevices.cleanWindowsDevice", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "keepUserData": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action deleteUserFromSharedAppleDevice", + "operationId": "users.managedDevices.deleteUserFromSharedAppleDevice", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "userPrincipalName": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action disableLostMode", + "operationId": "users.managedDevices.disableLostMode", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action locateDevice", + "operationId": "users.managedDevices.locateDevice", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action logoutSharedAppleDeviceActiveUser", + "operationId": "users.managedDevices.logoutSharedAppleDeviceActiveUser", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action rebootNow", + "operationId": "users.managedDevices.rebootNow", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action recoverPasscode", + "operationId": "users.managedDevices.recoverPasscode", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action remoteLock", + "operationId": "users.managedDevices.remoteLock", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action requestRemoteAssistance", + "operationId": "users.managedDevices.requestRemoteAssistance", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action resetPasscode", + "operationId": "users.managedDevices.resetPasscode", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/retire": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action retire", + "operationId": "users.managedDevices.retire", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action shutDown", + "operationId": "users.managedDevices.shutDown", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action syncDevice", + "operationId": "users.managedDevices.syncDevice", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action updateWindowsDeviceAccount", + "operationId": "users.managedDevices.updateWindowsDeviceAccount", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "updateWindowsDeviceAccountActionParameter": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.updateWindowsDeviceAccountActionParameter" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action windowsDefenderScan", + "operationId": "users.managedDevices.windowsDefenderScan", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "quickScan": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action windowsDefenderUpdateSignatures", + "operationId": "users.managedDevices.windowsDefenderUpdateSignatures", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/managedDevices/{managedDevice-id}/wipe": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action wipe", + "operationId": "users.managedDevices.wipe", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "managedDevice-id", + "in": "path", + "description": "key: id of managedDevice", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "managedDevice" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "keepEnrollmentData": { + "type": "boolean", + "default": false, + "nullable": true + }, + "keepUserData": { + "type": "boolean", + "default": false, + "nullable": true + }, + "macOsUnlockCode": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/manager": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get manager from users", + "operationId": "users.GetManager", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/manager/$ref": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get ref of manager from users", + "operationId": "users.GetRefManager", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property link", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.directoryObject" + ], + "summary": "Update the ref of navigation property manager in users", + "operationId": "users.UpdateRefManager", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref values", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.directoryObject" + ], + "summary": "Delete ref of navigation property manager for users", + "operationId": "users.DeleteRefManager", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/memberOf": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get memberOf from users", + "operationId": "users.ListMemberOf", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/memberOf/$ref": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get ref of memberOf from users", + "operationId": "users.ListRefMemberOf", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.directoryObject" + ], + "summary": "Create new navigation property ref to memberOf for users", + "operationId": "users.CreateRefMemberOf", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/messages": { + "get": { + "tags": [ + "users.message" + ], + "summary": "Get messages from users", + "operationId": "users.ListMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdDateTime", + "createdDateTime desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "changeKey", + "changeKey desc", + "categories", + "categories desc", + "receivedDateTime", + "receivedDateTime desc", + "sentDateTime", + "sentDateTime desc", + "hasAttachments", + "hasAttachments desc", + "internetMessageId", + "internetMessageId desc", + "internetMessageHeaders", + "internetMessageHeaders desc", + "subject", + "subject desc", + "body", + "body desc", + "bodyPreview", + "bodyPreview desc", + "importance", + "importance desc", + "parentFolderId", + "parentFolderId desc", + "sender", + "sender desc", + "from", + "from desc", + "toRecipients", + "toRecipients desc", + "ccRecipients", + "ccRecipients desc", + "bccRecipients", + "bccRecipients desc", + "replyTo", + "replyTo desc", + "conversationId", + "conversationId desc", + "uniqueBody", + "uniqueBody desc", + "isDeliveryReceiptRequested", + "isDeliveryReceiptRequested desc", + "isReadReceiptRequested", + "isReadReceiptRequested desc", + "isRead", + "isRead desc", + "isDraft", + "isDraft desc", + "webLink", + "webLink desc", + "inferenceClassification", + "inferenceClassification desc", + "flag", + "flag desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "receivedDateTime", + "sentDateTime", + "hasAttachments", + "internetMessageId", + "internetMessageHeaders", + "subject", + "body", + "bodyPreview", + "importance", + "parentFolderId", + "sender", + "from", + "toRecipients", + "ccRecipients", + "bccRecipients", + "replyTo", + "conversationId", + "uniqueBody", + "isDeliveryReceiptRequested", + "isReadReceiptRequested", + "isRead", + "isDraft", + "webLink", + "inferenceClassification", + "flag", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of message", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.message" + ], + "summary": "Create new navigation property to messages for users", + "operationId": "users.CreateMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/messages/{message-id}": { + "get": { + "tags": [ + "users.message" + ], + "summary": "Get messages from users", + "operationId": "users.GetMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdDateTime", + "lastModifiedDateTime", + "changeKey", + "categories", + "receivedDateTime", + "sentDateTime", + "hasAttachments", + "internetMessageId", + "internetMessageHeaders", + "subject", + "body", + "bodyPreview", + "importance", + "parentFolderId", + "sender", + "from", + "toRecipients", + "ccRecipients", + "bccRecipients", + "replyTo", + "conversationId", + "uniqueBody", + "isDeliveryReceiptRequested", + "isReadReceiptRequested", + "isRead", + "isDraft", + "webLink", + "inferenceClassification", + "flag", + "attachments", + "extensions", + "singleValueExtendedProperties", + "multiValueExtendedProperties" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.message" + ], + "summary": "Update the navigation property messages in users", + "operationId": "users.UpdateMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.message" + ], + "summary": "Delete navigation property messages for users", + "operationId": "users.DeleteMessages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/messages/{message-id}/attachments": { + "get": { + "tags": [ + "users.messages.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.messages.ListAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "contentType", + "contentType desc", + "size", + "size desc", + "isInline", + "isInline desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of attachment", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.messages.attachment" + ], + "summary": "Create new navigation property to attachments for users", + "operationId": "users.messages.CreateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments" + ] + }, + "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}": { + "get": { + "tags": [ + "users.messages.attachment" + ], + "summary": "Get attachments from users", + "operationId": "users.messages.GetAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedDateTime", + "name", + "contentType", + "size", + "isInline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.messages.attachment" + ], + "summary": "Update the navigation property attachments in users", + "operationId": "users.messages.UpdateAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.messages.attachment" + ], + "summary": "Delete navigation property attachments for users", + "operationId": "users.messages.DeleteAttachments", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "attachment-id", + "in": "path", + "description": "key: id of attachment", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "attachment" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}" + ] + }, + "/users/{user-id}/messages/{message-id}/extensions": { + "get": { + "tags": [ + "users.messages.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.messages.ListExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of extension", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.messages.extension" + ], + "summary": "Create new navigation property to extensions for users", + "operationId": "users.messages.CreateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions" + ] + }, + "/users/{user-id}/messages/{message-id}/extensions/{extension-id}": { + "get": { + "tags": [ + "users.messages.extension" + ], + "summary": "Get extensions from users", + "operationId": "users.messages.GetExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.messages.extension" + ], + "summary": "Update the navigation property extensions in users", + "operationId": "users.messages.UpdateExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.messages.extension" + ], + "summary": "Delete navigation property extensions for users", + "operationId": "users.messages.DeleteExtensions", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "extension-id", + "in": "path", + "description": "key: id of extension", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "extension" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}" + ] + }, + "/users/{user-id}/messages/{message-id}/copy": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copy", + "operationId": "users.messages.copy", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "/users/{user-id}/mailFolders/{mailFolder-id}/copy" + ] + }, + "/users/{user-id}/messages/{message-id}/createForward": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action createForward", + "operationId": "users.messages.createForward", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward" + ] + }, + "/users/{user-id}/messages/{message-id}/createReply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action createReply", + "operationId": "users.messages.createReply", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply" + ] + }, + "/users/{user-id}/messages/{message-id}/createReplyAll": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action createReplyAll", + "operationId": "users.messages.createReplyAll", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll" + ] + }, + "/users/{user-id}/messages/{message-id}/forward": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action forward", + "operationId": "users.messages.forward", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + }, + "ToRecipients": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward" + ] + }, + "/users/{user-id}/messages/{message-id}/move": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action move", + "operationId": "users.messages.move", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "DestinationId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "/users/{user-id}/mailFolders/{mailFolder-id}/move" + ] + }, + "/users/{user-id}/messages/{message-id}/reply": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action reply", + "operationId": "users.messages.reply", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply" + ] + }, + "/users/{user-id}/messages/{message-id}/replyAll": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action replyAll", + "operationId": "users.messages.replyAll", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Comment": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll" + ] + }, + "/users/{user-id}/messages/{message-id}/send": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action send", + "operationId": "users.messages.send", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send" + ] + }, + "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties": { + "get": { + "tags": [ + "users.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.messages.ListMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to multiValueExtendedProperties for users", + "operationId": "users.messages.CreateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties" + ] + }, + "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Get multiValueExtendedProperties from users", + "operationId": "users.messages.GetMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property multiValueExtendedProperties in users", + "operationId": "users.messages.UpdateMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.messages.multiValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property multiValueExtendedProperties for users", + "operationId": "users.messages.DeleteMultiValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "multiValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of multiValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "multiValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties": { + "get": { + "tags": [ + "users.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.messages.ListSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Create new navigation property to singleValueExtendedProperties for users", + "operationId": "users.messages.CreateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties" + ] + }, + "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { + "get": { + "tags": [ + "users.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Get singleValueExtendedProperties from users", + "operationId": "users.messages.GetSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Update the navigation property singleValueExtendedProperties in users", + "operationId": "users.messages.UpdateSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.messages.singleValueLegacyExtendedProperty" + ], + "summary": "Delete navigation property singleValueExtendedProperties for users", + "operationId": "users.messages.DeleteSingleValueExtendedProperties", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "message-id", + "in": "path", + "description": "key: id of message", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "message" + }, + { + "name": "singleValueLegacyExtendedProperty-id", + "in": "path", + "description": "key: id of singleValueLegacyExtendedProperty", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "singleValueLegacyExtendedProperty" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}" + ] + }, + "/users/{user-id}/messages/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.messages.delta", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/delta()" + ] + }, + "/users/{user-id}/assignLicense": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action assignLicense", + "operationId": "users.assignLicense", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "addLicenses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.assignedLicense" + } + }, + "removeLicenses": { + "type": "array", + "items": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.user" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/changePassword": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action changePassword", + "operationId": "users.changePassword", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "currentPassword": { + "type": "string", + "nullable": true + }, + "newPassword": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/checkMemberGroups": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action checkMemberGroups", + "operationId": "users.checkMemberGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/findMeetingTimes": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action findMeetingTimes", + "operationId": "users.findMeetingTimes", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Attendees": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attendeeBase" + } + ], + "nullable": true + } + }, + "LocationConstraint": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.locationConstraint" + } + ], + "nullable": true + }, + "TimeConstraint": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.timeConstraint" + } + ], + "nullable": true + }, + "MeetingDuration": { + "pattern": "^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$", + "type": "string", + "format": "duration", + "nullable": true + }, + "MaxCandidates": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "IsOrganizerOptional": { + "type": "boolean", + "default": false, + "nullable": true + }, + "ReturnSuggestionReasons": { + "type": "boolean", + "default": false, + "nullable": true + }, + "MinimumAttendeePercentage": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.meetingTimeSuggestionsResult" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/getMailTips": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action getMailTips", + "operationId": "users.getMailTips", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "EmailAddresses": { + "type": "array", + "items": { + "type": "string" + } + }, + "MailTipsOptions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailTipsType" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailTips" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/getManagedAppDiagnosticStatuses()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function getManagedAppDiagnosticStatuses", + "operationId": "users.getManagedAppDiagnosticStatuses", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppDiagnosticStatus" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/users/{user-id}/getManagedAppPolicies()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function getManagedAppPolicies", + "operationId": "users.getManagedAppPolicies", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/users/{user-id}/getMemberGroups": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action getMemberGroups", + "operationId": "users.getMemberGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/getMemberObjects": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action getMemberObjects", + "operationId": "users.getMemberObjects", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "securityEnabledOnly": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/reminderView(StartDateTime={StartDateTime},EndDateTime={EndDateTime})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function reminderView", + "operationId": "users.reminderView", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "StartDateTime", + "in": "path", + "description": "Usage: StartDateTime={StartDateTime}", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "EndDateTime", + "in": "path", + "description": "Usage: EndDateTime={EndDateTime}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.reminder" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/users/{user-id}/removeAllDevicesFromManagement": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action removeAllDevicesFromManagement", + "operationId": "users.removeAllDevicesFromManagement", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/restore": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action restore", + "operationId": "users.restore", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/sendMail": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action sendMail", + "operationId": "users.sendMail", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "Message": { + "$ref": "#/components/schemas/microsoft.graph.message" + }, + "SaveToSentItems": { + "type": "boolean", + "default": false, + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action wipeManagedAppRegistrationsByDeviceTag", + "operationId": "users.wipeManagedAppRegistrationsByDeviceTag", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "deviceTag": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/users/{user-id}/onenote": { + "get": { + "tags": [ + "users.onenote" + ], + "summary": "Get onenote from users", + "operationId": "users.GetOnenote", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "notebooks", + "sections", + "sectionGroups", + "pages", + "resources", + "operations" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "notebooks", + "sections", + "sectionGroups", + "pages", + "resources", + "operations" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote" + ], + "summary": "Update the navigation property onenote in users", + "operationId": "users.UpdateOnenote", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote" + ], + "summary": "Delete navigation property onenote for users", + "operationId": "users.DeleteOnenote", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/notebooks": { + "get": { + "tags": [ + "users.onenote.notebook" + ], + "summary": "Get notebooks from users", + "operationId": "users.onenote.ListNotebooks", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "userRole", + "userRole desc", + "isShared", + "isShared desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc", + "links", + "links desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of notebook", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.notebook" + ], + "summary": "Create new navigation property to notebooks for users", + "operationId": "users.onenote.CreateNotebooks", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}": { + "get": { + "tags": [ + "users.onenote.notebook" + ], + "summary": "Get notebooks from users", + "operationId": "users.onenote.GetNotebooks", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebook" + ], + "summary": "Update the navigation property notebooks in users", + "operationId": "users.onenote.UpdateNotebooks", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebook" + ], + "summary": "Delete navigation property notebooks for users", + "operationId": "users.onenote.DeleteNotebooks", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.notebooks.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.notebooks.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.notebooks.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.notebooks.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.notebooks.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.notebooks.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.notebooks.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.notebooks.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.notebooks.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.notebooks.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.notebooks.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.notebooks.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.notebooks.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.notebooks.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.notebooks.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.notebooks.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.notebooks.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.notebooks.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.notebooks.sectionGroups.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.notebooks.sectionGroups.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.notebooks.sectionGroups.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.notebooks.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.notebooks.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.notebooks.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.notebooks.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Create new navigation property to pages for users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property pages in users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property pages for users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get media content for the navigation property pages from users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.GetPagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update media content for the navigation property pages in users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.UpdatePagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function preview", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSection from users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.GetParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSection in users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSection for users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.notebooks.sectionGroups.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.notebooks.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.notebooks.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.notebooks.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.notebooks.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.notebooks.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.notebooks.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.notebooks.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.notebooks.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.notebooks.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.notebooks.sections.ListPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to pages for users", + "operationId": "users.onenote.notebooks.sections.CreatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.notebooks.sections.GetPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property pages in users", + "operationId": "users.onenote.notebooks.sections.UpdatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property pages for users", + "operationId": "users.onenote.notebooks.sections.DeletePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from users", + "operationId": "users.onenote.notebooks.sections.GetPagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in users", + "operationId": "users.onenote.notebooks.sections.UpdatePagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "users.onenote.notebooks.sections.pages.copyToSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "users.onenote.notebooks.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function preview", + "operationId": "users.onenote.notebooks.sections.pages.preview", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.notebooks.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.notebooks.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.notebooks.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.notebooks.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSection from users", + "operationId": "users.onenote.notebooks.sections.pages.GetParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSection in users", + "operationId": "users.onenote.notebooks.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSection for users", + "operationId": "users.onenote.notebooks.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.notebooks.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.notebooks.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.notebooks.sections.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.notebooks.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.notebooks.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.notebooks.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.notebooks.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.notebooks.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.notebooks.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.notebooks.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.notebooks.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "notebook-id", + "in": "path", + "description": "key: id of notebook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "notebook" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function getRecentNotebooks", + "operationId": "users.onenote.notebooks.getRecentNotebooks", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "includePersonalNotebooks", + "in": "path", + "description": "Usage: includePersonalNotebooks={includePersonalNotebooks}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recentNotebook" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/users/{user-id}/onenote/operations": { + "get": { + "tags": [ + "users.onenote.onenoteOperation" + ], + "summary": "Get operations from users", + "operationId": "users.onenote.ListOperations", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "status", + "status desc", + "createdDateTime", + "createdDateTime desc", + "lastActionDateTime", + "lastActionDateTime desc", + "resourceLocation", + "resourceLocation desc", + "resourceId", + "resourceId desc", + "error", + "error desc", + "percentComplete", + "percentComplete desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "createdDateTime", + "lastActionDateTime", + "resourceLocation", + "resourceId", + "error", + "percentComplete" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteOperation", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.onenoteOperation" + ], + "summary": "Create new navigation property to operations for users", + "operationId": "users.onenote.CreateOperations", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/operations/{onenoteOperation-id}": { + "get": { + "tags": [ + "users.onenote.onenoteOperation" + ], + "summary": "Get operations from users", + "operationId": "users.onenote.GetOperations", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "status", + "createdDateTime", + "lastActionDateTime", + "resourceLocation", + "resourceId", + "error", + "percentComplete" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.onenoteOperation" + ], + "summary": "Update the navigation property operations in users", + "operationId": "users.onenote.UpdateOperations", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.onenoteOperation" + ], + "summary": "Delete navigation property operations for users", + "operationId": "users.onenote.DeleteOperations", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteOperation-id", + "in": "path", + "description": "key: id of onenoteOperation", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteOperation" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/pages": { + "get": { + "tags": [ + "users.onenote.onenotePage" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.ListPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.onenotePage" + ], + "summary": "Create new navigation property to pages for users", + "operationId": "users.onenote.CreatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}": { + "get": { + "tags": [ + "users.onenote.onenotePage" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.GetPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.onenotePage" + ], + "summary": "Update the navigation property pages in users", + "operationId": "users.onenote.UpdatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.onenotePage" + ], + "summary": "Delete navigation property pages for users", + "operationId": "users.onenote.DeletePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "users.onenote.onenotePage" + ], + "summary": "Get media content for the navigation property pages from users", + "operationId": "users.onenote.GetPagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.onenotePage" + ], + "summary": "Update media content for the navigation property pages in users", + "operationId": "users.onenote.UpdatePagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "users.onenote.pages.copyToSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "users.onenote.pages.onenotePatchContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function preview", + "operationId": "users.onenote.pages.preview", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.pages.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Create new navigation property to pages for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property pages in users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property pages for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get media content for the navigation property pages from users", + "operationId": "users.onenote.parentNotebook.sectionGroups.sections.pages.GetPagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update media content for the navigation property pages in users", + "operationId": "users.onenote.parentNotebook.sectionGroups.sections.pages.UpdatePagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function preview", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.pages.parentNotebook.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.pages.parentNotebook.sections.ListPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Create new navigation property to pages for users", + "operationId": "users.onenote.pages.parentNotebook.sections.CreatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.pages.parentNotebook.sections.GetPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property pages in users", + "operationId": "users.onenote.pages.parentNotebook.sections.UpdatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property pages for users", + "operationId": "users.onenote.pages.parentNotebook.sections.DeletePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get media content for the navigation property pages from users", + "operationId": "users.onenote.parentNotebook.sections.pages.GetPagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update media content for the navigation property pages in users", + "operationId": "users.onenote.parentNotebook.sections.pages.UpdatePagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "users.onenote.pages.parentNotebook.sections.pages.copyToSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "users.onenote.pages.parentNotebook.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function preview", + "operationId": "users.onenote.pages.parentNotebook.sections.pages.preview", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.pages.parentNotebook.sections.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.pages.parentNotebook.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.pages.parentNotebook.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.pages.parentNotebook.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.pages.parentNotebook.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.pages.parentNotebook.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.pages.parentNotebook.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.notebook" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.pages.parentNotebook.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get parentSection from users", + "operationId": "users.onenote.pages.GetParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSection in users", + "operationId": "users.onenote.pages.UpdateParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSection for users", + "operationId": "users.onenote.pages.DeleteParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.pages.parentSection.ListPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to pages for users", + "operationId": "users.onenote.pages.parentSection.CreatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.pages.parentSection.GetPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property pages in users", + "operationId": "users.onenote.pages.parentSection.UpdatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property pages for users", + "operationId": "users.onenote.pages.parentSection.DeletePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from users", + "operationId": "users.onenote.parentSection.pages.GetPagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in users", + "operationId": "users.onenote.parentSection.pages.UpdatePagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "users.onenote.pages.parentSection.pages.copyToSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "users.onenote.pages.parentSection.pages.onenotePatchContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function preview", + "operationId": "users.onenote.pages.parentSection.pages.preview", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenotePage-id1", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.pages.parentSection.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.pages.parentSection.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.pages.parentSection.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.pages.parentSection.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.pages.parentSection.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.pages.parentSection.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.pages.parentSection.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.pages.parentSection.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.pages.parentSection.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.pages.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.pages.parentSection.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/resources": { + "get": { + "tags": [ + "users.onenote.onenoteResource" + ], + "summary": "Get resources from users", + "operationId": "users.onenote.ListResources", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "content", + "content desc", + "contentUrl", + "contentUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "content", + "contentUrl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteResource", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.onenoteResource" + ], + "summary": "Create new navigation property to resources for users", + "operationId": "users.onenote.CreateResources", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/resources/{onenoteResource-id}": { + "get": { + "tags": [ + "users.onenote.onenoteResource" + ], + "summary": "Get resources from users", + "operationId": "users.onenote.GetResources", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "content", + "contentUrl" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.onenoteResource" + ], + "summary": "Update the navigation property resources in users", + "operationId": "users.onenote.UpdateResources", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.onenoteResource" + ], + "summary": "Delete navigation property resources for users", + "operationId": "users.onenote.DeleteResources", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/resources/{onenoteResource-id}/content": { + "get": { + "tags": [ + "users.onenote.onenoteResource" + ], + "summary": "Get media content for the navigation property resources from users", + "operationId": "users.onenote.GetResourcesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.onenoteResource" + ], + "summary": "Update media content for the navigation property resources in users", + "operationId": "users.onenote.UpdateResourcesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteResource-id", + "in": "path", + "description": "key: id of onenoteResource", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteResource" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sectionGroups.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sectionGroups.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.ListPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Create new navigation property to pages for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.CreatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.GetPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property pages in users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.UpdatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property pages for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.DeletePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get media content for the navigation property pages from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.GetPagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Update media content for the navigation property pages in users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.UpdatePagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.copyToSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function preview", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.preview", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get parentSection from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.GetParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentSection in users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentSection for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.sectionGroups.parentNotebook.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sectionGroups.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sectionGroups.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sectionGroups.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.sectionGroups.sections.ListPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to pages for users", + "operationId": "users.onenote.sectionGroups.sections.CreatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.sectionGroups.sections.GetPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property pages in users", + "operationId": "users.onenote.sectionGroups.sections.UpdatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property pages for users", + "operationId": "users.onenote.sectionGroups.sections.DeletePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get media content for the navigation property pages from users", + "operationId": "users.onenote.sectionGroups.sections.GetPagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update media content for the navigation property pages in users", + "operationId": "users.onenote.sectionGroups.sections.UpdatePagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "users.onenote.sectionGroups.sections.pages.copyToSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "users.onenote.sectionGroups.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function preview", + "operationId": "users.onenote.sectionGroups.sections.pages.preview", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sectionGroups.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sectionGroups.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sectionGroups.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sectionGroups.sections.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentSection from users", + "operationId": "users.onenote.sectionGroups.sections.pages.GetParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentSection in users", + "operationId": "users.onenote.sectionGroups.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentSection for users", + "operationId": "users.onenote.sectionGroups.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sectionGroups.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sectionGroups.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sectionGroups.sections.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sectionGroups.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sectionGroups.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sectionGroups.sections.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.sectionGroups.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.sectionGroups.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sectionGroups.onenoteSection" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.sectionGroups.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections": { + "get": { + "tags": [ + "users.onenote.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.onenoteSection" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}": { + "get": { + "tags": [ + "users.onenote.onenoteSection" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.onenoteSection" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.onenoteSection" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.sections.ListPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "title", + "title desc", + "createdByAppId", + "createdByAppId desc", + "links", + "links desc", + "contentUrl", + "contentUrl desc", + "content", + "content desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "level", + "level desc", + "order", + "order desc", + "userTags", + "userTags desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenotePage", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to pages for users", + "operationId": "users.onenote.sections.CreatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get pages from users", + "operationId": "users.onenote.sections.GetPages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "title", + "createdByAppId", + "links", + "contentUrl", + "content", + "lastModifiedDateTime", + "level", + "order", + "userTags", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentSection", + "parentNotebook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property pages in users", + "operationId": "users.onenote.sections.UpdatePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property pages for users", + "operationId": "users.onenote.sections.DeletePages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get media content for the navigation property pages from users", + "operationId": "users.onenote.sections.GetPagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update media content for the navigation property pages in users", + "operationId": "users.onenote.sections.UpdatePagesContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSection", + "operationId": "users.onenote.sections.pages.copyToSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action onenotePatchContent", + "operationId": "users.onenote.sections.pages.onenotePatchContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "commands": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchContentCommand" + } + ], + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function preview", + "operationId": "users.onenote.sections.pages.preview", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreview" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sections.pages.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sections.pages.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sections.pages.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sections.pages.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.pages.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sections.pages.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.pages.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sections.pages.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sections.pages.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sections.pages.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.pages.parentNotebook.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sections.pages.parentNotebook.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.pages.parentNotebook.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sections.pages.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sections.pages.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sections.pages.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sections.pages.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { + "get": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Get parentSection from users", + "operationId": "users.onenote.sections.pages.GetParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Update the navigation property parentSection in users", + "operationId": "users.onenote.sections.pages.UpdateParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.onenotePage" + ], + "summary": "Delete navigation property parentSection for users", + "operationId": "users.onenote.sections.pages.DeleteParentSection", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sections.pages.parentSection.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sections.pages.parentSection.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenotePage-id", + "in": "path", + "description": "key: id of onenotePage", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenotePage" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sections.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sections.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sections.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sections.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sections.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sections.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sections.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "sectionGroup-id1", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sections.parentNotebook.sectionGroups.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.parentNotebook.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sections.parentNotebook.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.parentNotebook.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sections.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.notebook" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sections.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sections.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sections.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.sections.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.sections.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.sections.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get parentNotebook from users", + "operationId": "users.onenote.sections.parentSectionGroup.GetParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "userRole", + "isShared", + "sectionsUrl", + "sectionGroupsUrl", + "links", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentNotebook in users", + "operationId": "users.onenote.sections.parentSectionGroup.UpdateParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentNotebook for users", + "operationId": "users.onenote.sections.parentSectionGroup.DeleteParentNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyNotebook", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.copyNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "notebookFolder": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/copyNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/copyNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sections.parentSectionGroup.parentNotebook.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get parentSectionGroup from users", + "operationId": "users.onenote.sections.parentSectionGroup.GetParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property parentSectionGroup in users", + "operationId": "users.onenote.sections.parentSectionGroup.UpdateParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property parentSectionGroup for users", + "operationId": "users.onenote.sections.parentSectionGroup.DeleteParentSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.parentSectionGroup.ListSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "sectionsUrl", + "sectionsUrl desc", + "sectionGroupsUrl", + "sectionGroupsUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of sectionGroup", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sectionGroups for users", + "operationId": "users.onenote.sections.parentSectionGroup.CreateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get sectionGroups from users", + "operationId": "users.onenote.sections.parentSectionGroup.GetSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "sectionsUrl", + "sectionGroupsUrl", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "sections", + "sectionGroups" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sectionGroups in users", + "operationId": "users.onenote.sections.parentSectionGroup.UpdateSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sectionGroups for users", + "operationId": "users.onenote.sections.parentSectionGroup.DeleteSectionGroups", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "sectionGroup-id", + "in": "path", + "description": "key: id of sectionGroup", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "sectionGroup" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.parentSectionGroup.ListSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "self", + "self desc", + "createdDateTime", + "createdDateTime desc", + "displayName", + "displayName desc", + "createdBy", + "createdBy desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "isDefault", + "isDefault desc", + "links", + "links desc", + "pagesUrl", + "pagesUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of onenoteSection", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Create new navigation property to sections for users", + "operationId": "users.onenote.sections.parentSectionGroup.CreateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { + "get": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Get sections from users", + "operationId": "users.onenote.sections.parentSectionGroup.GetSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "self", + "createdDateTime", + "displayName", + "createdBy", + "lastModifiedBy", + "lastModifiedDateTime", + "isDefault", + "links", + "pagesUrl", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "parentNotebook", + "parentSectionGroup", + "pages" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Update the navigation property sections in users", + "operationId": "users.onenote.sections.parentSectionGroup.UpdateSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.onenote.sections.sectionGroup" + ], + "summary": "Delete navigation property sections for users", + "operationId": "users.onenote.sections.parentSectionGroup.DeleteSections", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToNotebook", + "operationId": "users.onenote.sections.parentSectionGroup.sections.copyToNotebook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToNotebook" + ] + }, + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action copyToSectionGroup", + "operationId": "users.onenote.sections.parentSectionGroup.sections.copyToSectionGroup", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "onenoteSection-id", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + }, + { + "name": "onenoteSection-id1", + "in": "path", + "description": "key: id of onenoteSection", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "onenoteSection" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "groupId": { + "type": "string", + "nullable": true + }, + "renameAs": { + "type": "string", + "nullable": true + }, + "siteCollectionId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup", + "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/copyToSectionGroup" + ] + }, + "/users/{user-id}/outlook": { + "get": { + "tags": [ + "users.outlookUser" + ], + "summary": "Get outlook from users", + "operationId": "users.GetOutlook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "masterCategories" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "masterCategories" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookUser" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.outlookUser" + ], + "summary": "Update the navigation property outlook in users", + "operationId": "users.UpdateOutlook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookUser" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.outlookUser" + ], + "summary": "Delete navigation property outlook for users", + "operationId": "users.DeleteOutlook", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/outlook/masterCategories": { + "get": { + "tags": [ + "users.outlook.outlookCategory" + ], + "summary": "Get masterCategories from users", + "operationId": "users.outlook.ListMasterCategories", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "color", + "color desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "color" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of outlookCategory", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.outlook.outlookCategory" + ], + "summary": "Create new navigation property to masterCategories for users", + "operationId": "users.outlook.CreateMasterCategories", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}": { + "get": { + "tags": [ + "users.outlook.outlookCategory" + ], + "summary": "Get masterCategories from users", + "operationId": "users.outlook.GetMasterCategories", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "outlookCategory-id", + "in": "path", + "description": "key: id of outlookCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "outlookCategory" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "color" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.outlook.outlookCategory" + ], + "summary": "Update the navigation property masterCategories in users", + "operationId": "users.outlook.UpdateMasterCategories", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "outlookCategory-id", + "in": "path", + "description": "key: id of outlookCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "outlookCategory" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.outlook.outlookCategory" + ], + "summary": "Delete navigation property masterCategories for users", + "operationId": "users.outlook.DeleteMasterCategories", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "outlookCategory-id", + "in": "path", + "description": "key: id of outlookCategory", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "outlookCategory" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/outlook/supportedLanguages()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function supportedLanguages", + "operationId": "users.outlook.supportedLanguages", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.localeInfo" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/users/{user-id}/outlook/supportedTimeZones()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function supportedTimeZones", + "operationId": "users.outlook.supportedTimeZones-5c4f", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.timeZoneInformation" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/outlook/supportedTimeZones(TimeZoneStandard={TimeZoneStandard})" + ] + }, + "/users/{user-id}/outlook/supportedTimeZones(TimeZoneStandard={TimeZoneStandard})": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function supportedTimeZones", + "operationId": "users.outlook.supportedTimeZones-120b", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "TimeZoneStandard", + "in": "path", + "description": "Usage: TimeZoneStandard={TimeZoneStandard}", + "required": true, + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.timeZoneStandard" + } + ] + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.timeZoneInformation" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/outlook/supportedTimeZones()" + ] + }, + "/users/{user-id}/ownedDevices": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get ownedDevices from users", + "operationId": "users.ListOwnedDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/ownedDevices/$ref": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get ref of ownedDevices from users", + "operationId": "users.ListRefOwnedDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.directoryObject" + ], + "summary": "Create new navigation property ref to ownedDevices for users", + "operationId": "users.CreateRefOwnedDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/ownedObjects": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get ownedObjects from users", + "operationId": "users.ListOwnedObjects", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/ownedObjects/$ref": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get ref of ownedObjects from users", + "operationId": "users.ListRefOwnedObjects", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.directoryObject" + ], + "summary": "Create new navigation property ref to ownedObjects for users", + "operationId": "users.CreateRefOwnedObjects", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/people": { + "get": { + "tags": [ + "users.person" + ], + "summary": "Get people from users", + "operationId": "users.ListPeople", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "displayName", + "displayName desc", + "givenName", + "givenName desc", + "surname", + "surname desc", + "birthday", + "birthday desc", + "personNotes", + "personNotes desc", + "isFavorite", + "isFavorite desc", + "scoredEmailAddresses", + "scoredEmailAddresses desc", + "phones", + "phones desc", + "postalAddresses", + "postalAddresses desc", + "websites", + "websites desc", + "jobTitle", + "jobTitle desc", + "companyName", + "companyName desc", + "yomiCompany", + "yomiCompany desc", + "department", + "department desc", + "officeLocation", + "officeLocation desc", + "profession", + "profession desc", + "personType", + "personType desc", + "userPrincipalName", + "userPrincipalName desc", + "imAddress", + "imAddress desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "givenName", + "surname", + "birthday", + "personNotes", + "isFavorite", + "scoredEmailAddresses", + "phones", + "postalAddresses", + "websites", + "jobTitle", + "companyName", + "yomiCompany", + "department", + "officeLocation", + "profession", + "personType", + "userPrincipalName", + "imAddress" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of person", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.person" + ], + "summary": "Create new navigation property to people for users", + "operationId": "users.CreatePeople", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/people/{person-id}": { + "get": { + "tags": [ + "users.person" + ], + "summary": "Get people from users", + "operationId": "users.GetPeople", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "person-id", + "in": "path", + "description": "key: id of person", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "person" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "displayName", + "givenName", + "surname", + "birthday", + "personNotes", + "isFavorite", + "scoredEmailAddresses", + "phones", + "postalAddresses", + "websites", + "jobTitle", + "companyName", + "yomiCompany", + "department", + "officeLocation", + "profession", + "personType", + "userPrincipalName", + "imAddress" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.person" + ], + "summary": "Update the navigation property people in users", + "operationId": "users.UpdatePeople", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "person-id", + "in": "path", + "description": "key: id of person", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "person" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.person" + ], + "summary": "Delete navigation property people for users", + "operationId": "users.DeletePeople", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "person-id", + "in": "path", + "description": "key: id of person", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "person" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/photo": { + "get": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Get photo from users", + "operationId": "users.GetPhoto", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Update the navigation property photo in users", + "operationId": "users.UpdatePhoto", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Delete navigation property photo for users", + "operationId": "users.DeletePhoto", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/photo/$value": { + "get": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Get media content for the navigation property photo from users", + "operationId": "users.GetPhotoContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Update media content for the navigation property photo in users", + "operationId": "users.UpdatePhotoContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/photos": { + "get": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Get photos from users", + "operationId": "users.ListPhotos", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "height", + "height desc", + "width", + "width desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of profilePhoto", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Create new navigation property to photos for users", + "operationId": "users.CreatePhotos", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/photos/{profilePhoto-id}": { + "get": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Get photos from users", + "operationId": "users.GetPhotos", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "width" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Update the navigation property photos in users", + "operationId": "users.UpdatePhotos", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Delete navigation property photos for users", + "operationId": "users.DeletePhotos", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/photos/{profilePhoto-id}/$value": { + "get": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Get media content for the navigation property photos from users", + "operationId": "users.GetPhotosContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "users.profilePhoto" + ], + "summary": "Update media content for the navigation property photos in users", + "operationId": "users.UpdatePhotosContent", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "profilePhoto-id", + "in": "path", + "description": "key: id of profilePhoto", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "profilePhoto" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/planner": { + "get": { + "tags": [ + "users.plannerUser" + ], + "summary": "Get planner from users", + "operationId": "users.GetPlanner", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "tasks", + "plans" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks", + "plans" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerUser" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.plannerUser" + ], + "summary": "Update the navigation property planner in users", + "operationId": "users.UpdatePlanner", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.plannerUser" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.plannerUser" + ], + "summary": "Delete navigation property planner for users", + "operationId": "users.DeletePlanner", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/planner/plans": { + "get": { + "tags": [ + "users.planner.plannerPlan" + ], + "summary": "Get plans from users", + "operationId": "users.planner.ListPlans", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "owner", + "owner desc", + "title", + "title desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "owner", + "title", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "tasks", + "buckets", + "details" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerPlan", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/planner/plans/$ref": { + "get": { + "tags": [ + "users.planner.plannerPlan" + ], + "summary": "Get ref of plans from users", + "operationId": "users.planner.ListRefPlans", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "owner", + "owner desc", + "title", + "title desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of plannerPlan", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.planner.plannerPlan" + ], + "summary": "Create new navigation property ref to plans for users", + "operationId": "users.planner.CreateRefPlans", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/planner/tasks": { + "get": { + "tags": [ + "users.planner.plannerTask" + ], + "summary": "Get tasks from users", + "operationId": "users.planner.ListTasks", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "planId", + "planId desc", + "bucketId", + "bucketId desc", + "title", + "title desc", + "orderHint", + "orderHint desc", + "assigneePriority", + "assigneePriority desc", + "percentComplete", + "percentComplete desc", + "startDateTime", + "startDateTime desc", + "createdDateTime", + "createdDateTime desc", + "dueDateTime", + "dueDateTime desc", + "hasDescription", + "hasDescription desc", + "previewType", + "previewType desc", + "completedDateTime", + "completedDateTime desc", + "completedBy", + "completedBy desc", + "referenceCount", + "referenceCount desc", + "checklistItemCount", + "checklistItemCount desc", + "activeChecklistItemCount", + "activeChecklistItemCount desc", + "appliedCategories", + "appliedCategories desc", + "assignments", + "assignments desc", + "conversationThreadId", + "conversationThreadId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "planId", + "bucketId", + "title", + "orderHint", + "assigneePriority", + "percentComplete", + "startDateTime", + "createdDateTime", + "dueDateTime", + "hasDescription", + "previewType", + "completedDateTime", + "completedBy", + "referenceCount", + "checklistItemCount", + "activeChecklistItemCount", + "appliedCategories", + "assignments", + "conversationThreadId", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "details", + "assignedToTaskBoardFormat", + "progressTaskBoardFormat", + "bucketTaskBoardFormat" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of plannerTask", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/planner/tasks/$ref": { + "get": { + "tags": [ + "users.planner.plannerTask" + ], + "summary": "Get ref of tasks from users", + "operationId": "users.planner.ListRefTasks", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "planId", + "planId desc", + "bucketId", + "bucketId desc", + "title", + "title desc", + "orderHint", + "orderHint desc", + "assigneePriority", + "assigneePriority desc", + "percentComplete", + "percentComplete desc", + "startDateTime", + "startDateTime desc", + "createdDateTime", + "createdDateTime desc", + "dueDateTime", + "dueDateTime desc", + "hasDescription", + "hasDescription desc", + "previewType", + "previewType desc", + "completedDateTime", + "completedDateTime desc", + "completedBy", + "completedBy desc", + "referenceCount", + "referenceCount desc", + "checklistItemCount", + "checklistItemCount desc", + "activeChecklistItemCount", + "activeChecklistItemCount desc", + "appliedCategories", + "appliedCategories desc", + "assignments", + "assignments desc", + "conversationThreadId", + "conversationThreadId desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of plannerTask", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.planner.plannerTask" + ], + "summary": "Create new navigation property ref to tasks for users", + "operationId": "users.planner.CreateRefTasks", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/registeredDevices": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get registeredDevices from users", + "operationId": "users.ListRegisteredDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "deletedDateTime" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/registeredDevices/$ref": { + "get": { + "tags": [ + "users.directoryObject" + ], + "summary": "Get ref of registeredDevices from users", + "operationId": "users.ListRefRegisteredDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "deletedDateTime", + "deletedDateTime desc" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property links", + "content": { + "application/json": { + "schema": { + "title": "Collection of links of directoryObject", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "users.directoryObject" + ], + "summary": "Create new navigation property ref to registeredDevices for users", + "operationId": "users.CreateRefRegisteredDevices", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property ref value", + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property link.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/{user-id}/settings": { + "get": { + "tags": [ + "users.userSettings" + ], + "summary": "Get settings from users", + "operationId": "users.GetSettings", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "contributionToContentDiscoveryDisabled", + "contributionToContentDiscoveryAsOrganizationDisabled" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userSettings" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "users.userSettings" + ], + "summary": "Update the navigation property settings in users", + "operationId": "users.UpdateSettings", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.userSettings" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "users.userSettings" + ], + "summary": "Delete navigation property settings for users", + "operationId": "users.DeleteSettings", + "parameters": [ + { + "name": "user-id", + "in": "path", + "description": "key: id of user", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "user" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/users/delta()": { + "get": { + "tags": [ + "users.Functions" + ], + "summary": "Invoke function delta", + "operationId": "users.delta", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.user" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendar/events/{event-id}/instances/delta()", + "/users/{user-id}/calendar/events/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/calendarView/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/calendars/{calendar-id}/events/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/calendarView/{event-id}/calendar/events/delta()", + "/users/{user-id}/calendarView/{event-id}/instances/delta()", + "/users/{user-id}/calendarView/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()", + "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()", + "/users/{user-id}/contactFolders/delta()", + "/users/{user-id}/contacts/delta()", + "/users/{user-id}/events/{event-id}/calendar/calendarView/delta()", + "/users/{user-id}/events/{event-id}/calendar/events/delta()", + "/users/{user-id}/events/{event-id}/instances/delta()", + "/users/{user-id}/events/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()", + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()", + "/users/{user-id}/mailFolders/delta()", + "/users/{user-id}/messages/delta()" + ] + }, + "/users/getByIds": { + "post": { + "tags": [ + "users.Actions" + ], + "summary": "Invoke action getByIds", + "operationId": "users.getByIds", + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "string" + } + }, + "types": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks": { + "get": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Get entities from workbooks", + "operationId": "workbooks.driveItem.ListDriveItem", + "parameters": [ + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "audio", + "audio desc", + "content", + "content desc", + "cTag", + "cTag desc", + "deleted", + "deleted desc", + "file", + "file desc", + "fileSystemInfo", + "fileSystemInfo desc", + "folder", + "folder desc", + "image", + "image desc", + "location", + "location desc", + "package", + "package desc", + "photo", + "photo desc", + "publication", + "publication desc", + "remoteItem", + "remoteItem desc", + "root", + "root desc", + "searchResult", + "searchResult desc", + "shared", + "shared desc", + "sharepointIds", + "sharepointIds desc", + "size", + "size desc", + "specialFolder", + "specialFolder desc", + "video", + "video desc", + "webDavUrl", + "webDavUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entities", + "content": { + "application/json": { + "schema": { + "title": "Collection of driveItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + } + }, + "post": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Add new entity to workbooks", + "operationId": "workbooks.driveItem.CreateDriveItem", + "requestBody": { + "description": "New entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}": { + "get": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Get entity from workbooks by key", + "operationId": "workbooks.driveItem.GetDriveItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved entity", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Update entity in workbooks", + "operationId": "workbooks.driveItem.UpdateDriveItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Delete entity from workbooks", + "operationId": "workbooks.driveItem.DeleteDriveItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/children": { + "get": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Get children from workbooks", + "operationId": "workbooks.ListChildren", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "createdBy", + "createdBy desc", + "createdDateTime", + "createdDateTime desc", + "description", + "description desc", + "eTag", + "eTag desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "name", + "name desc", + "parentReference", + "parentReference desc", + "webUrl", + "webUrl desc", + "audio", + "audio desc", + "content", + "content desc", + "cTag", + "cTag desc", + "deleted", + "deleted desc", + "file", + "file desc", + "fileSystemInfo", + "fileSystemInfo desc", + "folder", + "folder desc", + "image", + "image desc", + "location", + "location desc", + "package", + "package desc", + "photo", + "photo desc", + "publication", + "publication desc", + "remoteItem", + "remoteItem desc", + "root", + "root desc", + "searchResult", + "searchResult desc", + "shared", + "shared desc", + "sharepointIds", + "sharepointIds desc", + "size", + "size desc", + "specialFolder", + "specialFolder desc", + "video", + "video desc", + "webDavUrl", + "webDavUrl desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of driveItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Create new navigation property to children for workbooks", + "operationId": "workbooks.CreateChildren", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/children/{driveItem-id1}": { + "get": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Get children from workbooks", + "operationId": "workbooks.GetChildren", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItem-id1", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Update the navigation property children in workbooks", + "operationId": "workbooks.UpdateChildren", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItem-id1", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Delete navigation property children for workbooks", + "operationId": "workbooks.DeleteChildren", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItem-id1", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/children/{driveItem-id1}/content": { + "get": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Get media content for the navigation property children from workbooks", + "operationId": "workbooks.GetChildrenContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItem-id1", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Update media content for the navigation property children in workbooks", + "operationId": "workbooks.UpdateChildrenContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItem-id1", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/content": { + "get": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Get media content for driveItem from workbooks", + "operationId": "workbooks.driveItem.GetContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "workbooks.driveItem" + ], + "summary": "Update media content for driveItem in workbooks", + "operationId": "workbooks.driveItem.UpdateContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/listItem": { + "get": { + "tags": [ + "workbooks.listItem" + ], + "summary": "Get listItem from workbooks", + "operationId": "workbooks.GetListItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "contentType", + "sharepointIds", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "driveItem", + "fields", + "versions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.listItem" + ], + "summary": "Update the navigation property listItem in workbooks", + "operationId": "workbooks.UpdateListItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.listItem" + ], + "summary": "Delete navigation property listItem for workbooks", + "operationId": "workbooks.DeleteListItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/listItem/driveItem": { + "get": { + "tags": [ + "workbooks.listItem.driveItem" + ], + "summary": "Get driveItem from workbooks", + "operationId": "workbooks.listItem.GetDriveItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "createdBy", + "createdDateTime", + "description", + "eTag", + "lastModifiedBy", + "lastModifiedDateTime", + "name", + "parentReference", + "webUrl", + "audio", + "content", + "cTag", + "deleted", + "file", + "fileSystemInfo", + "folder", + "image", + "location", + "package", + "photo", + "publication", + "remoteItem", + "root", + "searchResult", + "shared", + "sharepointIds", + "size", + "specialFolder", + "video", + "webDavUrl", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "createdByUser", + "lastModifiedByUser", + "children", + "listItem", + "permissions", + "thumbnails", + "versions", + "workbook" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.listItem.driveItem" + ], + "summary": "Update the navigation property driveItem in workbooks", + "operationId": "workbooks.listItem.UpdateDriveItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.listItem.driveItem" + ], + "summary": "Delete navigation property driveItem for workbooks", + "operationId": "workbooks.listItem.DeleteDriveItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/listItem/driveItem/content": { + "get": { + "tags": [ + "workbooks.listItem.driveItem" + ], + "summary": "Get media content for the navigation property driveItem from workbooks", + "operationId": "workbooks.listItem.GetDriveItemContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "workbooks.listItem.driveItem" + ], + "summary": "Update media content for the navigation property driveItem in workbooks", + "operationId": "workbooks.listItem.UpdateDriveItemContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/listItem/fields": { + "get": { + "tags": [ + "workbooks.listItem.fieldValueSet" + ], + "summary": "Get fields from workbooks", + "operationId": "workbooks.listItem.GetFields", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.listItem.fieldValueSet" + ], + "summary": "Update the navigation property fields in workbooks", + "operationId": "workbooks.listItem.UpdateFields", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.listItem.fieldValueSet" + ], + "summary": "Delete navigation property fields for workbooks", + "operationId": "workbooks.listItem.DeleteFields", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/listItem/versions": { + "get": { + "tags": [ + "workbooks.listItem.listItemVersion" + ], + "summary": "Get versions from workbooks", + "operationId": "workbooks.listItem.ListVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "publication", + "publication desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of listItemVersion", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.listItem.listItemVersion" + ], + "summary": "Create new navigation property to versions for workbooks", + "operationId": "workbooks.listItem.CreateVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/listItem/versions/{listItemVersion-id}": { + "get": { + "tags": [ + "workbooks.listItem.listItemVersion" + ], + "summary": "Get versions from workbooks", + "operationId": "workbooks.listItem.GetVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "fields" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fields" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.listItem.listItemVersion" + ], + "summary": "Update the navigation property versions in workbooks", + "operationId": "workbooks.listItem.UpdateVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.listItem.listItemVersion" + ], + "summary": "Delete navigation property versions for workbooks", + "operationId": "workbooks.listItem.DeleteVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/listItem/versions/{listItemVersion-id}/fields": { + "get": { + "tags": [ + "workbooks.listItem.versions.fieldValueSet" + ], + "summary": "Get fields from workbooks", + "operationId": "workbooks.listItem.versions.GetFields", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.listItem.versions.fieldValueSet" + ], + "summary": "Update the navigation property fields in workbooks", + "operationId": "workbooks.listItem.versions.UpdateFields", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.listItem.versions.fieldValueSet" + ], + "summary": "Delete navigation property fields for workbooks", + "operationId": "workbooks.listItem.versions.DeleteFields", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/listItem/versions/{listItemVersion-id}/restoreVersion": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action restoreVersion", + "operationId": "workbooks.listItem.versions.restoreVersion", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "listItemVersion-id", + "in": "path", + "description": "key: id of listItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "listItemVersion" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/versions/{driveItemVersion-id}/restoreVersion" + ] + }, + "/workbooks/{workbook-id}/copy": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action copy", + "operationId": "workbooks.copy", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "parentReference": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemReference" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/createLink": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action createLink", + "operationId": "workbooks.createLink", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "scope": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.permission" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/createUploadSession": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action createUploadSession", + "operationId": "workbooks.createUploadSession", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "item": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItemUploadableProperties" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.uploadSession" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/delta()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function delta", + "operationId": "workbooks.delta-fa14", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/delta(token={token})", + "/workbooks/{workbook-id}/workbook/functions/delta" + ] + }, + "/workbooks/{workbook-id}/delta(token={token})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function delta", + "operationId": "workbooks.delta-209a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "token", + "in": "path", + "description": "Usage: token={token}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/delta()", + "/workbooks/{workbook-id}/workbook/functions/delta" + ] + }, + "/workbooks/{workbook-id}/invite": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action invite", + "operationId": "workbooks.invite", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "requireSignIn": { + "type": "boolean", + "default": false, + "nullable": true + }, + "roles": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "sendInvitation": { + "type": "boolean", + "default": false, + "nullable": true + }, + "message": { + "type": "string", + "nullable": true + }, + "recipients": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveRecipient" + } + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.permission" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/preview": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action preview", + "operationId": "workbooks.preview", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "page": { + "type": "string", + "nullable": true + }, + "zoom": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemPreviewInfo" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/search(q={q})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function search", + "operationId": "workbooks.search", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "q", + "in": "path", + "description": "Usage: q={q}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + } + }, + "/workbooks/{workbook-id}/permissions": { + "get": { + "tags": [ + "workbooks.permission" + ], + "summary": "Get permissions from workbooks", + "operationId": "workbooks.ListPermissions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "grantedTo", + "grantedTo desc", + "inheritedFrom", + "inheritedFrom desc", + "invitation", + "invitation desc", + "link", + "link desc", + "roles", + "roles desc", + "shareId", + "shareId desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "grantedTo", + "inheritedFrom", + "invitation", + "link", + "roles", + "shareId" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of permission", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.permission" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.permission" + ], + "summary": "Create new navigation property to permissions for workbooks", + "operationId": "workbooks.CreatePermissions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.permission" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.permission" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/permissions/{permission-id}": { + "get": { + "tags": [ + "workbooks.permission" + ], + "summary": "Get permissions from workbooks", + "operationId": "workbooks.GetPermissions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "permission-id", + "in": "path", + "description": "key: id of permission", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "permission" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "grantedTo", + "inheritedFrom", + "invitation", + "link", + "roles", + "shareId" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.permission" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.permission" + ], + "summary": "Update the navigation property permissions in workbooks", + "operationId": "workbooks.UpdatePermissions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "permission-id", + "in": "path", + "description": "key: id of permission", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "permission" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.permission" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.permission" + ], + "summary": "Delete navigation property permissions for workbooks", + "operationId": "workbooks.DeletePermissions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "permission-id", + "in": "path", + "description": "key: id of permission", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "permission" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/thumbnails": { + "get": { + "tags": [ + "workbooks.thumbnailSet" + ], + "summary": "Get thumbnails from workbooks", + "operationId": "workbooks.ListThumbnails", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "large", + "large desc", + "medium", + "medium desc", + "small", + "small desc", + "source", + "source desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "large", + "medium", + "small", + "source" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of thumbnailSet", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.thumbnailSet" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.thumbnailSet" + ], + "summary": "Create new navigation property to thumbnails for workbooks", + "operationId": "workbooks.CreateThumbnails", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.thumbnailSet" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.thumbnailSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/thumbnails/{thumbnailSet-id}": { + "get": { + "tags": [ + "workbooks.thumbnailSet" + ], + "summary": "Get thumbnails from workbooks", + "operationId": "workbooks.GetThumbnails", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "thumbnailSet-id", + "in": "path", + "description": "key: id of thumbnailSet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "thumbnailSet" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "large", + "medium", + "small", + "source" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.thumbnailSet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.thumbnailSet" + ], + "summary": "Update the navigation property thumbnails in workbooks", + "operationId": "workbooks.UpdateThumbnails", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "thumbnailSet-id", + "in": "path", + "description": "key: id of thumbnailSet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "thumbnailSet" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.thumbnailSet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.thumbnailSet" + ], + "summary": "Delete navigation property thumbnails for workbooks", + "operationId": "workbooks.DeleteThumbnails", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "thumbnailSet-id", + "in": "path", + "description": "key: id of thumbnailSet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "thumbnailSet" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/versions": { + "get": { + "tags": [ + "workbooks.driveItemVersion" + ], + "summary": "Get versions from workbooks", + "operationId": "workbooks.ListVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "lastModifiedBy", + "lastModifiedBy desc", + "lastModifiedDateTime", + "lastModifiedDateTime desc", + "publication", + "publication desc", + "content", + "content desc", + "size", + "size desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "content", + "size" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of driveItemVersion", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItemVersion" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.driveItemVersion" + ], + "summary": "Create new navigation property to versions for workbooks", + "operationId": "workbooks.CreateVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItemVersion" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/versions/{driveItemVersion-id}": { + "get": { + "tags": [ + "workbooks.driveItemVersion" + ], + "summary": "Get versions from workbooks", + "operationId": "workbooks.GetVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItemVersion-id", + "in": "path", + "description": "key: id of driveItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItemVersion" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "lastModifiedBy", + "lastModifiedDateTime", + "publication", + "content", + "size" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItemVersion" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.driveItemVersion" + ], + "summary": "Update the navigation property versions in workbooks", + "operationId": "workbooks.UpdateVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItemVersion-id", + "in": "path", + "description": "key: id of driveItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItemVersion" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.driveItemVersion" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.driveItemVersion" + ], + "summary": "Delete navigation property versions for workbooks", + "operationId": "workbooks.DeleteVersions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItemVersion-id", + "in": "path", + "description": "key: id of driveItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItemVersion" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/versions/{driveItemVersion-id}/content": { + "get": { + "tags": [ + "workbooks.driveItemVersion" + ], + "summary": "Get media content for the navigation property versions from workbooks", + "operationId": "workbooks.GetVersionsContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItemVersion-id", + "in": "path", + "description": "key: id of driveItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItemVersion" + } + ], + "responses": { + "200": { + "description": "Retrieved media content", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "put": { + "tags": [ + "workbooks.driveItemVersion" + ], + "summary": "Update media content for the navigation property versions in workbooks", + "operationId": "workbooks.UpdateVersionsContent", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItemVersion-id", + "in": "path", + "description": "key: id of driveItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItemVersion" + } + ], + "requestBody": { + "description": "New media content.", + "content": { + "application/octet-stream": { + "schema": { + "type": "string", + "format": "binary" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/versions/{driveItemVersion-id}/restoreVersion": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action restoreVersion", + "operationId": "workbooks.versions.restoreVersion", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "driveItemVersion-id", + "in": "path", + "description": "key: id of driveItemVersion", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItemVersion" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/listItem/versions/{listItemVersion-id}/restoreVersion" + ] + }, + "/workbooks/{workbook-id}/workbook": { + "get": { + "tags": [ + "workbooks.workbook" + ], + "summary": "Get workbook from workbooks", + "operationId": "workbooks.GetWorkbook", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "application", + "names", + "tables", + "worksheets", + "functions" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "application", + "names", + "tables", + "worksheets", + "functions" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.workbook" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook" + ], + "summary": "Update the navigation property workbook in workbooks", + "operationId": "workbooks.UpdateWorkbook", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.workbook" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook" + ], + "summary": "Delete navigation property workbook for workbooks", + "operationId": "workbooks.DeleteWorkbook", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/drive/items/{workbook-id}/workbook/application": { + "get": { + "tags": [ + "workbooks.workbook.workbookApplication", + "workbook" + ], + "summary": "Get application from workbooks.", + "operationId": "getWorkbookApplication", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "calculationMode" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Application" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.workbookApplication" + ], + "summary": "Update the navigation property application in workbooks", + "operationId": "workbooks.workbook.UpdateApplication", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Application" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.workbookApplication" + ], + "summary": "Delete navigation property application for workbooks", + "operationId": "workbooks.workbook.DeleteApplication", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/drive/items/{workbook-id}/workbook/application/calculate": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Recalculate all currently opened workbooks in Excel.", + "operationId": "calculateWorkbookApplication", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/CalculationType" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions": { + "get": { + "tags": [ + "workbooks.workbook.workbookFunctions" + ], + "summary": "Get functions from workbooks", + "operationId": "workbooks.workbook.GetFunctions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctions" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.workbookFunctions" + ], + "summary": "Update the navigation property functions in workbooks", + "operationId": "workbooks.workbook.UpdateFunctions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctions" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.workbookFunctions" + ], + "summary": "Delete navigation property functions for workbooks", + "operationId": "workbooks.workbook.DeleteFunctions", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/workbook/functions/abs": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action abs", + "operationId": "workbooks.workbook.functions.abs", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/accrInt": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action accrInt", + "operationId": "workbooks.workbook.functions.accrInt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "issue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "firstInterest": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "par": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "calcMethod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/accrIntM": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action accrIntM", + "operationId": "workbooks.workbook.functions.accrIntM", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "issue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "par": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/acos": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action acos", + "operationId": "workbooks.workbook.functions.acos", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/acosh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action acosh", + "operationId": "workbooks.workbook.functions.acosh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/acot": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action acot", + "operationId": "workbooks.workbook.functions.acot", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/acoth": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action acoth", + "operationId": "workbooks.workbook.functions.acoth", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/amorDegrc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action amorDegrc", + "operationId": "workbooks.workbook.functions.amorDegrc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "cost": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "datePurchased": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "firstPeriod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "salvage": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "period": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/amorLinc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action amorLinc", + "operationId": "workbooks.workbook.functions.amorLinc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "cost": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "datePurchased": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "firstPeriod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "salvage": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "period": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/and": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action and", + "operationId": "workbooks.workbook.functions.and", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/arabic": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action arabic", + "operationId": "workbooks.workbook.functions.arabic", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/areas": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action areas", + "operationId": "workbooks.workbook.functions.areas", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "reference": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/asc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action asc", + "operationId": "workbooks.workbook.functions.asc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/asin": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action asin", + "operationId": "workbooks.workbook.functions.asin", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/asinh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action asinh", + "operationId": "workbooks.workbook.functions.asinh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/atan": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action atan", + "operationId": "workbooks.workbook.functions.atan", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/atan2": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action atan2", + "operationId": "workbooks.workbook.functions.atan2", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "xNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "yNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/atanh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action atanh", + "operationId": "workbooks.workbook.functions.atanh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/aveDev": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action aveDev", + "operationId": "workbooks.workbook.functions.aveDev", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/average": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action average", + "operationId": "workbooks.workbook.functions.average", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/averageA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action averageA", + "operationId": "workbooks.workbook.functions.averageA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/averageIf": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action averageIf", + "operationId": "workbooks.workbook.functions.averageIf", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "range": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "averageRange": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/averageIfs": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action averageIfs", + "operationId": "workbooks.workbook.functions.averageIfs", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "averageRange": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/bahtText": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action bahtText", + "operationId": "workbooks.workbook.functions.bahtText", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/base": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action base", + "operationId": "workbooks.workbook.functions.base", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "radix": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "minLength": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/besselI": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action besselI", + "operationId": "workbooks.workbook.functions.besselI", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "n": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/besselJ": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action besselJ", + "operationId": "workbooks.workbook.functions.besselJ", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "n": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/besselK": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action besselK", + "operationId": "workbooks.workbook.functions.besselK", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "n": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/besselY": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action besselY", + "operationId": "workbooks.workbook.functions.besselY", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "n": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/beta_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action beta_Dist", + "operationId": "workbooks.workbook.functions.beta_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "alpha": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "beta": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "A": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "B": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/beta_Inv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action beta_Inv", + "operationId": "workbooks.workbook.functions.beta_Inv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "alpha": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "beta": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "A": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "B": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/bin2Dec": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action bin2Dec", + "operationId": "workbooks.workbook.functions.bin2Dec", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/bin2Hex": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action bin2Hex", + "operationId": "workbooks.workbook.functions.bin2Hex", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "places": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/bin2Oct": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action bin2Oct", + "operationId": "workbooks.workbook.functions.bin2Oct", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "places": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/binom_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action binom_Dist", + "operationId": "workbooks.workbook.functions.binom_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberS": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "trials": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "probabilityS": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/binom_Dist_Range": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action binom_Dist_Range", + "operationId": "workbooks.workbook.functions.binom_Dist_Range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "trials": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "probabilityS": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberS": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberS2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/binom_Inv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action binom_Inv", + "operationId": "workbooks.workbook.functions.binom_Inv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "trials": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "probabilityS": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "alpha": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/bitand": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action bitand", + "operationId": "workbooks.workbook.functions.bitand", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "number2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/bitlshift": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action bitlshift", + "operationId": "workbooks.workbook.functions.bitlshift", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "shiftAmount": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/bitor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action bitor", + "operationId": "workbooks.workbook.functions.bitor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "number2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/bitrshift": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action bitrshift", + "operationId": "workbooks.workbook.functions.bitrshift", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "shiftAmount": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/bitxor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action bitxor", + "operationId": "workbooks.workbook.functions.bitxor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "number2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/ceiling_Math": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action ceiling_Math", + "operationId": "workbooks.workbook.functions.ceiling_Math", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "significance": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "mode": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/ceiling_Precise": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action ceiling_Precise", + "operationId": "workbooks.workbook.functions.ceiling_Precise", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "significance": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/char": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action char", + "operationId": "workbooks.workbook.functions.char", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/chiSq_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action chiSq_Dist", + "operationId": "workbooks.workbook.functions.chiSq_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/chiSq_Dist_RT": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action chiSq_Dist_RT", + "operationId": "workbooks.workbook.functions.chiSq_Dist_RT", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/chiSq_Inv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action chiSq_Inv", + "operationId": "workbooks.workbook.functions.chiSq_Inv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/chiSq_Inv_RT": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action chiSq_Inv_RT", + "operationId": "workbooks.workbook.functions.chiSq_Inv_RT", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/choose": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action choose", + "operationId": "workbooks.workbook.functions.choose", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "indexNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/clean": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clean", + "operationId": "workbooks.workbook.functions.clean", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/code": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action code", + "operationId": "workbooks.workbook.functions.code", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/columns": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action columns", + "operationId": "workbooks.workbook.functions.columns", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/combin": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action combin", + "operationId": "workbooks.workbook.functions.combin", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberChosen": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/combina": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action combina", + "operationId": "workbooks.workbook.functions.combina", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberChosen": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/complex": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action complex", + "operationId": "workbooks.workbook.functions.complex", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "realNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "iNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "suffix": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/concatenate": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action concatenate", + "operationId": "workbooks.workbook.functions.concatenate", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/confidence_Norm": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action confidence_Norm", + "operationId": "workbooks.workbook.functions.confidence_Norm", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "alpha": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "standardDev": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "size": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/confidence_T": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action confidence_T", + "operationId": "workbooks.workbook.functions.confidence_T", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "alpha": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "standardDev": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "size": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/convert": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action convert", + "operationId": "workbooks.workbook.functions.convert", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fromUnit": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "toUnit": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/cos": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action cos", + "operationId": "workbooks.workbook.functions.cos", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/cosh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action cosh", + "operationId": "workbooks.workbook.functions.cosh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/cot": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action cot", + "operationId": "workbooks.workbook.functions.cot", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/coth": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action coth", + "operationId": "workbooks.workbook.functions.coth", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/count": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action count", + "operationId": "workbooks.workbook.functions.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/functions/countA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action countA", + "operationId": "workbooks.workbook.functions.countA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/countBlank": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action countBlank", + "operationId": "workbooks.workbook.functions.countBlank", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "range": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/countIf": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action countIf", + "operationId": "workbooks.workbook.functions.countIf", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "range": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/countIfs": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action countIfs", + "operationId": "workbooks.workbook.functions.countIfs", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/coupDayBs": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action coupDayBs", + "operationId": "workbooks.workbook.functions.coupDayBs", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/coupDays": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action coupDays", + "operationId": "workbooks.workbook.functions.coupDays", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/coupDaysNc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action coupDaysNc", + "operationId": "workbooks.workbook.functions.coupDaysNc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/coupNcd": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action coupNcd", + "operationId": "workbooks.workbook.functions.coupNcd", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/coupNum": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action coupNum", + "operationId": "workbooks.workbook.functions.coupNum", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/coupPcd": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action coupPcd", + "operationId": "workbooks.workbook.functions.coupPcd", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/csc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action csc", + "operationId": "workbooks.workbook.functions.csc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/csch": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action csch", + "operationId": "workbooks.workbook.functions.csch", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/cumIPmt": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action cumIPmt", + "operationId": "workbooks.workbook.functions.cumIPmt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startPeriod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "endPeriod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/cumPrinc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action cumPrinc", + "operationId": "workbooks.workbook.functions.cumPrinc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startPeriod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "endPeriod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/date": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action date", + "operationId": "workbooks.workbook.functions.date", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "year": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "month": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "day": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/datevalue": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action datevalue", + "operationId": "workbooks.workbook.functions.datevalue", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "dateText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/daverage": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action daverage", + "operationId": "workbooks.workbook.functions.daverage", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/day": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action day", + "operationId": "workbooks.workbook.functions.day", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "serialNumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/days": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action days", + "operationId": "workbooks.workbook.functions.days", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "endDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/days360": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action days360", + "operationId": "workbooks.workbook.functions.days360", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "startDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "endDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "method": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/db": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action db", + "operationId": "workbooks.workbook.functions.db", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "cost": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "salvage": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "life": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "period": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "month": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dbcs": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dbcs", + "operationId": "workbooks.workbook.functions.dbcs", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dcount": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dcount", + "operationId": "workbooks.workbook.functions.dcount", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dcountA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dcountA", + "operationId": "workbooks.workbook.functions.dcountA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/ddb": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action ddb", + "operationId": "workbooks.workbook.functions.ddb", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "cost": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "salvage": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "life": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "period": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "factor": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dec2Bin": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dec2Bin", + "operationId": "workbooks.workbook.functions.dec2Bin", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "places": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dec2Hex": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dec2Hex", + "operationId": "workbooks.workbook.functions.dec2Hex", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "places": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dec2Oct": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dec2Oct", + "operationId": "workbooks.workbook.functions.dec2Oct", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "places": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/decimal": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action decimal", + "operationId": "workbooks.workbook.functions.decimal", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "radix": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/degrees": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action degrees", + "operationId": "workbooks.workbook.functions.degrees", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "angle": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/delta": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action delta", + "operationId": "workbooks.workbook.functions.delta", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "number2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/delta()", + "/workbooks/{workbook-id}/delta(token={token})" + ] + }, + "/workbooks/{workbook-id}/workbook/functions/devSq": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action devSq", + "operationId": "workbooks.workbook.functions.devSq", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dget": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dget", + "operationId": "workbooks.workbook.functions.dget", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/disc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action disc", + "operationId": "workbooks.workbook.functions.disc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pr": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dmax": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dmax", + "operationId": "workbooks.workbook.functions.dmax", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dmin": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dmin", + "operationId": "workbooks.workbook.functions.dmin", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dollar": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dollar", + "operationId": "workbooks.workbook.functions.dollar", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "decimals": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dollarDe": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dollarDe", + "operationId": "workbooks.workbook.functions.dollarDe", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fractionalDollar": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fraction": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dollarFr": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dollarFr", + "operationId": "workbooks.workbook.functions.dollarFr", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "decimalDollar": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fraction": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dproduct": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dproduct", + "operationId": "workbooks.workbook.functions.dproduct", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dstDev": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dstDev", + "operationId": "workbooks.workbook.functions.dstDev", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dstDevP": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dstDevP", + "operationId": "workbooks.workbook.functions.dstDevP", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dsum": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dsum", + "operationId": "workbooks.workbook.functions.dsum", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/duration": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action duration", + "operationId": "workbooks.workbook.functions.duration", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "coupon": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "yld": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dvar": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dvar", + "operationId": "workbooks.workbook.functions.dvar", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/dvarP": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action dvarP", + "operationId": "workbooks.workbook.functions.dvarP", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "database": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "field": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/ecma_Ceiling": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action ecma_Ceiling", + "operationId": "workbooks.workbook.functions.ecma_Ceiling", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "significance": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/edate": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action edate", + "operationId": "workbooks.workbook.functions.edate", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "startDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "months": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/effect": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action effect", + "operationId": "workbooks.workbook.functions.effect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "nominalRate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "npery": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/eoMonth": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action eoMonth", + "operationId": "workbooks.workbook.functions.eoMonth", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "startDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "months": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/erf": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action erf", + "operationId": "workbooks.workbook.functions.erf", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "lowerLimit": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "upperLimit": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/erf_Precise": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action erf_Precise", + "operationId": "workbooks.workbook.functions.erf_Precise", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "X": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/erfC": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action erfC", + "operationId": "workbooks.workbook.functions.erfC", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/erfC_Precise": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action erfC_Precise", + "operationId": "workbooks.workbook.functions.erfC_Precise", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "X": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/error_Type": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action error_Type", + "operationId": "workbooks.workbook.functions.error_Type", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "errorVal": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/even": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action even", + "operationId": "workbooks.workbook.functions.even", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/exact": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action exact", + "operationId": "workbooks.workbook.functions.exact", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "text2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/exp": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action exp", + "operationId": "workbooks.workbook.functions.exp", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/expon_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action expon_Dist", + "operationId": "workbooks.workbook.functions.expon_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "lambda": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/f_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action f_Dist", + "operationId": "workbooks.workbook.functions.f_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/f_Dist_RT": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action f_Dist_RT", + "operationId": "workbooks.workbook.functions.f_Dist_RT", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/f_Inv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action f_Inv", + "operationId": "workbooks.workbook.functions.f_Inv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/f_Inv_RT": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action f_Inv_RT", + "operationId": "workbooks.workbook.functions.f_Inv_RT", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/fact": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action fact", + "operationId": "workbooks.workbook.functions.fact", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/factDouble": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action factDouble", + "operationId": "workbooks.workbook.functions.factDouble", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/false": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action false", + "operationId": "workbooks.workbook.functions.false", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/find": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action find", + "operationId": "workbooks.workbook.functions.find", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "findText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "withinText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/findB": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action findB", + "operationId": "workbooks.workbook.functions.findB", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "findText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "withinText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/fisher": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action fisher", + "operationId": "workbooks.workbook.functions.fisher", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/fisherInv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action fisherInv", + "operationId": "workbooks.workbook.functions.fisherInv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "y": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/fixed": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action fixed", + "operationId": "workbooks.workbook.functions.fixed", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "decimals": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "noCommas": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/floor_Math": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action floor_Math", + "operationId": "workbooks.workbook.functions.floor_Math", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "significance": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "mode": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/floor_Precise": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action floor_Precise", + "operationId": "workbooks.workbook.functions.floor_Precise", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "significance": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/fv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action fv", + "operationId": "workbooks.workbook.functions.fv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pmt": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/fvschedule": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action fvschedule", + "operationId": "workbooks.workbook.functions.fvschedule", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "principal": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "schedule": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/gamma": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action gamma", + "operationId": "workbooks.workbook.functions.gamma", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/gamma_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action gamma_Dist", + "operationId": "workbooks.workbook.functions.gamma_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "alpha": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "beta": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/gamma_Inv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action gamma_Inv", + "operationId": "workbooks.workbook.functions.gamma_Inv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "alpha": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "beta": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/gammaLn": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action gammaLn", + "operationId": "workbooks.workbook.functions.gammaLn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/gammaLn_Precise": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action gammaLn_Precise", + "operationId": "workbooks.workbook.functions.gammaLn_Precise", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/gauss": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action gauss", + "operationId": "workbooks.workbook.functions.gauss", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/gcd": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action gcd", + "operationId": "workbooks.workbook.functions.gcd", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/geoMean": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action geoMean", + "operationId": "workbooks.workbook.functions.geoMean", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/geStep": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action geStep", + "operationId": "workbooks.workbook.functions.geStep", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "step": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/harMean": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action harMean", + "operationId": "workbooks.workbook.functions.harMean", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/hex2Bin": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action hex2Bin", + "operationId": "workbooks.workbook.functions.hex2Bin", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "places": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/hex2Dec": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action hex2Dec", + "operationId": "workbooks.workbook.functions.hex2Dec", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/hex2Oct": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action hex2Oct", + "operationId": "workbooks.workbook.functions.hex2Oct", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "places": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/hlookup": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action hlookup", + "operationId": "workbooks.workbook.functions.hlookup", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "lookupValue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "tableArray": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rowIndexNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rangeLookup": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/hour": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action hour", + "operationId": "workbooks.workbook.functions.hour", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "serialNumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/hyperlink": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action hyperlink", + "operationId": "workbooks.workbook.functions.hyperlink", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "linkLocation": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "friendlyName": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/hypGeom_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action hypGeom_Dist", + "operationId": "workbooks.workbook.functions.hypGeom_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "sampleS": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberSample": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "populationS": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberPop": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/if": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action if", + "operationId": "workbooks.workbook.functions.if", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "logicalTest": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "valueIfTrue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "valueIfFalse": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imAbs": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imAbs", + "operationId": "workbooks.workbook.functions.imAbs", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imaginary": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imaginary", + "operationId": "workbooks.workbook.functions.imaginary", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imArgument": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imArgument", + "operationId": "workbooks.workbook.functions.imArgument", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imConjugate": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imConjugate", + "operationId": "workbooks.workbook.functions.imConjugate", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imCos": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imCos", + "operationId": "workbooks.workbook.functions.imCos", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imCosh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imCosh", + "operationId": "workbooks.workbook.functions.imCosh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imCot": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imCot", + "operationId": "workbooks.workbook.functions.imCot", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imCsc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imCsc", + "operationId": "workbooks.workbook.functions.imCsc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imCsch": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imCsch", + "operationId": "workbooks.workbook.functions.imCsch", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imDiv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imDiv", + "operationId": "workbooks.workbook.functions.imDiv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "inumber2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imExp": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imExp", + "operationId": "workbooks.workbook.functions.imExp", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imLn": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imLn", + "operationId": "workbooks.workbook.functions.imLn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imLog10": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imLog10", + "operationId": "workbooks.workbook.functions.imLog10", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imLog2": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imLog2", + "operationId": "workbooks.workbook.functions.imLog2", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imPower": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imPower", + "operationId": "workbooks.workbook.functions.imPower", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imProduct": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imProduct", + "operationId": "workbooks.workbook.functions.imProduct", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imReal": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imReal", + "operationId": "workbooks.workbook.functions.imReal", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imSec": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imSec", + "operationId": "workbooks.workbook.functions.imSec", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imSech": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imSech", + "operationId": "workbooks.workbook.functions.imSech", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imSin": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imSin", + "operationId": "workbooks.workbook.functions.imSin", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imSinh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imSinh", + "operationId": "workbooks.workbook.functions.imSinh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imSqrt": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imSqrt", + "operationId": "workbooks.workbook.functions.imSqrt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imSub": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imSub", + "operationId": "workbooks.workbook.functions.imSub", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "inumber2": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imSum": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imSum", + "operationId": "workbooks.workbook.functions.imSum", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/imTan": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action imTan", + "operationId": "workbooks.workbook.functions.imTan", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "inumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/int": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action int", + "operationId": "workbooks.workbook.functions.int", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/intRate": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action intRate", + "operationId": "workbooks.workbook.functions.intRate", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "investment": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/ipmt": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action ipmt", + "operationId": "workbooks.workbook.functions.ipmt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "per": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/irr": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action irr", + "operationId": "workbooks.workbook.functions.irr", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "guess": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isErr": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isErr", + "operationId": "workbooks.workbook.functions.isErr", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isError": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isError", + "operationId": "workbooks.workbook.functions.isError", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isEven": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isEven", + "operationId": "workbooks.workbook.functions.isEven", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isFormula": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isFormula", + "operationId": "workbooks.workbook.functions.isFormula", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "reference": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isLogical": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isLogical", + "operationId": "workbooks.workbook.functions.isLogical", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isNA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isNA", + "operationId": "workbooks.workbook.functions.isNA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isNonText": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isNonText", + "operationId": "workbooks.workbook.functions.isNonText", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isNumber": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isNumber", + "operationId": "workbooks.workbook.functions.isNumber", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/iso_Ceiling": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action iso_Ceiling", + "operationId": "workbooks.workbook.functions.iso_Ceiling", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "significance": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isOdd": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isOdd", + "operationId": "workbooks.workbook.functions.isOdd", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isoWeekNum": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isoWeekNum", + "operationId": "workbooks.workbook.functions.isoWeekNum", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "date": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/ispmt": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action ispmt", + "operationId": "workbooks.workbook.functions.ispmt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "per": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isref": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isref", + "operationId": "workbooks.workbook.functions.isref", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/isText": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action isText", + "operationId": "workbooks.workbook.functions.isText", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/kurt": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action kurt", + "operationId": "workbooks.workbook.functions.kurt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/large": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action large", + "operationId": "workbooks.workbook.functions.large", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "k": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/lcm": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action lcm", + "operationId": "workbooks.workbook.functions.lcm", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/left": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action left", + "operationId": "workbooks.workbook.functions.left", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numChars": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/leftb": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action leftb", + "operationId": "workbooks.workbook.functions.leftb", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numBytes": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/len": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action len", + "operationId": "workbooks.workbook.functions.len", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/lenb": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action lenb", + "operationId": "workbooks.workbook.functions.lenb", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/ln": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action ln", + "operationId": "workbooks.workbook.functions.ln", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/log": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action log", + "operationId": "workbooks.workbook.functions.log", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "base": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/log10": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action log10", + "operationId": "workbooks.workbook.functions.log10", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/logNorm_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action logNorm_Dist", + "operationId": "workbooks.workbook.functions.logNorm_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "mean": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "standardDev": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/logNorm_Inv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action logNorm_Inv", + "operationId": "workbooks.workbook.functions.logNorm_Inv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "mean": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "standardDev": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/lookup": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action lookup", + "operationId": "workbooks.workbook.functions.lookup", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "lookupValue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "lookupVector": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "resultVector": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/lower": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action lower", + "operationId": "workbooks.workbook.functions.lower", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/match": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action match", + "operationId": "workbooks.workbook.functions.match", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "lookupValue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "lookupArray": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "matchType": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/max": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action max", + "operationId": "workbooks.workbook.functions.max", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/maxA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action maxA", + "operationId": "workbooks.workbook.functions.maxA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/mduration": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action mduration", + "operationId": "workbooks.workbook.functions.mduration", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "coupon": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "yld": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/median": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action median", + "operationId": "workbooks.workbook.functions.median", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/mid": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action mid", + "operationId": "workbooks.workbook.functions.mid", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numChars": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/midb": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action midb", + "operationId": "workbooks.workbook.functions.midb", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numBytes": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/min": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action min", + "operationId": "workbooks.workbook.functions.min", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/minA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action minA", + "operationId": "workbooks.workbook.functions.minA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/minute": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action minute", + "operationId": "workbooks.workbook.functions.minute", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "serialNumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/mirr": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action mirr", + "operationId": "workbooks.workbook.functions.mirr", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "financeRate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "reinvestRate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/mod": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action mod", + "operationId": "workbooks.workbook.functions.mod", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "divisor": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/month": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action month", + "operationId": "workbooks.workbook.functions.month", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "serialNumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/mround": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action mround", + "operationId": "workbooks.workbook.functions.mround", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "multiple": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/multiNomial": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action multiNomial", + "operationId": "workbooks.workbook.functions.multiNomial", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/n": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action n", + "operationId": "workbooks.workbook.functions.n", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/na": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action na", + "operationId": "workbooks.workbook.functions.na", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/negBinom_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action negBinom_Dist", + "operationId": "workbooks.workbook.functions.negBinom_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numberF": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberS": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "probabilityS": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/networkDays": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action networkDays", + "operationId": "workbooks.workbook.functions.networkDays", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "startDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "endDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "holidays": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/networkDays_Intl": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action networkDays_Intl", + "operationId": "workbooks.workbook.functions.networkDays_Intl", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "startDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "endDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "weekend": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "holidays": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/nominal": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action nominal", + "operationId": "workbooks.workbook.functions.nominal", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "effectRate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "npery": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/norm_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action norm_Dist", + "operationId": "workbooks.workbook.functions.norm_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "mean": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "standardDev": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/norm_Inv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action norm_Inv", + "operationId": "workbooks.workbook.functions.norm_Inv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "mean": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "standardDev": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/norm_S_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action norm_S_Dist", + "operationId": "workbooks.workbook.functions.norm_S_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "z": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/norm_S_Inv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action norm_S_Inv", + "operationId": "workbooks.workbook.functions.norm_S_Inv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/not": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action not", + "operationId": "workbooks.workbook.functions.not", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "logical": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/now": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action now", + "operationId": "workbooks.workbook.functions.now", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/nper": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action nper", + "operationId": "workbooks.workbook.functions.nper", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pmt": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/npv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action npv", + "operationId": "workbooks.workbook.functions.npv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/numberValue": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action numberValue", + "operationId": "workbooks.workbook.functions.numberValue", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "decimalSeparator": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "groupSeparator": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/oct2Bin": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action oct2Bin", + "operationId": "workbooks.workbook.functions.oct2Bin", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "places": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/oct2Dec": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action oct2Dec", + "operationId": "workbooks.workbook.functions.oct2Dec", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/oct2Hex": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action oct2Hex", + "operationId": "workbooks.workbook.functions.oct2Hex", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "places": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/odd": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action odd", + "operationId": "workbooks.workbook.functions.odd", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/oddFPrice": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action oddFPrice", + "operationId": "workbooks.workbook.functions.oddFPrice", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "issue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "firstCoupon": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "yld": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/oddFYield": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action oddFYield", + "operationId": "workbooks.workbook.functions.oddFYield", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "issue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "firstCoupon": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pr": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/oddLPrice": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action oddLPrice", + "operationId": "workbooks.workbook.functions.oddLPrice", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "lastInterest": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "yld": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/oddLYield": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action oddLYield", + "operationId": "workbooks.workbook.functions.oddLYield", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "lastInterest": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pr": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/or": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action or", + "operationId": "workbooks.workbook.functions.or", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/pduration": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action pduration", + "operationId": "workbooks.workbook.functions.pduration", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/percentile_Exc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action percentile_Exc", + "operationId": "workbooks.workbook.functions.percentile_Exc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "k": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/percentile_Inc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action percentile_Inc", + "operationId": "workbooks.workbook.functions.percentile_Inc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "k": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/percentRank_Exc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action percentRank_Exc", + "operationId": "workbooks.workbook.functions.percentRank_Exc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "significance": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/percentRank_Inc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action percentRank_Inc", + "operationId": "workbooks.workbook.functions.percentRank_Inc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "significance": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/permut": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action permut", + "operationId": "workbooks.workbook.functions.permut", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberChosen": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/permutationa": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action permutationa", + "operationId": "workbooks.workbook.functions.permutationa", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberChosen": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/phi": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action phi", + "operationId": "workbooks.workbook.functions.phi", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/pi": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action pi", + "operationId": "workbooks.workbook.functions.pi", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/pmt": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action pmt", + "operationId": "workbooks.workbook.functions.pmt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/poisson_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action poisson_Dist", + "operationId": "workbooks.workbook.functions.poisson_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "mean": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/power": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action power", + "operationId": "workbooks.workbook.functions.power", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "power": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/ppmt": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action ppmt", + "operationId": "workbooks.workbook.functions.ppmt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "per": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/price": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action price", + "operationId": "workbooks.workbook.functions.price", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "yld": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/priceDisc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action priceDisc", + "operationId": "workbooks.workbook.functions.priceDisc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "discount": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/priceMat": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action priceMat", + "operationId": "workbooks.workbook.functions.priceMat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "issue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "yld": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/product": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action product", + "operationId": "workbooks.workbook.functions.product", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/proper": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action proper", + "operationId": "workbooks.workbook.functions.proper", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/pv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action pv", + "operationId": "workbooks.workbook.functions.pv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pmt": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/quartile_Exc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action quartile_Exc", + "operationId": "workbooks.workbook.functions.quartile_Exc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "quart": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/quartile_Inc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action quartile_Inc", + "operationId": "workbooks.workbook.functions.quartile_Inc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "quart": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/quotient": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action quotient", + "operationId": "workbooks.workbook.functions.quotient", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "numerator": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "denominator": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/radians": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action radians", + "operationId": "workbooks.workbook.functions.radians", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "angle": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/rand": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action rand", + "operationId": "workbooks.workbook.functions.rand", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/randBetween": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action randBetween", + "operationId": "workbooks.workbook.functions.randBetween", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "bottom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "top": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/rank_Avg": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action rank_Avg", + "operationId": "workbooks.workbook.functions.rank_Avg", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "ref": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "order": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/rank_Eq": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action rank_Eq", + "operationId": "workbooks.workbook.functions.rank_Eq", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "ref": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "order": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/rate": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action rate", + "operationId": "workbooks.workbook.functions.rate", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pmt": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "guess": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/received": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action received", + "operationId": "workbooks.workbook.functions.received", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "investment": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "discount": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/replace": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action replace", + "operationId": "workbooks.workbook.functions.replace", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "oldText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numChars": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "newText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/replaceB": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action replaceB", + "operationId": "workbooks.workbook.functions.replaceB", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "oldText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numBytes": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "newText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/rept": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action rept", + "operationId": "workbooks.workbook.functions.rept", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numberTimes": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/right": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action right", + "operationId": "workbooks.workbook.functions.right", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numChars": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/rightb": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action rightb", + "operationId": "workbooks.workbook.functions.rightb", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numBytes": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/roman": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action roman", + "operationId": "workbooks.workbook.functions.roman", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "form": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/round": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action round", + "operationId": "workbooks.workbook.functions.round", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numDigits": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/roundDown": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action roundDown", + "operationId": "workbooks.workbook.functions.roundDown", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numDigits": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/roundUp": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action roundUp", + "operationId": "workbooks.workbook.functions.roundUp", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numDigits": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/rows": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action rows", + "operationId": "workbooks.workbook.functions.rows", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/rri": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action rri", + "operationId": "workbooks.workbook.functions.rri", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "nper": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "fv": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sec": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sec", + "operationId": "workbooks.workbook.functions.sec", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sech": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sech", + "operationId": "workbooks.workbook.functions.sech", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/second": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action second", + "operationId": "workbooks.workbook.functions.second", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "serialNumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/seriesSum": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action seriesSum", + "operationId": "workbooks.workbook.functions.seriesSum", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "n": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "m": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "coefficients": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sheet": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sheet", + "operationId": "workbooks.workbook.functions.sheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sheets": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sheets", + "operationId": "workbooks.workbook.functions.sheets", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "reference": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sign": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sign", + "operationId": "workbooks.workbook.functions.sign", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sin": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sin", + "operationId": "workbooks.workbook.functions.sin", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sinh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sinh", + "operationId": "workbooks.workbook.functions.sinh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/skew": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action skew", + "operationId": "workbooks.workbook.functions.skew", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/skew_p": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action skew_p", + "operationId": "workbooks.workbook.functions.skew_p", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sln": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sln", + "operationId": "workbooks.workbook.functions.sln", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "cost": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "salvage": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "life": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/small": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action small", + "operationId": "workbooks.workbook.functions.small", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "k": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sqrt": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sqrt", + "operationId": "workbooks.workbook.functions.sqrt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sqrtPi": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sqrtPi", + "operationId": "workbooks.workbook.functions.sqrtPi", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/standardize": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action standardize", + "operationId": "workbooks.workbook.functions.standardize", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "mean": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "standardDev": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/stDev_P": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action stDev_P", + "operationId": "workbooks.workbook.functions.stDev_P", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/stDev_S": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action stDev_S", + "operationId": "workbooks.workbook.functions.stDev_S", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/stDevA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action stDevA", + "operationId": "workbooks.workbook.functions.stDevA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/stDevPA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action stDevPA", + "operationId": "workbooks.workbook.functions.stDevPA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/substitute": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action substitute", + "operationId": "workbooks.workbook.functions.substitute", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "oldText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "newText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "instanceNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/subtotal": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action subtotal", + "operationId": "workbooks.workbook.functions.subtotal", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "functionNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sum": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sum", + "operationId": "workbooks.workbook.functions.sum", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sumIf": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sumIf", + "operationId": "workbooks.workbook.functions.sumIf", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "range": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "sumRange": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sumIfs": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sumIfs", + "operationId": "workbooks.workbook.functions.sumIfs", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "sumRange": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/sumSq": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action sumSq", + "operationId": "workbooks.workbook.functions.sumSq", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/syd": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action syd", + "operationId": "workbooks.workbook.functions.syd", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "cost": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "salvage": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "life": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "per": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/t": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action t", + "operationId": "workbooks.workbook.functions.t", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/t_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action t_Dist", + "operationId": "workbooks.workbook.functions.t_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/t_Dist_2T": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action t_Dist_2T", + "operationId": "workbooks.workbook.functions.t_Dist_2T", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/t_Dist_RT": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action t_Dist_RT", + "operationId": "workbooks.workbook.functions.t_Dist_RT", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/t_Inv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action t_Inv", + "operationId": "workbooks.workbook.functions.t_Inv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/t_Inv_2T": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action t_Inv_2T", + "operationId": "workbooks.workbook.functions.t_Inv_2T", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "probability": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "degFreedom": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/tan": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action tan", + "operationId": "workbooks.workbook.functions.tan", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/tanh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action tanh", + "operationId": "workbooks.workbook.functions.tanh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/tbillEq": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action tbillEq", + "operationId": "workbooks.workbook.functions.tbillEq", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "discount": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/tbillPrice": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action tbillPrice", + "operationId": "workbooks.workbook.functions.tbillPrice", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "discount": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/tbillYield": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action tbillYield", + "operationId": "workbooks.workbook.functions.tbillYield", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pr": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/text": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action text", + "operationId": "workbooks.workbook.functions.text", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "formatText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/time": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action time", + "operationId": "workbooks.workbook.functions.time", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "hour": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "minute": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "second": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/timevalue": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action timevalue", + "operationId": "workbooks.workbook.functions.timevalue", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timeText": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/today": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action today", + "operationId": "workbooks.workbook.functions.today", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/trim": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action trim", + "operationId": "workbooks.workbook.functions.trim", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/trimMean": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action trimMean", + "operationId": "workbooks.workbook.functions.trimMean", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "percent": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/true": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action true", + "operationId": "workbooks.workbook.functions.true", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/trunc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action trunc", + "operationId": "workbooks.workbook.functions.trunc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "numDigits": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/type": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action type", + "operationId": "workbooks.workbook.functions.type", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/unichar": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action unichar", + "operationId": "workbooks.workbook.functions.unichar", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/unicode": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action unicode", + "operationId": "workbooks.workbook.functions.unicode", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/upper": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action upper", + "operationId": "workbooks.workbook.functions.upper", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/usdollar": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action usdollar", + "operationId": "workbooks.workbook.functions.usdollar", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "decimals": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/value": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action value", + "operationId": "workbooks.workbook.functions.value", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/var_P": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action var_P", + "operationId": "workbooks.workbook.functions.var_P", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/var_S": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action var_S", + "operationId": "workbooks.workbook.functions.var_S", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/varA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action varA", + "operationId": "workbooks.workbook.functions.varA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/varPA": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action varPA", + "operationId": "workbooks.workbook.functions.varPA", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/vdb": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action vdb", + "operationId": "workbooks.workbook.functions.vdb", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "cost": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "salvage": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "life": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "startPeriod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "endPeriod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "factor": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "noSwitch": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/vlookup": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action vlookup", + "operationId": "workbooks.workbook.functions.vlookup", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "lookupValue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "tableArray": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "colIndexNum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rangeLookup": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/weekday": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action weekday", + "operationId": "workbooks.workbook.functions.weekday", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "serialNumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "returnType": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/weekNum": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action weekNum", + "operationId": "workbooks.workbook.functions.weekNum", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "serialNumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "returnType": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/weibull_Dist": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action weibull_Dist", + "operationId": "workbooks.workbook.functions.weibull_Dist", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "alpha": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "beta": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "cumulative": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/workDay": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action workDay", + "operationId": "workbooks.workbook.functions.workDay", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "startDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "days": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "holidays": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/workDay_Intl": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action workDay_Intl", + "operationId": "workbooks.workbook.functions.workDay_Intl", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "startDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "days": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "weekend": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "holidays": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/xirr": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action xirr", + "operationId": "workbooks.workbook.functions.xirr", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "dates": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "guess": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/xnpv": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action xnpv", + "operationId": "workbooks.workbook.functions.xnpv", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "dates": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/xor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action xor", + "operationId": "workbooks.workbook.functions.xor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/year": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action year", + "operationId": "workbooks.workbook.functions.year", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "serialNumber": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/yearFrac": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action yearFrac", + "operationId": "workbooks.workbook.functions.yearFrac", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "startDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "endDate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/yield": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action yield", + "operationId": "workbooks.workbook.functions.yield", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pr": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "frequency": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/yieldDisc": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action yieldDisc", + "operationId": "workbooks.workbook.functions.yieldDisc", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pr": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "redemption": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/yieldMat": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action yieldMat", + "operationId": "workbooks.workbook.functions.yieldMat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "settlement": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maturity": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "issue": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rate": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "pr": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "basis": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/functions/z_Test": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action z_Test", + "operationId": "workbooks.workbook.functions.z_Test", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "array": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "x": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "sigma": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctionResult" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/closeSession": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Close an existing workbook session.", + "operationId": "closeSession", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/createSession": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Create a new workbook session.", + "operationId": "createSession", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "title": "PersistChanges", + "type": "object", + "properties": { + "persistChanges": { + "type": "boolean", + "default": false + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SessionInfo", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/processQuery": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action processQuery", + "operationId": "workbooks.workbook.processQuery", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "input": { + "type": "string", + "format": "base64url", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "format": "base64url", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/workbooks/{workbook-id}/workbook/refreshSession": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Refreshes an existing workbook session.", + "operationId": "refreshSession", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + } + }, + "/me/drive/items/{workbook-id}/workbook/names": { + "get": { + "tags": [ + "workbooks.workbook.workbookNamedItem", + "workbook" + ], + "summary": "Get names from workbooks.", + "operationId": "listWorkbookNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "comment", + "comment desc", + "name", + "name desc", + "scope", + "scope desc", + "type", + "type desc", + "value", + "value desc", + "visible", + "visible desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "comment", + "name", + "scope", + "type", + "value", + "visible", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItems" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.workbookNamedItem" + ], + "summary": "Create new navigation property to names for workbooks", + "operationId": "workbooks.workbook.CreateNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}": { + "get": { + "tags": [ + "workbooks.workbook.workbookNamedItem", + "workbook" + ], + "summary": "Get names from workbooks.", + "operationId": "getWorkbookNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "comment", + "name", + "scope", + "type", + "value", + "visible", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.workbookNamedItem", + "workbook" + ], + "summary": "Update the navigation property names in workbooks.", + "operationId": "updateWorkbookNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.workbookNamedItem", + "workbook" + ], + "summary": "Delete navigation property names for workbooks.", + "operationId": "deleteWorkbookNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.names.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.names.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.names.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Gets charts from workbooks.", + "operationId": "listWorkbookNamedItemCharts", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "height", + "height desc", + "left", + "left desc", + "name", + "name desc", + "top", + "top desc", + "width", + "width desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "left", + "name", + "top", + "width", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Charts" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Create new navigation property to charts for workbooks", + "operationId": "workbooks.workbook.names.worksheet.CreateCharts", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get chart from workbooks.", + "operationId": "getWorkbookNamedItemWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "left", + "name", + "top", + "width", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property charts in workbooks.", + "operationId": "updateWorkbookNamedItemWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property charts for workbooks.", + "operationId": "deleteWorkbookNamedItemWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get axes from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.GetAxes", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "categoryAxis", + "seriesAxis", + "valueAxis" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "categoryAxis", + "seriesAxis", + "valueAxis" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxes" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property axes in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.UpdateAxes", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxes" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property axes for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.DeleteAxes", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get categoryAxis from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.GetCategoryAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "majorUnit", + "maximum", + "minimum", + "minorUnit", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property categoryAxis in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.UpdateCategoryAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property categoryAxis for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.DeleteCategoryAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get majorGridlines from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.GetMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property majorGridlines in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.UpdateMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property majorGridlines for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.DeleteMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.majorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.majorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.majorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.majorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.majorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.majorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.majorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get minorGridlines from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.GetMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property minorGridlines in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.UpdateMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property minorGridlines for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.DeleteMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.minorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.minorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.minorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.minorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.minorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.minorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.minorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.categoryAxis.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get seriesAxis from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.GetSeriesAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "majorUnit", + "maximum", + "minimum", + "minorUnit", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property seriesAxis in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.UpdateSeriesAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property seriesAxis for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.DeleteSeriesAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get majorGridlines from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.GetMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property majorGridlines in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.UpdateMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property majorGridlines for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.DeleteMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.majorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.majorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.majorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.majorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.majorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.majorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.majorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get minorGridlines from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.GetMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property minorGridlines in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.UpdateMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property minorGridlines for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.DeleteMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.minorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.minorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.minorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.minorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.minorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.minorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.minorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.seriesAxis.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get valueAxis from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.GetValueAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "majorUnit", + "maximum", + "minimum", + "minorUnit", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property valueAxis in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.UpdateValueAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property valueAxis for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.DeleteValueAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get majorGridlines from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.GetMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property majorGridlines in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.UpdateMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property majorGridlines for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.DeleteMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.majorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.majorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.majorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.majorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.majorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.majorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.majorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get minorGridlines from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.GetMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property minorGridlines in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.UpdateMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property minorGridlines for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.DeleteMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.minorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.minorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.minorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.minorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.minorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.minorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.minorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.axes.valueAxis.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get dataLabels from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.GetDataLabels", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "position", + "separator", + "showBubbleSize", + "showCategoryName", + "showLegendKey", + "showPercentage", + "showSeriesName", + "showValue", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabels" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property dataLabels in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.UpdateDataLabels", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabels" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property dataLabels for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.DeleteDataLabels", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabelFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabelFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.dataLabels.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAreaFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAreaFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.names.worksheet.charts.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get legend from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.GetLegend", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "overlay", + "position", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegend" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property legend in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.UpdateLegend", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegend" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property legend for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.DeleteLegend", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegendFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegendFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.legend.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function image", + "operationId": "workbooks.workbook.names.worksheet.charts.image-8f13", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function image", + "operationId": "workbooks.workbook.names.worksheet.charts.image-72bb", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "width", + "in": "path", + "description": "Usage: width={width}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "height", + "in": "path", + "description": "Usage: height={height}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "fittingMode", + "in": "path", + "description": "Usage: fittingMode={fittingMode}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function image", + "operationId": "workbooks.workbook.names.worksheet.charts.image-664c", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "width", + "in": "path", + "description": "Usage: width={width}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "height", + "in": "path", + "description": "Usage: height={height}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function image", + "operationId": "workbooks.workbook.names.worksheet.charts.image-9795", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "width", + "in": "path", + "description": "Usage: width={width}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/setData": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Resets the source data for the chart.", + "operationId": "setWorkbookNamedItemWorksheetChartData", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SetData" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/setData", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/setData" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/setPosition": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Positions the chart relative to cells on the worksheet.", + "operationId": "setWorkbookNamedItemWorksheetChartPosition", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Position" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/setPosition", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/setPosition" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get series from workbooks.", + "operationId": "listWorkbookNamedItemWorksheetChartSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "format", + "points" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "points" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeriesCollection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet", + "workbook" + ], + "summary": "Create new navigation property to series for workbooks.", + "operationId": "createWorkbookNamedItemWorksheetChartSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get series from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.GetSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "format", + "points" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "points" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property series in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.UpdateSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property series for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.DeleteSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeriesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeriesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.series.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.names.worksheet.charts.series.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.series.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get points from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.ListPoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of workbookChartPoint", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Create new navigation property to points for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.CreatePoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get points from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.GetPoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property points in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.UpdatePoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property points for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.DeletePoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPointFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPointFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.names.worksheet.charts.series.points.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartPoint" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.names.worksheet.charts.series.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.names.worksheet.charts.series.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartSeries" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "overlay", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.title.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.title.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.title.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.charts.title.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.names.worksheet.charts.title.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.names.worksheet.charts.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function cell", + "operationId": "workbooks.workbook.names.worksheet.charts.worksheet.cell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.charts.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.charts.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.names.worksheet.charts.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.names.worksheet.charts.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Creates a new chart.", + "operationId": "addWorkbookNamedItemWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewChart" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.names.worksheet.charts.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/item(name={name})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function item", + "operationId": "workbooks.workbook.names.worksheet.charts.item", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "name", + "in": "path", + "description": "Usage: name={name}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Chart" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/item(name={name})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/item(name={name})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.names.worksheet.charts.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Chart" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Gets the range containing the single cell based on row and column numbers.", + "operationId": "getWorkbookNamedItemWorksheetCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.names.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.names.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get names from workbooks", + "operationId": "workbooks.workbook.names.worksheet.ListNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "comment", + "comment desc", + "name", + "name desc", + "scope", + "scope desc", + "type", + "type desc", + "value", + "value desc", + "visible", + "visible desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "comment", + "name", + "scope", + "type", + "value", + "visible", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of workbookNamedItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Create new navigation property to names for workbooks", + "operationId": "workbooks.workbook.names.worksheet.CreateNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get names from workbooks", + "operationId": "workbooks.workbook.names.worksheet.GetNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookNamedItem-id1", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "comment", + "name", + "scope", + "type", + "value", + "visible", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property names in workbooks", + "operationId": "workbooks.workbook.names.worksheet.UpdateNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookNamedItem-id1", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property names for workbooks", + "operationId": "workbooks.workbook.names.worksheet.DeleteNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookNamedItem-id1", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.names.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookNamedItem-id1", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Adds a new name to the collection of the given scope using the user's locale for the formula.", + "operationId": "addWorkbookNamedItemWorksheetName", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewNamedItem" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/addFormulaLocal": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Creates new formula local.", + "operationId": "addWorkbookNamedItemWorksheetFormulaLocal", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Formula" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/addFormulaLocal", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/addFormulaLocal", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/addFormulaLocal" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get pivotTables from workbooks", + "operationId": "workbooks.workbook.names.worksheet.ListPivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of workbookPivotTable", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PivotTable" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Create new navigation property to pivotTables for workbooks", + "operationId": "workbooks.workbook.names.worksheet.CreatePivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get pivotTables from workbooks", + "operationId": "workbooks.workbook.names.worksheet.GetPivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property pivotTables in workbooks", + "operationId": "workbooks.workbook.names.worksheet.UpdatePivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property pivotTables for workbooks", + "operationId": "workbooks.workbook.names.worksheet.DeletePivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/refresh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action refresh", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.refresh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/refresh", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/refresh" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function cell", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.worksheet.cell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/refreshAll": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action refreshAll", + "operationId": "workbooks.workbook.names.worksheet.pivotTables.refreshAll", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/refreshAll", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/refreshAll" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/protection": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get protection from workbooks", + "operationId": "workbooks.workbook.names.worksheet.GetProtection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "options", + "protected" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WorksheetProtection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property protection in workbooks", + "operationId": "workbooks.workbook.names.worksheet.UpdateProtection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WorksheetProtection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property protection for workbooks", + "operationId": "workbooks.workbook.names.worksheet.DeleteProtection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/protection", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/protection" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/protection/protect": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action protect", + "operationId": "workbooks.workbook.names.worksheet.protection.protect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "options": { + "anyOf": [ + { + "$ref": "#/components/schemas/WorksheetProtectionOptions" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/protection/protect", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/protection/protect" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/protection/unprotect": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action unprotect", + "operationId": "workbooks.workbook.names.worksheet.protection.unprotect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/protection/unprotect", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/protection/unprotect" + ] + }, + "/me/drive/items/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get tables from workbooks.", + "operationId": "listWorkbookNamedItemTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "highlightFirstColumn", + "highlightFirstColumn desc", + "highlightLastColumn", + "highlightLastColumn desc", + "name", + "name desc", + "showBandedColumns", + "showBandedColumns desc", + "showBandedRows", + "showBandedRows desc", + "showFilterButton", + "showFilterButton desc", + "showHeaders", + "showHeaders desc", + "showTotals", + "showTotals desc", + "style", + "style desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "highlightFirstColumn", + "highlightLastColumn", + "name", + "showBandedColumns", + "showBandedRows", + "showFilterButton", + "showHeaders", + "showTotals", + "style", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Tables" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Create new navigation property to tables for workbooks", + "operationId": "workbooks.workbook.names.worksheet.CreateTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get tables from workbooks.", + "operationId": "getWorkbookNamedItemTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "highlightFirstColumn", + "highlightLastColumn", + "name", + "showBandedColumns", + "showBandedRows", + "showFilterButton", + "showHeaders", + "showTotals", + "style", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property tables in workbooks.", + "operationId": "updateWorkbookNamedItemTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property tables for workbooks.", + "operationId": "deleteWorkbookNamedItemTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get columns from workbooks.", + "operationId": "listWorkbookNamedItemWorksheetTableColumns", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "index", + "index desc", + "name", + "name desc", + "values", + "values desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "name", + "values", + "filter" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "filter" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Columns" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet", + "workbook" + ], + "summary": "Create new navigation property to columns for workbooks.", + "operationId": "createWorkbookNamedItemWorksheetTableColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get columns from workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.GetColumns", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "name", + "values", + "filter" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "filter" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property columns in workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.UpdateColumns", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property columns for workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.DeleteColumns", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get filter from workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.GetFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "criteria" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Filter" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property filter in workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.UpdateFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Filter" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property filter for workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.DeleteFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action apply", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.apply", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/FilterCriteria" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/apply" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomItemsFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyBottomItemsFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyBottomItemsFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "count": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomItemsFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomItemsFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomPercentFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyBottomPercentFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyBottomPercentFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "percent": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomPercentFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomPercentFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCellColorFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyCellColorFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyCellColorFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCellColorFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCellColorFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCustomFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyCustomFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyCustomFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "criteria1": { + "type": "string", + "nullable": true + }, + "criteria2": { + "type": "string", + "nullable": true + }, + "oper": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCustomFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCustomFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyDynamicFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyDynamicFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyDynamicFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "criteria": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyDynamicFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyDynamicFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyFontColorFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyFontColorFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyFontColorFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyFontColorFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyFontColorFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyIconFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyIconFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyIconFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "icon": { + "anyOf": [ + { + "$ref": "#/components/schemas/Icon" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyIconFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyIconFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopItemsFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyTopItemsFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyTopItemsFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "count": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopItemsFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopItemsFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopPercentFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyTopPercentFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyTopPercentFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "percent": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopPercentFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopPercentFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyValuesFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyValuesFilter", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.applyValuesFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyValuesFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyValuesFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.filter.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function dataBodyRange", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.dataBodyRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/dataBodyRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function headerRowRange", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.headerRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/headerRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function totalRowRange", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.totalRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/totalRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action add", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.add", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "index": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Column" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.names.worksheet.tables.columns.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Column" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/clearFilters": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clearFilters", + "operationId": "workbooks.workbook.names.worksheet.tables.clearFilters", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/clearFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/clearFilters", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/clearFilters" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/convertToRange": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action convertToRange", + "operationId": "workbooks.workbook.names.worksheet.tables.convertToRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/convertToRange", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/convertToRange", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/convertToRange" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/dataBodyRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function dataBodyRange", + "operationId": "workbooks.workbook.names.worksheet.tables.dataBodyRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/dataBodyRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/headerRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function headerRowRange", + "operationId": "workbooks.workbook.names.worksheet.tables.headerRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/headerRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Retrieves the properties and relationships of range.", + "operationId": "getWorkbookNamedItemWorksheetTableRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/reapplyFilters": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action reapplyFilters", + "operationId": "workbooks.workbook.names.worksheet.tables.reapplyFilters", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/reapplyFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/reapplyFilters", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/reapplyFilters" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/totalRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function totalRowRange", + "operationId": "workbooks.workbook.names.worksheet.tables.totalRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/totalRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get rows from workbooks.", + "operationId": "listWorkbookNamedItemWorksheetTableRows", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "index", + "index desc", + "values", + "values desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Rows" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Create new navigation property to rows for workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.CreateRows", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get row from workbooks.", + "operationId": "getWorkbookNamedItemWorksheetTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property rows in workbooks.", + "operationId": "updateWorkbookNamedItemWorksheetTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property rows for workbooks.", + "operationId": "deleteWorkbookNamedItemWorksheetTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.tables.rows.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Adds rows to the end of the table.", + "operationId": "addWorkbookNamedItemWorksheetTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewRow" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.names.worksheet.tables.rows.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.names.worksheet.tables.rows.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Row" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get sort from workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.GetSort", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fields", + "matchCase", + "method" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TableSort" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property sort in workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.UpdateSort", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TableSort" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property sort for workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.DeleteSort", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/apply": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action apply", + "operationId": "workbooks.workbook.names.worksheet.tables.sort.apply", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/apply" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.names.worksheet.tables.sort.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/reapply": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action reapply", + "operationId": "workbooks.workbook.names.worksheet.tables.sort.reapply", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/reapply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/reapply" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.names.workbookWorksheet" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.names.worksheet.tables.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Gets the range object containing the single cell based on row and column numbers.", + "operationId": "getWorkbookNamedItemWorksheetTableCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.tables.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.names.worksheet.tables.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.names.worksheet.tables.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.names.worksheet.tables.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Create a new table.", + "operationId": "addWorkbookNamedItemWorksheetTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewTable" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.names.worksheet.tables.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.names.worksheet.tables.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Table" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/names/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Adds a new name to the collection of the given scope using the user's locale for the formula.", + "operationId": "addWorkbookName", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewNamedItem" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/names/addFormulaLocal": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Creates new formula local.", + "operationId": "addWorkbookNameFormulaLocal", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Formula" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/addFormulaLocal", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/addFormulaLocal", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/addFormulaLocal" + ] + }, + "/workbooks/{workbook-id}/workbook/tables": { + "get": { + "tags": [ + "workbooks.workbook.workbookTable", + "workbook" + ], + "summary": "Gets tables from workbooks.", + "operationId": "listWorkbookTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "highlightFirstColumn", + "highlightFirstColumn desc", + "highlightLastColumn", + "highlightLastColumn desc", + "name", + "name desc", + "showBandedColumns", + "showBandedColumns desc", + "showBandedRows", + "showBandedRows desc", + "showFilterButton", + "showFilterButton desc", + "showHeaders", + "showHeaders desc", + "showTotals", + "showTotals desc", + "style", + "style desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "highlightFirstColumn", + "highlightLastColumn", + "name", + "showBandedColumns", + "showBandedRows", + "showFilterButton", + "showHeaders", + "showTotals", + "style", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Tables" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.workbookTable" + ], + "summary": "Create new navigation property to tables for workbooks", + "operationId": "workbooks.workbook.CreateTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}": { + "get": { + "tags": [ + "workbooks.workbook.workbookTable", + "workbook" + ], + "summary": "Get tables from workbooks.", + "operationId": "getWorkbookTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "highlightFirstColumn", + "highlightLastColumn", + "name", + "showBandedColumns", + "showBandedRows", + "showFilterButton", + "showHeaders", + "showTotals", + "style", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.workbookTable", + "workbook" + ], + "summary": "Update the navigation property tables in workbooks", + "operationId": "updateWorkbookTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.workbookTable", + "workbook" + ], + "summary": "Delete navigation property tables for workbooks", + "operationId": "deleteWorkbookTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookTableColumn", + "workbook" + ], + "summary": "Get columns from workbooks.", + "operationId": "listWorkbookTableColumns", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "index", + "index desc", + "name", + "name desc", + "values", + "values desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "name", + "values", + "filter" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "filter" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Columns" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.tables.workbookTableColumn", + "workbook" + ], + "summary": "Create new navigation property to columns for workbooks.", + "operationId": "createWorkbookTableColumns", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookTableColumn", + "workbook" + ], + "summary": "Get columns from workbooks.", + "operationId": "getWorkbookTableColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "name", + "values", + "filter" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "filter" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookTableColumn", + "workbook" + ], + "summary": "Update the columns in workbooks.", + "operationId": "updateWorkbookTableColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookTableColumn", + "workbook" + ], + "summary": "Delete columns for workbooks.", + "operationId": "deleteWorkbookTableColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookTableColumn" + ], + "summary": "Get filter from workbooks", + "operationId": "workbooks.workbook.tables.columns.GetFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "criteria" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Filter" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookTableColumn" + ], + "summary": "Update the navigation property filter in workbooks", + "operationId": "workbooks.workbook.tables.columns.UpdateFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Filter" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookTableColumn" + ], + "summary": "Delete navigation property filter for workbooks", + "operationId": "workbooks.workbook.tables.columns.DeleteFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action apply", + "operationId": "workbooks.workbook.tables.columns.filter.apply", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/FilterCriteria" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/apply" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomItemsFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyBottomItemsFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyBottomItemsFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "count": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomItemsFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomItemsFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomPercentFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyBottomPercentFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyBottomPercentFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "percent": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomPercentFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomPercentFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCellColorFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyCellColorFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyCellColorFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCellColorFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCellColorFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCustomFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyCustomFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyCustomFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "criteria1": { + "type": "string", + "nullable": true + }, + "criteria2": { + "type": "string", + "nullable": true + }, + "oper": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCustomFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCustomFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyDynamicFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyDynamicFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyDynamicFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "criteria": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyDynamicFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyDynamicFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyFontColorFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyFontColorFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyFontColorFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyFontColorFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyFontColorFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyIconFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyIconFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyIconFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "icon": { + "anyOf": [ + { + "$ref": "#/components/schemas/Icon" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyIconFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyIconFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopItemsFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyTopItemsFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyTopItemsFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "count": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopItemsFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopItemsFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopPercentFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyTopPercentFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyTopPercentFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "percent": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopPercentFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopPercentFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyValuesFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyValuesFilter", + "operationId": "workbooks.workbook.tables.columns.filter.applyValuesFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyValuesFilter", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyValuesFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.columns.filter.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function dataBodyRange", + "operationId": "workbooks.workbook.tables.columns.dataBodyRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/dataBodyRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function headerRowRange", + "operationId": "workbooks.workbook.tables.columns.headerRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/headerRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Get the range object associated with the entire table.", + "operationId": "getWorkbookTableRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function totalRowRange", + "operationId": "workbooks.workbook.tables.columns.totalRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/totalRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action add", + "operationId": "workbooks.workbook.tables.columns.add", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "index": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Column" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.tables.columns.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.tables.columns.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Column" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/clearFilters": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clearFilters", + "operationId": "workbooks.workbook.tables.clearFilters", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/clearFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/clearFilters", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/clearFilters" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/convertToRange": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action convertToRange", + "operationId": "workbooks.workbook.tables.convertToRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/convertToRange", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/convertToRange", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/convertToRange" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/dataBodyRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function dataBodyRange", + "operationId": "workbooks.workbook.tables.dataBodyRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/dataBodyRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/headerRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function headerRowRange", + "operationId": "workbooks.workbook.tables.headerRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/headerRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/reapplyFilters": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action reapplyFilters", + "operationId": "workbooks.workbook.tables.reapplyFilters", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/reapplyFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/reapplyFilters", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/reapplyFilters" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/totalRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function totalRowRange", + "operationId": "workbooks.workbook.tables.totalRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/totalRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookTableRow", + "workbook" + ], + "summary": "Get rows from workbooks.", + "operationId": "listWorkbookTableRows", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "index", + "index desc", + "values", + "values desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Rows" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.tables.workbookTableRow" + ], + "summary": "Create new navigation property to rows for workbooks", + "operationId": "workbooks.workbook.tables.CreateRows", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookTableRow", + "workbook" + ], + "summary": "Get rows from workbooks.", + "operationId": "getWorkbookTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookTableRow", + "workbook" + ], + "summary": "Update the rows in workbooks.", + "operationId": "updateWorkbookTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookTableRow", + "workbook" + ], + "summary": "Delete rows for workbooks.", + "operationId": "deleteWorkbookTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + }, + null, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.rows.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Adds rows to the end of the table.", + "operationId": "addWorkbookTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewRow" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.tables.rows.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.tables.rows.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Row" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookTableSort" + ], + "summary": "Get sort from workbooks", + "operationId": "workbooks.workbook.tables.GetSort", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fields", + "matchCase", + "method" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TableSort" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookTableSort" + ], + "summary": "Update the navigation property sort in workbooks", + "operationId": "workbooks.workbook.tables.UpdateSort", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TableSort" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookTableSort" + ], + "summary": "Delete navigation property sort for workbooks", + "operationId": "workbooks.workbook.tables.DeleteSort", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/apply": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action apply", + "operationId": "workbooks.workbook.tables.sort.apply", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/apply" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.sort.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/reapply": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action reapply", + "operationId": "workbooks.workbook.tables.sort.reapply", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/reapply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/reapply" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.tables.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.tables.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.tables.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet", + "workbook" + ], + "summary": "Get charts from workbooks.", + "operationId": "listWorkbookTableCharts", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "height", + "height desc", + "left", + "left desc", + "name", + "name desc", + "top", + "top desc", + "width", + "width desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "left", + "name", + "top", + "width", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Charts" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Create new navigation property to charts for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.CreateCharts", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get chart from workbooks.", + "operationId": "getWorkbookTableWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "left", + "name", + "top", + "width", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property charts in workbooks.", + "operationId": "updateWorkbookTableWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete charts for workbooks.", + "operationId": "deleteWorkbookTableWorksheetWChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get axes from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.GetAxes", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "categoryAxis", + "seriesAxis", + "valueAxis" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "categoryAxis", + "seriesAxis", + "valueAxis" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxes" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property axes in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.UpdateAxes", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxes" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property axes for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.DeleteAxes", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get categoryAxis from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.GetCategoryAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "majorUnit", + "maximum", + "minimum", + "minorUnit", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property categoryAxis in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.UpdateCategoryAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property categoryAxis for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.DeleteCategoryAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get majorGridlines from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.GetMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property majorGridlines in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.UpdateMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property majorGridlines for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.DeleteMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.majorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.majorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.majorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.majorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.majorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.majorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.majorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get minorGridlines from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.GetMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property minorGridlines in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.UpdateMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property minorGridlines for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.DeleteMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.minorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.minorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.minorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.minorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.minorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.minorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.minorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.categoryAxis.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get seriesAxis from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.GetSeriesAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "majorUnit", + "maximum", + "minimum", + "minorUnit", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property seriesAxis in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.UpdateSeriesAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property seriesAxis for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.DeleteSeriesAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get majorGridlines from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.GetMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property majorGridlines in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.UpdateMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property majorGridlines for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.DeleteMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.majorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.majorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.majorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.majorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.majorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.majorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.majorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get minorGridlines from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.GetMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property minorGridlines in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.UpdateMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property minorGridlines for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.DeleteMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.minorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.minorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.minorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.minorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.minorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.minorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.minorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.seriesAxis.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get valueAxis from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.GetValueAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "majorUnit", + "maximum", + "minimum", + "minorUnit", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property valueAxis in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.UpdateValueAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property valueAxis for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.DeleteValueAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get majorGridlines from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.GetMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property majorGridlines in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.UpdateMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property majorGridlines for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.DeleteMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.majorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.majorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.majorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.majorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.majorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.majorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.majorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get minorGridlines from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.GetMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property minorGridlines in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.UpdateMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property minorGridlines for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.DeleteMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.minorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.minorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.minorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.minorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.minorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.minorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.minorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.axes.valueAxis.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get dataLabels from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.GetDataLabels", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "position", + "separator", + "showBubbleSize", + "showCategoryName", + "showLegendKey", + "showPercentage", + "showSeriesName", + "showValue", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabels" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property dataLabels in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.UpdateDataLabels", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabels" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property dataLabels for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.DeleteDataLabels", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabelFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabelFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.dataLabels.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAreaFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAreaFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.tables.worksheet.charts.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get legend from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.GetLegend", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "overlay", + "position", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegend" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property legend in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.UpdateLegend", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegend" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property legend for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.DeleteLegend", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegendFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegendFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.legend.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function image", + "operationId": "workbooks.workbook.tables.worksheet.charts.image-8f13", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function image", + "operationId": "workbooks.workbook.tables.worksheet.charts.image-72bb", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "width", + "in": "path", + "description": "Usage: width={width}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "height", + "in": "path", + "description": "Usage: height={height}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "fittingMode", + "in": "path", + "description": "Usage: fittingMode={fittingMode}", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function image", + "operationId": "workbooks.workbook.tables.worksheet.charts.image-664c", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "width", + "in": "path", + "description": "Usage: width={width}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "height", + "in": "path", + "description": "Usage: height={height}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function image", + "operationId": "workbooks.workbook.tables.worksheet.charts.image-9795", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "width", + "in": "path", + "description": "Usage: width={width}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "string", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/setData": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Resets the source data for the chart.", + "operationId": "setWorkbooktableWorksheetChartData", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SetData" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/setData", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/setData" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/setPosition": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Positions the chart relative to cells on the worksheet.", + "operationId": "setWorkbookTableWorksheeetChartPosition", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Position" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/setPosition", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/setPosition" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet", + "workbook" + ], + "summary": "Get series from workbooks.", + "operationId": "listWorkbookTableWorksheetChartSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "format", + "points" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "points" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeriesCollection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Create new navigation property to series for workbooks.", + "operationId": "createWorkbookTableWorksheetChartSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get series from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.GetSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "format", + "points" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "points" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property series in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.UpdateSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property series for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.DeleteSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeriesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeriesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get points from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.ListPoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of workbookChartPoint", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Create new navigation property to points for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.CreatePoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get points from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.GetPoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property points in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.UpdatePoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property points for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.DeletePoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPointFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPointFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.points.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartPoint" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.tables.worksheet.charts.series.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartSeries" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "overlay", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.charts.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function cell", + "operationId": "workbooks.workbook.tables.worksheet.charts.worksheet.cell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.charts.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.charts.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.tables.worksheet.charts.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.tables.worksheet.charts.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Creates a new chart.", + "operationId": "addWorkbookTableWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewChart" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.tables.worksheet.charts.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/item(name={name})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function item", + "operationId": "workbooks.workbook.tables.worksheet.charts.item", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "name", + "in": "path", + "description": "Usage: name={name}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Chart" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/item(name={name})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/item(name={name})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.tables.worksheet.charts.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Chart" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Gets the range containing the single cell based on row and column numbers.", + "operationId": "getWorkbookTableWorksheetCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.tables.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.tables.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get names from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.ListNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "comment", + "comment desc", + "name", + "name desc", + "scope", + "scope desc", + "type", + "type desc", + "value", + "value desc", + "visible", + "visible desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "comment", + "name", + "scope", + "type", + "value", + "visible", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of workbookNamedItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Create new navigation property to names for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.CreateNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get names from workbooks.", + "operationId": "getWorkbookTableWorksheetNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "comment", + "name", + "scope", + "type", + "value", + "visible", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the names in workbooks.", + "operationId": "updateWorkbookTableWorksheetNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete property names for workbooks.", + "operationId": "deleteWorkbookTableWorksheetNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.names.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.names.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.names.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.names.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function cell", + "operationId": "workbooks.workbook.tables.worksheet.names.worksheet.cell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.names.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.names.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.tables.worksheet.names.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.tables.worksheet.names.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Adds a new name to the collection of the given scope using the user's locale for the formula.", + "operationId": "addWorkbookTableWorksheetName", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewNamedItem" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/addFormulaLocal": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Creates new formula local.", + "operationId": "addWorkbookTableWorksheetFormula", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Formula" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/addFormulaLocal", + "/workbooks/{workbook-id}/workbook/names/addFormulaLocal", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/addFormulaLocal" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get pivotTables from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.ListPivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of workbookPivotTable", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PivotTable" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Create new navigation property to pivotTables for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.CreatePivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get pivotTables from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.GetPivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property pivotTables in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.UpdatePivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property pivotTables for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.DeletePivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/refresh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action refresh", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.refresh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/refresh", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/refresh" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function cell", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.worksheet.cell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/refreshAll": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action refreshAll", + "operationId": "workbooks.workbook.tables.worksheet.pivotTables.refreshAll", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/refreshAll", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/refreshAll" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/protection": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get protection from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.GetProtection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "options", + "protected" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WorksheetProtection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property protection in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.UpdateProtection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WorksheetProtection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property protection for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.DeleteProtection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/protection", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/protection" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/protection/protect": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action protect", + "operationId": "workbooks.workbook.tables.worksheet.protection.protect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "options": { + "anyOf": [ + { + "$ref": "#/components/schemas/WorksheetProtectionOptions" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/protection/protect", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/protection/protect" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/protection/unprotect": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action unprotect", + "operationId": "workbooks.workbook.tables.worksheet.protection.unprotect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/protection/unprotect", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/protection/unprotect" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get tables from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.ListTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "highlightFirstColumn", + "highlightFirstColumn desc", + "highlightLastColumn", + "highlightLastColumn desc", + "name", + "name desc", + "showBandedColumns", + "showBandedColumns desc", + "showBandedRows", + "showBandedRows desc", + "showFilterButton", + "showFilterButton desc", + "showHeaders", + "showHeaders desc", + "showTotals", + "showTotals desc", + "style", + "style desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "highlightFirstColumn", + "highlightLastColumn", + "name", + "showBandedColumns", + "showBandedRows", + "showFilterButton", + "showHeaders", + "showTotals", + "style", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of workbookTable", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Table" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Create new navigation property to tables for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.CreateTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}": { + "get": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Get tables from workbooks", + "operationId": "workbooks.workbook.tables.worksheet.GetTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "highlightFirstColumn", + "highlightLastColumn", + "name", + "showBandedColumns", + "showBandedRows", + "showFilterButton", + "showHeaders", + "showTotals", + "style", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Update the navigation property tables in workbooks", + "operationId": "workbooks.workbook.tables.worksheet.UpdateTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.tables.workbookWorksheet" + ], + "summary": "Delete navigation property tables for workbooks", + "operationId": "workbooks.workbook.tables.worksheet.DeleteTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/clearFilters": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clearFilters", + "operationId": "workbooks.workbook.tables.worksheet.tables.clearFilters", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/clearFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/clearFilters", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/clearFilters" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/convertToRange": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action convertToRange", + "operationId": "workbooks.workbook.tables.worksheet.tables.convertToRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/convertToRange", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/convertToRange", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/convertToRange" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/dataBodyRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function dataBodyRange", + "operationId": "workbooks.workbook.tables.worksheet.tables.dataBodyRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/dataBodyRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/headerRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function headerRowRange", + "operationId": "workbooks.workbook.tables.worksheet.tables.headerRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/headerRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.tables.worksheet.tables.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/reapplyFilters": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action reapplyFilters", + "operationId": "workbooks.workbook.tables.worksheet.tables.reapplyFilters", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/reapplyFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/reapplyFilters", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/reapplyFilters" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/totalRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function totalRowRange", + "operationId": "workbooks.workbook.tables.worksheet.tables.totalRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTable-id1", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/totalRowRange()" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Creates a new table.", + "operationId": "addWorkbookTableWorksheetTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewTable" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.tables.worksheet.tables.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.tables.worksheet.tables.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Table" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/tables/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Creates a new table.", + "operationId": "addWorkbookTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewTable" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.tables.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.tables.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Table" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets": { + "get": { + "tags": [ + "workbooks.workbook.workbookWorksheet", + "workbook" + ], + "summary": "Get worksheets from workbooks.", + "operationId": "listWorksheets", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc", + "position", + "position desc", + "visibility", + "visibility desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Worksheets", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.workbookWorksheet", + "workbook" + ], + "summary": "Creates new worksheet for workbooks.", + "operationId": "createWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}": { + "get": { + "tags": [ + "workbooks.workbook.workbookWorksheet", + "workbook" + ], + "summary": "Get worksheets from workbooks.", + "operationId": "getWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.workbookWorksheet", + "workbook" + ], + "summary": "Update the worksheet in workbooks.", + "operationId": "updateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "A collection of chart", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.workbookWorksheet", + "workbook" + ], + "summary": "Delete worksheet for workbooks.", + "operationId": "deleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + } + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart", + "workbook" + ], + "summary": "Get charts from workbooks.", + "operationId": "listWorksheetCharts", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "height", + "height desc", + "left", + "left desc", + "name", + "name desc", + "top", + "top desc", + "width", + "width desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "left", + "name", + "top", + "width", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Charts" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Create new navigation property to charts for workbooks.", + "operationId": "workbooks.workbook.worksheets.CreateCharts", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart", + "workbook" + ], + "summary": "Get chart from workbooks.", + "operationId": "getWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "height", + "left", + "name", + "top", + "width", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "axes", + "dataLabels", + "format", + "legend", + "series", + "title", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart", + "workbook" + ], + "summary": "Update the chart in workbooks", + "operationId": "updateWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart", + "workbook" + ], + "summary": "Delete chart for workbooks", + "operationId": "deleteWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get axes from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.GetAxes", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "categoryAxis", + "seriesAxis", + "valueAxis" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "categoryAxis", + "seriesAxis", + "valueAxis" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxes" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property axes in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.UpdateAxes", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxes" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property axes for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.DeleteAxes", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get categoryAxis from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.GetCategoryAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "majorUnit", + "maximum", + "minimum", + "minorUnit", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property categoryAxis in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.UpdateCategoryAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property categoryAxis for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.DeleteCategoryAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get majorGridlines from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.GetMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property majorGridlines in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.UpdateMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property majorGridlines for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.DeleteMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get minorGridlines from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.GetMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property minorGridlines in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.UpdateMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property minorGridlines for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.DeleteMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.categoryAxis.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get seriesAxis from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.GetSeriesAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "majorUnit", + "maximum", + "minimum", + "minorUnit", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property seriesAxis in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.UpdateSeriesAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property seriesAxis for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.DeleteSeriesAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get majorGridlines from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.GetMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property majorGridlines in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.UpdateMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property majorGridlines for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.DeleteMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get minorGridlines from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.GetMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property minorGridlines in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.UpdateMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property minorGridlines for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.DeleteMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.seriesAxis.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get valueAxis from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.GetValueAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "majorUnit", + "maximum", + "minimum", + "minorUnit", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "majorGridlines", + "minorGridlines", + "title" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property valueAxis in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.UpdateValueAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxis" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property valueAxis for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.DeleteValueAxis", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get majorGridlines from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.GetMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property majorGridlines in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.UpdateMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property majorGridlines for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.DeleteMajorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.majorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.majorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.majorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get minorGridlines from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.GetMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property minorGridlines in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.UpdateMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlines" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property minorGridlines for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.DeleteMinorGridlines", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.minorGridlines.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.minorGridlines.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.minorGridlines.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.axes.valueAxis.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/title/format/font", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get dataLabels from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.GetDataLabels", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "position", + "separator", + "showBubbleSize", + "showCategoryName", + "showLegendKey", + "showPercentage", + "showSeriesName", + "showValue", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabels" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property dataLabels in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.UpdateDataLabels", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabels" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property dataLabels for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.DeleteDataLabels", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabelFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartDataLabelFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.dataLabels.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAreaFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartAreaFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.worksheets.charts.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get legend from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.GetLegend", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "overlay", + "position", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegend" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property legend in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.UpdateLegend", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegend" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property legend for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.DeleteLegend", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.legend.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegendFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.legend.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLegendFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.legend.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.legend.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.legend.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.legend.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.legend.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.worksheets.charts.legend.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.legend.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.legend.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.legend.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Renders the chart as a base64-encoded image by scaling the chart to fit the specified dimensions.", + "operationId": "getWorksheetChartImage", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Image" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Renders the chart as a base64-encoded image by scaling the chart to fit the specified dimensions.", + "operationId": "getWorksheetChartImageWithWidthHeightFittingMode", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "width", + "in": "path", + "description": "Usage: width={width}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "height", + "in": "path", + "description": "Usage: height={height}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "fittingMode", + "in": "path", + "description": "Usage: fittingMode={fittingMode}", + "required": true, + "schema": { + "type": "string" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Image" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Renders the chart as a base64-encoded image by scaling the chart to fit the specified dimensions.", + "operationId": "getWorksheetChartImageWithWidthHeight", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "width", + "in": "path", + "description": "Usage: width={width}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "height", + "in": "path", + "description": "Usage: height={height}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Image" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width})": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Renders the chart as a base64-encoded image by scaling the chart to fit the specified dimensions.", + "operationId": "getWorksheetChartImageWithWidth", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "width", + "in": "path", + "description": "Usage: width={width}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Image" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width},height={height})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/image(width={width})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height},fittingMode={fittingMode})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/image(width={width},height={height})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/setData": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Resets the source data for the chart.", + "operationId": "setWorksheetChartData", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SetData" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/setData", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/setData" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/setPosition": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Positions the chart relative to cells on the worksheet.", + "operationId": "setWorksheetChartPosition", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Position" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/setPosition", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/setPosition" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart", + "workbook" + ], + "summary": "Get series from workbooks.", + "operationId": "listWorksheetChartSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "format", + "points" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "points" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeriesCollection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart", + "workbook" + ], + "summary": "Create new navigation property to series for workbooks.", + "operationId": "createWorksheetChartSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get series from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.GetSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "format", + "points" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format", + "points" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property series in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.UpdateSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeries" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property series for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.DeleteSeries", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "line" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "line" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeriesFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartSeriesFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.series.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.worksheets.charts.series.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get line from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.format.GetLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "color" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property line in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.format.UpdateLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartLineFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property line for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.format.DeleteLine", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.series.format.line.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get points from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.ListPoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "value", + "value desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of workbookChartPoint", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Create new navigation property to points for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.CreatePoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get points from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.GetPoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "value", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property points in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.UpdatePoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPoint" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property points for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.DeletePoints", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.points.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPointFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.points.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartPointFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.points.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.points.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.points.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.series.points.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.series.points.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.worksheets.charts.series.points.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "workbookChartPoint-id", + "in": "path", + "description": "key: id of workbookChartPoint", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartPoint" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.worksheets.charts.series.points.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.worksheets.charts.series.points.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "workbook-chart-series-id", + "in": "path", + "description": "key: id of workbookChartSeries", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChartSeries" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartPoint" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.worksheets.charts.series.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.worksheets.charts.series.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartSeries" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get title from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.GetTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "overlay", + "text", + "visible", + "format" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "format" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitle" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property title in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.UpdateTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitle" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property title for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.DeleteTitle", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get format from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.title.GetFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fill", + "font" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "fill", + "font" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitleFormat" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property format in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.title.UpdateFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartTitleFormat" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property format for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.title.DeleteFormat", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get fill from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.title.format.GetFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property fill in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.title.format.UpdateFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFill" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property fill for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.title.format.DeleteFill", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.charts.title.format.fill.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/setSolidColor": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action setSolidColor", + "operationId": "workbooks.workbook.worksheets.charts.title.format.fill.setSolidColor", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/setSolidColor", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/font": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get font from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.title.format.GetFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "bold", + "color", + "italic", + "name", + "size", + "underline" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property font in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.title.format.UpdateFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ChartFont" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property font for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.title.format.DeleteFont", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/font", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/font" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.worksheets.charts.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.worksheets.charts.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookChart" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.worksheets.charts.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function cell", + "operationId": "workbooks.workbook.worksheets.charts.worksheet.cell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.charts.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.charts.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.charts.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.charts.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-chart-id", + "in": "path", + "description": "key: id of workbookChart", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookChart" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Creates a new chart.", + "operationId": "addWorksheetChart", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewChart" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.worksheets.charts.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/item(name={name})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function item", + "operationId": "workbooks.workbook.worksheets.charts.item", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "name", + "in": "path", + "description": "Usage: name={name}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Chart" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/item(name={name})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/item(name={name})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Gets a chart based on its position in the collection.", + "operationId": "getWorksheetChartItemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Chart", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Gets the range containing the single cell based on row and column numbers.", + "operationId": "getWorksheetCell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Retrieve the properties and relationships of range.", + "operationId": "getWorksheetRangeWithAddress", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookNamedItem" + ], + "summary": "Get names from workbooks", + "operationId": "workbooks.workbook.worksheets.ListNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "comment", + "comment desc", + "name", + "name desc", + "scope", + "scope desc", + "type", + "type desc", + "value", + "value desc", + "visible", + "visible desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "comment", + "name", + "scope", + "type", + "value", + "visible", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "Collection of workbookNamedItem", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.worksheets.workbookNamedItem" + ], + "summary": "Create new navigation property to names for workbooks", + "operationId": "workbooks.workbook.worksheets.CreateNames", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookNamedItem", + "workbook" + ], + "summary": "Get names from workbooks.", + "operationId": "getWorksheetNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "comment", + "name", + "scope", + "type", + "value", + "visible", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookNamedItem", + "workbook" + ], + "summary": "Update the names in workbooks.", + "operationId": "updateWorksheetNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookNamedItem", + "workbook" + ], + "summary": "Delete navigation property names for workbooks.", + "operationId": "deleteWorksheetNamedItem", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.names.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookNamedItem" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.worksheets.names.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookNamedItem" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.worksheets.names.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookNamedItem" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.worksheets.names.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function cell", + "operationId": "workbooks.workbook.worksheets.names.worksheet.cell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.names.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.names.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.names.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.names.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-named-item-id", + "in": "path", + "description": "key: id of workbookNamedItem", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookNamedItem" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Adds a new name to the collection of the given scope using the user's locale for the formula.", + "operationId": "addWorksheetName", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewNamedItem" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/addFormulaLocal": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Adds a new name to the collection of a given scope using the user’s locale for the formula.", + "operationId": "addWorksheetFormula", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Formula" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NamedItem", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/addFormulaLocal", + "/workbooks/{workbook-id}/workbook/names/addFormulaLocal", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/addFormulaLocal" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookPivotTable", + "workbook" + ], + "summary": "Get pivotTables from workbooks.", + "operationId": "listWorksheetPivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "name", + "name desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "title": "WorkbookPivotTables", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PivotTable" + } + } + } + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.worksheets.workbookPivotTable" + ], + "summary": "Create new navigation property to pivotTables for workbooks", + "operationId": "workbooks.workbook.worksheets.CreatePivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookPivotTable" + ], + "summary": "Get pivotTables from workbooks", + "operationId": "workbooks.workbook.worksheets.GetPivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookPivotTable" + ], + "summary": "Update the navigation property pivotTables in workbooks", + "operationId": "workbooks.workbook.worksheets.UpdatePivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PivotTable" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookPivotTable" + ], + "summary": "Delete navigation property pivotTables for workbooks", + "operationId": "workbooks.workbook.worksheets.DeletePivotTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/refresh": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action refresh", + "operationId": "workbooks.workbook.worksheets.pivotTables.refresh", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/refresh", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/refresh" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookPivotTable" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.worksheets.pivotTables.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookPivotTable" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.worksheets.pivotTables.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookPivotTable" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.worksheets.pivotTables.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function cell", + "operationId": "workbooks.workbook.worksheets.pivotTables.worksheet.cell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.pivotTables.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.pivotTables.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.pivotTables.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.pivotTables.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbookPivotTable-id", + "in": "path", + "description": "key: id of workbookPivotTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookPivotTable" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/refreshAll": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action refreshAll", + "operationId": "workbooks.workbook.worksheets.pivotTables.refreshAll", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/refreshAll", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/refreshAll" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/protection": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookWorksheetProtection" + ], + "summary": "Get protection from workbooks", + "operationId": "workbooks.workbook.worksheets.GetProtection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "options", + "protected" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WorksheetProtection" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookWorksheetProtection" + ], + "summary": "Update the navigation property protection in workbooks", + "operationId": "workbooks.workbook.worksheets.UpdateProtection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WorksheetProtection" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookWorksheetProtection" + ], + "summary": "Delete navigation property protection for workbooks", + "operationId": "workbooks.workbook.worksheets.DeleteProtection", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/protection", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/protection" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/protection/protect": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action protect", + "operationId": "workbooks.workbook.worksheets.protection.protect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "options": { + "anyOf": [ + { + "$ref": "#/components/schemas/WorksheetProtectionOptions" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/protection/protect", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/protection/protect" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/protection/unprotect": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action unprotect", + "operationId": "workbooks.workbook.worksheets.protection.unprotect", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/protection/unprotect", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/protection/unprotect" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Get tables from workbooks.", + "operationId": "listWorksheetTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "highlightFirstColumn", + "highlightFirstColumn desc", + "highlightLastColumn", + "highlightLastColumn desc", + "name", + "name desc", + "showBandedColumns", + "showBandedColumns desc", + "showBandedRows", + "showBandedRows desc", + "showFilterButton", + "showFilterButton desc", + "showHeaders", + "showHeaders desc", + "showTotals", + "showTotals desc", + "style", + "style desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "highlightFirstColumn", + "highlightLastColumn", + "name", + "showBandedColumns", + "showBandedRows", + "showFilterButton", + "showHeaders", + "showTotals", + "style", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Tables" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Create new navigation property to tables for workbooks", + "operationId": "workbooks.workbook.worksheets.CreateTables", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Get tables from workbooks.", + "operationId": "getWorksheetTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "highlightFirstColumn", + "highlightLastColumn", + "name", + "showBandedColumns", + "showBandedRows", + "showFilterButton", + "showHeaders", + "showTotals", + "style", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "columns", + "rows", + "sort", + "worksheet" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Updates the table in workbooks", + "operationId": "updateWorksheetTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Delete table for workbooks.", + "operationId": "deleteWorksheetTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Gets columns from workbooks.", + "operationId": "listWorksheetTableColumns", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "index", + "index desc", + "name", + "name desc", + "values", + "values desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "name", + "values", + "filter" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "filter" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Columns" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Create new navigation property to columns for workbooks.", + "operationId": "createWorksheetTableColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Get column from workbooks.", + "operationId": "getWorksheetTableColumns", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "name", + "values", + "filter" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "filter" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Update the column in workbooks", + "operationId": "updateWorksheetTableColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Column" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Delete column for workbooks", + "operationId": "deleteWorksheetTableColumn", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Get filter from workbooks", + "operationId": "workbooks.workbook.worksheets.tables.columns.GetFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "criteria" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Filter" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Update the navigation property filter in workbooks", + "operationId": "workbooks.workbook.worksheets.tables.columns.UpdateFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Filter" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Delete navigation property filter for workbooks", + "operationId": "workbooks.workbook.worksheets.tables.columns.DeleteFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action apply", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.apply", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/FilterCriteria" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/apply" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomItemsFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyBottomItemsFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyBottomItemsFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "count": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomItemsFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomItemsFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomPercentFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyBottomPercentFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyBottomPercentFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "percent": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomPercentFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyBottomPercentFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCellColorFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyCellColorFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyCellColorFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCellColorFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCellColorFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCustomFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyCustomFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyCustomFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "criteria1": { + "type": "string", + "nullable": true + }, + "criteria2": { + "type": "string", + "nullable": true + }, + "oper": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCustomFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyCustomFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyDynamicFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyDynamicFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyDynamicFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "criteria": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyDynamicFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyDynamicFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyFontColorFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyFontColorFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyFontColorFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyFontColorFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyFontColorFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyIconFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyIconFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyIconFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "icon": { + "anyOf": [ + { + "$ref": "#/components/schemas/Icon" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyIconFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyIconFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopItemsFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyTopItemsFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyTopItemsFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "count": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopItemsFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopItemsFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopPercentFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyTopPercentFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyTopPercentFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "percent": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopPercentFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyTopPercentFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyValuesFilter": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action applyValuesFilter", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.applyValuesFilter", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyValuesFilter", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/applyValuesFilter" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.tables.columns.filter.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function dataBodyRange", + "operationId": "workbooks.workbook.worksheets.tables.columns.dataBodyRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/dataBodyRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function headerRowRange", + "operationId": "workbooks.workbook.worksheets.tables.columns.headerRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/headerRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Gets the range specified by the address or name.", + "operationId": "getWorksheetTableColumnRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function totalRowRange", + "operationId": "workbooks.workbook.worksheets.tables.columns.totalRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbook-table-column-id", + "in": "path", + "description": "key: id of workbookTableColumn", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableColumn" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/totalRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action add", + "operationId": "workbooks.workbook.worksheets.tables.columns.add", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "index": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Column" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.worksheets.tables.columns.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.worksheets.tables.columns.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Column" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/clearFilters": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clearFilters", + "operationId": "workbooks.workbook.worksheets.tables.clearFilters", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/clearFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/clearFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/clearFilters" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/convertToRange": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action convertToRange", + "operationId": "workbooks.workbook.worksheets.tables.convertToRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/convertToRange", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/convertToRange", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/convertToRange" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/dataBodyRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function dataBodyRange", + "operationId": "workbooks.workbook.worksheets.tables.dataBodyRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/dataBodyRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/dataBodyRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/headerRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function headerRowRange", + "operationId": "workbooks.workbook.worksheets.tables.headerRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/headerRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/headerRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range": { + "get": { + "tags": [ + "workbooks.Functions", + "workbook" + ], + "summary": "Invoke function range", + "operationId": "getWorksheetTableRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Range", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/reapplyFilters": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action reapplyFilters", + "operationId": "workbooks.workbook.worksheets.tables.reapplyFilters", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/reapplyFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/reapplyFilters", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/reapplyFilters" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/totalRowRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function totalRowRange", + "operationId": "workbooks.workbook.worksheets.tables.totalRowRange", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/totalRowRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/totalRowRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Get rows from workbooks.", + "operationId": "listWorksheetTableRows", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/search" + }, + { + "$ref": "#/components/parameters/filter" + }, + { + "$ref": "#/components/parameters/count" + }, + { + "name": "$orderby", + "in": "query", + "description": "Order items by property values", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "id desc", + "index", + "index desc", + "values", + "values desc" + ], + "type": "string" + } + } + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Rows" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "post": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Create new navigation property to rows for workbooks", + "operationId": "workbooks.workbook.worksheets.tables.CreateRows", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + }, + "required": true + }, + "responses": { + "201": { + "description": "Created navigation property.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "Workbook" + ], + "summary": "Get rows from workbooks", + "operationId": "getWorksheetTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "index", + "values" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Updates the row in workbooks.", + "operationId": "updateWorksheetTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable", + "workbook" + ], + "summary": "Delete row for workbooks", + "operationId": "deleteWorksheetTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + }, + { + "$ref": "#/components/parameters/sessionId" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.tables.rows.range", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "workbookTableRow-id", + "in": "path", + "description": "key: id of workbookTableRow", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTableRow" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/me/drive/items/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Adds row to the end of the table.", + "operationId": "addWorksheetTableRow", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewRow" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Row", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.worksheets.tables.rows.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.worksheets.tables.rows.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Row" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Get sort from workbooks", + "operationId": "workbooks.workbook.worksheets.tables.GetSort", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "fields", + "matchCase", + "method" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TableSort" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Update the navigation property sort in workbooks", + "operationId": "workbooks.workbook.worksheets.tables.UpdateSort", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TableSort" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Delete navigation property sort for workbooks", + "operationId": "workbooks.workbook.worksheets.tables.DeleteSort", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/apply": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action apply", + "operationId": "workbooks.workbook.worksheets.tables.sort.apply", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean", + "default": false + }, + "method": { + "type": "string" + } + } + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/apply", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/apply" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/clear": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action clear", + "operationId": "workbooks.workbook.worksheets.tables.sort.clear", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/categoryAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/seriesAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/majorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/axes/valueAxis/minorGridlines/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/dataLabels/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/legend/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/format/line/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/{workbookChartPoint-id}/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/title/format/fill/clear", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/filter/clear" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/sort/reapply": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action reapply", + "operationId": "workbooks.workbook.worksheets.tables.sort.reapply", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/sort/reapply", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/sort/reapply" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet": { + "get": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Get worksheet from workbooks", + "operationId": "workbooks.workbook.worksheets.tables.GetWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "$select", + "in": "query", + "description": "Select properties to be returned", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "id", + "name", + "position", + "visibility", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + }, + { + "name": "$expand", + "in": "query", + "description": "Expand related entities", + "style": "form", + "explode": false, + "schema": { + "uniqueItems": true, + "type": "array", + "items": { + "enum": [ + "*", + "charts", + "names", + "pivotTables", + "protection", + "tables" + ], + "type": "string" + } + } + } + ], + "responses": { + "200": { + "description": "Retrieved navigation property", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "patch": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Update the navigation property worksheet in workbooks", + "operationId": "workbooks.workbook.worksheets.tables.UpdateWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "requestBody": { + "description": "New navigation property values", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Worksheet" + } + } + }, + "required": true + }, + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "delete": { + "tags": [ + "workbooks.workbook.worksheets.workbookTable" + ], + "summary": "Delete navigation property worksheet for workbooks", + "operationId": "workbooks.workbook.worksheets.tables.DeleteWorksheet", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "If-Match", + "in": "header", + "description": "ETag", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "Success" + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "operation" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function cell", + "operationId": "workbooks.workbook.worksheets.tables.worksheet.cell", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "row", + "in": "path", + "description": "Usage: row={row}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + }, + { + "name": "column", + "in": "path", + "description": "Usage: column={column}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/cell(row={row},column={column})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/cell(row={row},column={column})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.tables.worksheet.range-bc5e", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range(address={address})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function range", + "operationId": "workbooks.workbook.worksheets.tables.worksheet.range-3b6a", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "address", + "in": "path", + "description": "Usage: address={address}", + "required": true, + "schema": { + "type": "string", + "nullable": true + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/{workbookNamedItem-id1}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/{workbookTable-id1}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/range(address={address})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/{workbook-table-column-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/{workbookTableRow-id}/range()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/range()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.tables.worksheet.usedRange-5ff6", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function usedRange", + "operationId": "workbooks.workbook.worksheets.tables.worksheet.usedRange-63c8", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "workbook-table-id", + "in": "path", + "description": "key: id of workbookTable", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookTable" + }, + { + "name": "valuesOnly", + "in": "path", + "description": "Usage: valuesOnly={valuesOnly}", + "required": true, + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Range" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/{workbook-named-item-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet/usedRange(valuesOnly={valuesOnly})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/worksheet/usedRange()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add": { + "post": { + "tags": [ + "workbooks.Actions", + "workbook" + ], + "summary": "Creates a new table.", + "operationId": "addWorksheetTable", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "$ref": "#/components/parameters/sessionId" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NewTable" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Table", + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/add" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/count()": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function count", + "operationId": "workbooks.workbook.worksheets.tables.count", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/functions/count", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/count()", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/count()", + "/workbooks/{workbook-id}/workbook/tables/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/count()", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/count()" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/itemAt(index={index})": { + "get": { + "tags": [ + "workbooks.Functions" + ], + "summary": "Invoke function itemAt", + "operationId": "workbooks.workbook.worksheets.tables.itemAt", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + }, + { + "name": "workbook-worksheet-id", + "in": "path", + "description": "key: id of workbookWorksheet", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "workbookWorksheet" + }, + { + "name": "index", + "in": "path", + "description": "Usage: index={index}", + "required": true, + "schema": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Table" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "function" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/tables/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/{workbook-chart-series-id}/points/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/{workbook-chart-id}/series/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/itemAt(index={index})", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/itemAt(index={index})" + ] + }, + "/workbooks/{workbook-id}/workbook/worksheets/add": { + "post": { + "tags": [ + "workbooks.Actions" + ], + "summary": "Invoke action add", + "operationId": "workbooks.workbook.worksheets.add", + "parameters": [ + { + "name": "workbook-id", + "in": "path", + "description": "key: id of workbook", + "required": true, + "schema": { + "type": "string" + }, + "x-ms-docs-key-type": "driveItem" + } + ], + "requestBody": { + "description": "Action parameters", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + } + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "anyOf": [ + { + "$ref": "#/components/schemas/Worksheet" + } + ], + "nullable": true + } + } + } + }, + "default": { + "$ref": "#/components/responses/error" + } + }, + "x-ms-docs-operation-type": "action" + }, + "x-ms-docs-grouped-path": [ + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/names/{workbook-named-item-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/charts/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/names/add", + "/workbooks/{workbook-id}/workbook/tables/{workbook-table-id}/worksheet/tables/add", + "/workbooks/{workbook-id}/workbook/tables/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/charts/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/names/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/columns/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/{workbook-table-id}/rows/add", + "/workbooks/{workbook-id}/workbook/worksheets/{workbook-worksheet-id}/tables/add" + ] + } + }, + "components": { + "securitySchemes": { + "OAuth2": { + "type": "oauth2", + "flows": { + "authorizationCode": { + "tokenUrl": "https://login.microsoftonline.com/organizations/oauth2/v2.0/token", + "authorizationUrl": "https://login.microsoftonline.com/organizations/oauth2/v2.0/token", + "scopes": { + "write": "Files.ReadWrite" + } + } + } + } + }, + "schemas": { + "Entity": { + "title": "entity", + "type": "object", + "properties": { + "id": { + "type": "string" + } + } + }, + "microsoft.graph.directory": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "directory", + "type": "object", + "properties": { + "deletedItems": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + ] + }, + "microsoft.graph.directoryObject": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "directoryObject", + "type": "object", + "properties": { + "deletedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.device": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + }, + { + "title": "device", + "type": "object", + "properties": { + "accountEnabled": { + "type": "boolean", + "nullable": true + }, + "alternativeSecurityIds": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.alternativeSecurityId" + } + }, + "approximateLastSignInDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "deviceId": { + "type": "string", + "nullable": true + }, + "deviceMetadata": { + "type": "string", + "nullable": true + }, + "deviceVersion": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + }, + "isCompliant": { + "type": "boolean", + "nullable": true + }, + "isManaged": { + "type": "boolean", + "nullable": true + }, + "onPremisesLastSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "onPremisesSyncEnabled": { + "type": "boolean", + "nullable": true + }, + "operatingSystem": { + "type": "string", + "nullable": true + }, + "operatingSystemVersion": { + "type": "string", + "nullable": true + }, + "physicalIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "trustType": { + "type": "string", + "nullable": true + }, + "registeredOwners": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "registeredUsers": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "extensions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + ] + }, + "microsoft.graph.alternativeSecurityId": { + "title": "alternativeSecurityId", + "type": "object", + "properties": { + "type": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "identityProvider": { + "type": "string", + "nullable": true + }, + "key": { + "type": "string", + "format": "base64url", + "nullable": true + } + } + }, + "microsoft.graph.extension": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "extension", + "type": "object" + } + ] + }, + "microsoft.graph.directoryRole": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + }, + { + "title": "directoryRole", + "type": "object", + "properties": { + "description": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + }, + "roleTemplateId": { + "type": "string", + "nullable": true + }, + "members": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + ] + }, + "microsoft.graph.directoryRoleTemplate": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + }, + { + "title": "directoryRoleTemplate", + "type": "object", + "properties": { + "description": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.domain": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "domain", + "type": "object", + "properties": { + "authenticationType": { + "type": "string" + }, + "availabilityStatus": { + "type": "string", + "nullable": true + }, + "isAdminManaged": { + "type": "boolean" + }, + "isDefault": { + "type": "boolean" + }, + "isInitial": { + "type": "boolean" + }, + "isRoot": { + "type": "boolean" + }, + "isVerified": { + "type": "boolean" + }, + "supportedServices": { + "type": "array", + "items": { + "type": "string" + } + }, + "state": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.domainState" + } + ], + "nullable": true + }, + "serviceConfigurationRecords": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + }, + "verificationDnsRecords": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + } + }, + "domainNameReferences": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + } + } + } + ] + }, + "microsoft.graph.domainState": { + "title": "domainState", + "type": "object", + "properties": { + "status": { + "type": "string", + "nullable": true + }, + "operation": { + "type": "string", + "nullable": true + }, + "lastActionDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + }, + "microsoft.graph.domainDnsRecord": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "domainDnsRecord", + "type": "object", + "properties": { + "isOptional": { + "type": "boolean" + }, + "label": { + "type": "string" + }, + "recordType": { + "type": "string", + "nullable": true + }, + "supportedService": { + "type": "string" + }, + "ttl": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + } + ] + }, + "microsoft.graph.domainDnsCnameRecord": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + }, + { + "title": "domainDnsCnameRecord", + "type": "object", + "properties": { + "canonicalName": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.domainDnsMxRecord": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + }, + { + "title": "domainDnsMxRecord", + "type": "object", + "properties": { + "mailExchange": { + "type": "string" + }, + "preference": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.domainDnsSrvRecord": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + }, + { + "title": "domainDnsSrvRecord", + "type": "object", + "properties": { + "nameTarget": { + "type": "string", + "nullable": true + }, + "port": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "priority": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "protocol": { + "type": "string", + "nullable": true + }, + "service": { + "type": "string", + "nullable": true + }, + "weight": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.domainDnsTxtRecord": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + }, + { + "title": "domainDnsTxtRecord", + "type": "object", + "properties": { + "text": { + "type": "string" + } + } + } + ] + }, + "microsoft.graph.domainDnsUnavailableRecord": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" + }, + { + "title": "domainDnsUnavailableRecord", + "type": "object", + "properties": { + "description": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.licenseDetails": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "licenseDetails", + "type": "object", + "properties": { + "servicePlans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.servicePlanInfo" + } + }, + "skuId": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid", + "nullable": true + }, + "skuPartNumber": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.servicePlanInfo": { + "title": "servicePlanInfo", + "type": "object", + "properties": { + "servicePlanId": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid", + "nullable": true + }, + "servicePlanName": { + "type": "string", + "nullable": true + }, + "provisioningStatus": { + "type": "string", + "nullable": true + }, + "appliesTo": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.group": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + }, + { + "title": "group", + "type": "object", + "properties": { + "classification": { + "type": "string", + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "description": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + }, + "groupTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "mail": { + "type": "string", + "nullable": true + }, + "mailEnabled": { + "type": "boolean", + "nullable": true + }, + "mailNickname": { + "type": "string", + "nullable": true + }, + "onPremisesLastSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "onPremisesProvisioningErrors": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onPremisesProvisioningError" + } + ], + "nullable": true + } + }, + "onPremisesSecurityIdentifier": { + "type": "string", + "nullable": true + }, + "onPremisesSyncEnabled": { + "type": "boolean", + "nullable": true + }, + "proxyAddresses": { + "type": "array", + "items": { + "type": "string" + } + }, + "renewedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "securityEnabled": { + "type": "boolean", + "nullable": true + }, + "visibility": { + "type": "string", + "nullable": true + }, + "allowExternalSenders": { + "type": "boolean", + "nullable": true + }, + "autoSubscribeNewMembers": { + "type": "boolean", + "nullable": true + }, + "isSubscribedByMail": { + "type": "boolean", + "nullable": true + }, + "unseenCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "members": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "memberOf": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "createdOnBehalfOf": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + }, + "owners": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "settings": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.groupSetting" + } + }, + "extensions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + }, + "threads": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + }, + "calendar": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + ], + "nullable": true + }, + "calendarView": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + }, + "events": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + }, + "conversations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.conversation" + } + }, + "photo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + ], + "nullable": true + }, + "photos": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + }, + "acceptedSenders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "rejectedSenders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "drive": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + ], + "nullable": true + }, + "drives": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + }, + "sites": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + }, + "planner": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerGroup" + } + ], + "nullable": true + }, + "onenote": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + ], + "nullable": true + }, + "groupLifecyclePolicies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.groupLifecyclePolicy" + } + } + } + } + ] + }, + "microsoft.graph.onPremisesProvisioningError": { + "title": "onPremisesProvisioningError", + "type": "object", + "properties": { + "value": { + "type": "string", + "nullable": true + }, + "category": { + "type": "string", + "nullable": true + }, + "propertyCausingError": { + "type": "string", + "nullable": true + }, + "occurredDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + }, + "microsoft.graph.groupSetting": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "groupSetting", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "templateId": { + "type": "string", + "nullable": true + }, + "values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.settingValue" + } + } + } + } + ] + }, + "microsoft.graph.conversationThread": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "conversationThread", + "type": "object", + "properties": { + "toRecipients": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + }, + "topic": { + "type": "string" + }, + "hasAttachments": { + "type": "boolean" + }, + "lastDeliveredDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "uniqueSenders": { + "type": "array", + "items": { + "type": "string" + } + }, + "ccRecipients": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + }, + "preview": { + "type": "string" + }, + "isLocked": { + "type": "boolean" + }, + "posts": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.post" + } + } + } + } + ] + }, + "microsoft.graph.calendar": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "calendar", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "color": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.calendarColor" + } + ], + "nullable": true + }, + "changeKey": { + "type": "string", + "nullable": true + }, + "canShare": { + "type": "boolean", + "nullable": true + }, + "canViewPrivateItems": { + "type": "boolean", + "nullable": true + }, + "canEdit": { + "type": "boolean", + "nullable": true + }, + "owner": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.emailAddress" + } + ], + "nullable": true + }, + "events": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + }, + "calendarView": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + }, + "singleValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + }, + "multiValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + ] + }, + "microsoft.graph.outlookItem": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "outlookItem", + "type": "object", + "properties": { + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "changeKey": { + "type": "string", + "nullable": true + }, + "categories": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + ] + }, + "microsoft.graph.event": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.outlookItem" + }, + { + "title": "event", + "type": "object", + "properties": { + "originalStartTimeZone": { + "type": "string", + "nullable": true + }, + "originalEndTimeZone": { + "type": "string", + "nullable": true + }, + "responseStatus": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.responseStatus" + } + ], + "nullable": true + }, + "iCalUId": { + "type": "string", + "nullable": true + }, + "reminderMinutesBeforeStart": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "isReminderOn": { + "type": "boolean", + "nullable": true + }, + "hasAttachments": { + "type": "boolean", + "nullable": true + }, + "subject": { + "type": "string", + "nullable": true + }, + "body": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemBody" + } + ], + "nullable": true + }, + "bodyPreview": { + "type": "string", + "nullable": true + }, + "importance": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.importance" + } + ], + "nullable": true + }, + "sensitivity": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sensitivity" + } + ], + "nullable": true + }, + "start": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "originalStart": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "end": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "location": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.location" + } + ], + "nullable": true + }, + "locations": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.location" + } + ], + "nullable": true + } + }, + "isAllDay": { + "type": "boolean", + "nullable": true + }, + "isCancelled": { + "type": "boolean", + "nullable": true + }, + "isOrganizer": { + "type": "boolean", + "nullable": true + }, + "recurrence": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.patternedRecurrence" + } + ], + "nullable": true + }, + "responseRequested": { + "type": "boolean", + "nullable": true + }, + "seriesMasterId": { + "type": "string", + "nullable": true + }, + "showAs": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.freeBusyStatus" + } + ], + "nullable": true + }, + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.eventType" + } + ], + "nullable": true + }, + "attendees": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attendee" + } + ], + "nullable": true + } + }, + "organizer": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + }, + "webLink": { + "type": "string", + "nullable": true + }, + "onlineMeetingUrl": { + "type": "string", + "nullable": true + }, + "calendar": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + ], + "nullable": true + }, + "instances": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + }, + "extensions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + }, + "attachments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + }, + "singleValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + }, + "multiValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + ] + }, + "microsoft.graph.conversation": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "conversation", + "type": "object", + "properties": { + "topic": { + "type": "string" + }, + "hasAttachments": { + "type": "boolean" + }, + "lastDeliveredDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "uniqueSenders": { + "type": "array", + "items": { + "type": "string" + } + }, + "preview": { + "type": "string" + }, + "threads": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.conversationThread" + } + } + } + } + ] + }, + "microsoft.graph.profilePhoto": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "profilePhoto", + "type": "object", + "properties": { + "height": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "width": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.baseItem": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "baseItem", + "type": "object", + "properties": { + "createdBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "description": { + "type": "string", + "nullable": true + }, + "eTag": { + "type": "string", + "nullable": true + }, + "lastModifiedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "name": { + "type": "string", + "nullable": true + }, + "parentReference": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemReference" + } + ], + "nullable": true + }, + "webUrl": { + "type": "string", + "nullable": true + }, + "createdByUser": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.user" + } + ], + "nullable": true + }, + "lastModifiedByUser": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.user" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.drive": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + }, + { + "title": "drive", + "type": "object", + "properties": { + "driveType": { + "type": "string", + "nullable": true + }, + "owner": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "quota": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.quota" + } + ], + "nullable": true + }, + "sharePointIds": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharepointIds" + } + ], + "nullable": true + }, + "system": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.systemFacet" + } + ], + "nullable": true + }, + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + }, + "list": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.list" + } + ], + "nullable": true + }, + "root": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + }, + "special": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + } + } + } + ] + }, + "microsoft.graph.site": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + }, + { + "title": "site", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "root": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.root" + } + ], + "nullable": true + }, + "sharepointIds": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharepointIds" + } + ], + "nullable": true + }, + "siteCollection": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.siteCollection" + } + ], + "nullable": true + }, + "columns": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + }, + "contentTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + }, + "drive": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + ], + "nullable": true + }, + "drives": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + }, + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + } + }, + "lists": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.list" + } + }, + "sites": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.site" + } + }, + "onenote": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.plannerGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerGroup", + "type": "object", + "properties": { + "plans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + } + } + ] + }, + "microsoft.graph.onenote": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "onenote", + "type": "object", + "properties": { + "notebooks": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + }, + "sections": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + }, + "sectionGroups": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + }, + "pages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + }, + "resources": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteResource" + } + }, + "operations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperation" + } + } + } + } + ] + }, + "microsoft.graph.groupLifecyclePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "groupLifecyclePolicy", + "type": "object", + "properties": { + "groupLifetimeInDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "managedGroupTypes": { + "type": "string", + "nullable": true + }, + "alternateNotificationEmails": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.contract": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + }, + { + "title": "contract", + "type": "object", + "properties": { + "contractType": { + "type": "string", + "nullable": true + }, + "customerId": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid", + "nullable": true + }, + "defaultDomainName": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.subscribedSku": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "subscribedSku", + "type": "object", + "properties": { + "capabilityStatus": { + "type": "string", + "nullable": true + }, + "consumedUnits": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "prepaidUnits": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.licenseUnitsDetail" + } + ], + "nullable": true + }, + "servicePlans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.servicePlanInfo" + } + }, + "skuId": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid", + "nullable": true + }, + "skuPartNumber": { + "type": "string", + "nullable": true + }, + "appliesTo": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.licenseUnitsDetail": { + "title": "licenseUnitsDetail", + "type": "object", + "properties": { + "enabled": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "suspended": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "warning": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.organization": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + }, + { + "title": "organization", + "type": "object", + "properties": { + "assignedPlans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.assignedPlan" + } + }, + "businessPhones": { + "type": "array", + "items": { + "type": "string" + } + }, + "city": { + "type": "string", + "nullable": true + }, + "country": { + "type": "string", + "nullable": true + }, + "countryLetterCode": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + }, + "marketingNotificationEmails": { + "type": "array", + "items": { + "type": "string" + } + }, + "onPremisesLastSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "onPremisesSyncEnabled": { + "type": "boolean", + "nullable": true + }, + "postalCode": { + "type": "string", + "nullable": true + }, + "preferredLanguage": { + "type": "string", + "nullable": true + }, + "privacyProfile": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.privacyProfile" + } + ], + "nullable": true + }, + "provisionedPlans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.provisionedPlan" + } + }, + "securityComplianceNotificationMails": { + "type": "array", + "items": { + "type": "string" + } + }, + "securityComplianceNotificationPhones": { + "type": "array", + "items": { + "type": "string" + } + }, + "state": { + "type": "string", + "nullable": true + }, + "street": { + "type": "string", + "nullable": true + }, + "technicalNotificationMails": { + "type": "array", + "items": { + "type": "string" + } + }, + "verifiedDomains": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.verifiedDomain" + } + }, + "mobileDeviceManagementAuthority": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mdmAuthority" + } + ], + "description": "Mobile device management authority." + }, + "extensions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + } + } + } + ] + }, + "microsoft.graph.assignedPlan": { + "title": "assignedPlan", + "type": "object", + "properties": { + "assignedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "capabilityStatus": { + "type": "string", + "nullable": true + }, + "service": { + "type": "string", + "nullable": true + }, + "servicePlanId": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid", + "nullable": true + } + } + }, + "microsoft.graph.privacyProfile": { + "title": "privacyProfile", + "type": "object", + "properties": { + "contactEmail": { + "type": "string", + "nullable": true + }, + "statementUrl": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.provisionedPlan": { + "title": "provisionedPlan", + "type": "object", + "properties": { + "capabilityStatus": { + "type": "string", + "nullable": true + }, + "provisioningStatus": { + "type": "string", + "nullable": true + }, + "service": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.verifiedDomain": { + "title": "verifiedDomain", + "type": "object", + "properties": { + "capabilities": { + "type": "string", + "nullable": true + }, + "isDefault": { + "type": "boolean", + "nullable": true + }, + "isInitial": { + "type": "boolean", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "type": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.user": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + }, + { + "title": "user", + "type": "object", + "properties": { + "accountEnabled": { + "type": "boolean", + "nullable": true + }, + "ageGroup": { + "type": "string", + "nullable": true + }, + "assignedLicenses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.assignedLicense" + } + }, + "assignedPlans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.assignedPlan" + } + }, + "businessPhones": { + "type": "array", + "items": { + "type": "string" + } + }, + "city": { + "type": "string", + "nullable": true + }, + "companyName": { + "type": "string", + "nullable": true + }, + "consentProvidedForMinor": { + "type": "string", + "nullable": true + }, + "country": { + "type": "string", + "nullable": true + }, + "department": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + }, + "givenName": { + "type": "string", + "nullable": true + }, + "imAddresses": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "jobTitle": { + "type": "string", + "nullable": true + }, + "legalAgeGroupClassification": { + "type": "string", + "nullable": true + }, + "mail": { + "type": "string", + "nullable": true + }, + "mailNickname": { + "type": "string", + "nullable": true + }, + "mobilePhone": { + "type": "string", + "nullable": true + }, + "onPremisesExtensionAttributes": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onPremisesExtensionAttributes" + } + ], + "nullable": true + }, + "onPremisesImmutableId": { + "type": "string", + "nullable": true + }, + "onPremisesLastSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "onPremisesProvisioningErrors": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onPremisesProvisioningError" + } + ], + "nullable": true + } + }, + "onPremisesSecurityIdentifier": { + "type": "string", + "nullable": true + }, + "onPremisesSyncEnabled": { + "type": "boolean", + "nullable": true + }, + "onPremisesDomainName": { + "type": "string", + "nullable": true + }, + "onPremisesSamAccountName": { + "type": "string", + "nullable": true + }, + "onPremisesUserPrincipalName": { + "type": "string", + "nullable": true + }, + "passwordPolicies": { + "type": "string", + "nullable": true + }, + "passwordProfile": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.passwordProfile" + } + ], + "nullable": true + }, + "officeLocation": { + "type": "string", + "nullable": true + }, + "postalCode": { + "type": "string", + "nullable": true + }, + "preferredLanguage": { + "type": "string", + "nullable": true + }, + "provisionedPlans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.provisionedPlan" + } + }, + "proxyAddresses": { + "type": "array", + "items": { + "type": "string" + } + }, + "state": { + "type": "string", + "nullable": true + }, + "streetAddress": { + "type": "string", + "nullable": true + }, + "surname": { + "type": "string", + "nullable": true + }, + "usageLocation": { + "type": "string", + "nullable": true + }, + "userPrincipalName": { + "type": "string", + "nullable": true + }, + "userType": { + "type": "string", + "nullable": true + }, + "mailboxSettings": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailboxSettings" + } + ], + "nullable": true + }, + "aboutMe": { + "type": "string", + "nullable": true + }, + "birthday": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "hireDate": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "interests": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "mySite": { + "type": "string", + "nullable": true + }, + "pastProjects": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "preferredName": { + "type": "string", + "nullable": true + }, + "responsibilities": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "schools": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "skills": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "deviceEnrollmentLimit": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000." + }, + "ownedDevices": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "registeredDevices": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "manager": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + ], + "nullable": true + }, + "directReports": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "memberOf": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "createdObjects": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "ownedObjects": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + } + }, + "licenseDetails": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.licenseDetails" + } + }, + "extensions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + }, + "outlook": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.outlookUser" + } + ], + "nullable": true + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + }, + "mailFolders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + }, + "calendar": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + ], + "nullable": true + }, + "calendars": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + }, + "calendarGroups": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.calendarGroup" + } + }, + "calendarView": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + }, + "events": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.event" + } + }, + "people": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.person" + } + }, + "contacts": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + }, + "contactFolders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + }, + "inferenceClassification": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassification" + } + ], + "nullable": true + }, + "photo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + ], + "nullable": true + }, + "photos": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + }, + "drive": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + ], + "nullable": true + }, + "drives": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + }, + "planner": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerUser" + } + ], + "nullable": true + }, + "onenote": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenote" + } + ], + "nullable": true + }, + "managedDevices": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + }, + "description": "The managed devices associated with the user." + }, + "managedAppRegistrations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + }, + "description": "Zero or more managed app registrations that belong to the user." + }, + "deviceManagementTroubleshootingEvents": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + }, + "description": "The list of troubleshooting events for this user." + }, + "activities": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + }, + "insights": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.officeGraphInsights" + } + ], + "nullable": true + }, + "settings": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.userSettings" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.assignedLicense": { + "title": "assignedLicense", + "type": "object", + "properties": { + "disabledPlans": { + "type": "array", + "items": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid" + } + }, + "skuId": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid", + "nullable": true + } + } + }, + "microsoft.graph.onPremisesExtensionAttributes": { + "title": "onPremisesExtensionAttributes", + "type": "object", + "properties": { + "extensionAttribute1": { + "type": "string", + "nullable": true + }, + "extensionAttribute2": { + "type": "string", + "nullable": true + }, + "extensionAttribute3": { + "type": "string", + "nullable": true + }, + "extensionAttribute4": { + "type": "string", + "nullable": true + }, + "extensionAttribute5": { + "type": "string", + "nullable": true + }, + "extensionAttribute6": { + "type": "string", + "nullable": true + }, + "extensionAttribute7": { + "type": "string", + "nullable": true + }, + "extensionAttribute8": { + "type": "string", + "nullable": true + }, + "extensionAttribute9": { + "type": "string", + "nullable": true + }, + "extensionAttribute10": { + "type": "string", + "nullable": true + }, + "extensionAttribute11": { + "type": "string", + "nullable": true + }, + "extensionAttribute12": { + "type": "string", + "nullable": true + }, + "extensionAttribute13": { + "type": "string", + "nullable": true + }, + "extensionAttribute14": { + "type": "string", + "nullable": true + }, + "extensionAttribute15": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.passwordProfile": { + "title": "passwordProfile", + "type": "object", + "properties": { + "password": { + "type": "string", + "nullable": true + }, + "forceChangePasswordNextSignIn": { + "type": "boolean", + "nullable": true + } + } + }, + "microsoft.graph.mailboxSettings": { + "title": "mailboxSettings", + "type": "object", + "properties": { + "automaticRepliesSetting": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.automaticRepliesSetting" + } + ], + "nullable": true + }, + "archiveFolder": { + "type": "string", + "nullable": true + }, + "timeZone": { + "type": "string", + "nullable": true + }, + "language": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.localeInfo" + } + ], + "nullable": true + }, + "workingHours": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workingHours" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.automaticRepliesSetting": { + "title": "automaticRepliesSetting", + "type": "object", + "properties": { + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.automaticRepliesStatus" + } + ], + "nullable": true + }, + "externalAudience": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalAudienceScope" + } + ], + "nullable": true + }, + "scheduledStartDateTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "scheduledEndDateTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "internalReplyMessage": { + "type": "string", + "nullable": true + }, + "externalReplyMessage": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.dateTimeTimeZone": { + "title": "dateTimeTimeZone", + "type": "object", + "properties": { + "dateTime": { + "type": "string" + }, + "timeZone": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.localeInfo": { + "title": "localeInfo", + "type": "object", + "properties": { + "locale": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.workingHours": { + "title": "workingHours", + "type": "object", + "properties": { + "daysOfWeek": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dayOfWeek" + } + ], + "nullable": true + } + }, + "startTime": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "format": "time", + "nullable": true + }, + "endTime": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "format": "time", + "nullable": true + }, + "timeZone": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.timeZoneBase" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.timeZoneBase": { + "title": "timeZoneBase", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.outlookUser": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "outlookUser", + "type": "object", + "properties": { + "masterCategories": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.outlookCategory" + } + } + } + } + ] + }, + "microsoft.graph.message": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.outlookItem" + }, + { + "title": "message", + "type": "object", + "properties": { + "receivedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "sentDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "hasAttachments": { + "type": "boolean", + "nullable": true + }, + "internetMessageId": { + "type": "string", + "nullable": true + }, + "internetMessageHeaders": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.internetMessageHeader" + } + ], + "nullable": true + } + }, + "subject": { + "type": "string", + "nullable": true + }, + "body": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemBody" + } + ], + "nullable": true + }, + "bodyPreview": { + "type": "string", + "nullable": true + }, + "importance": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.importance" + } + ], + "nullable": true + }, + "parentFolderId": { + "type": "string", + "nullable": true + }, + "sender": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + }, + "from": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + }, + "toRecipients": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "ccRecipients": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "bccRecipients": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "replyTo": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "conversationId": { + "type": "string", + "nullable": true + }, + "uniqueBody": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemBody" + } + ], + "nullable": true + }, + "isDeliveryReceiptRequested": { + "type": "boolean", + "nullable": true + }, + "isReadReceiptRequested": { + "type": "boolean", + "nullable": true + }, + "isRead": { + "type": "boolean", + "nullable": true + }, + "isDraft": { + "type": "boolean", + "nullable": true + }, + "webLink": { + "type": "string", + "nullable": true + }, + "inferenceClassification": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationType" + } + ], + "nullable": true + }, + "flag": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.followupFlag" + } + ], + "nullable": true + }, + "attachments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + }, + "extensions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + }, + "singleValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + }, + "multiValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + ] + }, + "microsoft.graph.mailFolder": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "mailFolder", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "parentFolderId": { + "type": "string", + "nullable": true + }, + "childFolderCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "unreadItemCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "totalItemCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.message" + } + }, + "messageRules": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.messageRule" + } + }, + "childFolders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mailFolder" + } + }, + "singleValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + }, + "multiValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + ] + }, + "microsoft.graph.calendarGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "calendarGroup", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "classId": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid", + "nullable": true + }, + "changeKey": { + "type": "string", + "nullable": true + }, + "calendars": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.calendar" + } + } + } + } + ] + }, + "microsoft.graph.person": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "person", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "givenName": { + "type": "string", + "nullable": true + }, + "surname": { + "type": "string", + "nullable": true + }, + "birthday": { + "type": "string", + "nullable": true + }, + "personNotes": { + "type": "string", + "nullable": true + }, + "isFavorite": { + "type": "boolean", + "nullable": true + }, + "scoredEmailAddresses": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.scoredEmailAddress" + } + ], + "nullable": true + } + }, + "phones": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.phone" + } + ], + "nullable": true + } + }, + "postalAddresses": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.location" + } + ], + "nullable": true + } + }, + "websites": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.website" + } + ], + "nullable": true + } + }, + "jobTitle": { + "type": "string", + "nullable": true + }, + "companyName": { + "type": "string", + "nullable": true + }, + "yomiCompany": { + "type": "string", + "nullable": true + }, + "department": { + "type": "string", + "nullable": true + }, + "officeLocation": { + "type": "string", + "nullable": true + }, + "profession": { + "type": "string", + "nullable": true + }, + "personType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.personType" + } + ], + "nullable": true + }, + "userPrincipalName": { + "type": "string", + "nullable": true + }, + "imAddress": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.contact": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.outlookItem" + }, + { + "title": "contact", + "type": "object", + "properties": { + "parentFolderId": { + "type": "string", + "nullable": true + }, + "birthday": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "fileAs": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + }, + "givenName": { + "type": "string", + "nullable": true + }, + "initials": { + "type": "string", + "nullable": true + }, + "middleName": { + "type": "string", + "nullable": true + }, + "nickName": { + "type": "string", + "nullable": true + }, + "surname": { + "type": "string", + "nullable": true + }, + "title": { + "type": "string", + "nullable": true + }, + "yomiGivenName": { + "type": "string", + "nullable": true + }, + "yomiSurname": { + "type": "string", + "nullable": true + }, + "yomiCompanyName": { + "type": "string", + "nullable": true + }, + "generation": { + "type": "string", + "nullable": true + }, + "emailAddresses": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.emailAddress" + } + ], + "nullable": true + } + }, + "imAddresses": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "jobTitle": { + "type": "string", + "nullable": true + }, + "companyName": { + "type": "string", + "nullable": true + }, + "department": { + "type": "string", + "nullable": true + }, + "officeLocation": { + "type": "string", + "nullable": true + }, + "profession": { + "type": "string", + "nullable": true + }, + "businessHomePage": { + "type": "string", + "nullable": true + }, + "assistantName": { + "type": "string", + "nullable": true + }, + "manager": { + "type": "string", + "nullable": true + }, + "homePhones": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "mobilePhone": { + "type": "string", + "nullable": true + }, + "businessPhones": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "homeAddress": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.physicalAddress" + } + ], + "nullable": true + }, + "businessAddress": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.physicalAddress" + } + ], + "nullable": true + }, + "otherAddress": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.physicalAddress" + } + ], + "nullable": true + }, + "spouseName": { + "type": "string", + "nullable": true + }, + "personalNotes": { + "type": "string", + "nullable": true + }, + "children": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "extensions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + }, + "singleValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + }, + "multiValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + }, + "photo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.profilePhoto" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.contactFolder": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "contactFolder", + "type": "object", + "properties": { + "parentFolderId": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + }, + "contacts": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contact" + } + }, + "childFolders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contactFolder" + } + }, + "singleValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + }, + "multiValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + ] + }, + "microsoft.graph.inferenceClassification": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "inferenceClassification", + "type": "object", + "properties": { + "overrides": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationOverride" + } + } + } + } + ] + }, + "microsoft.graph.plannerUser": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerUser", + "type": "object", + "properties": { + "tasks": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + }, + "plans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + } + } + } + ] + }, + "microsoft.graph.managedDevice": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedDevice", + "type": "object", + "properties": { + "userId": { + "type": "string", + "description": "Unique Identifier for the user associated with the device", + "nullable": true + }, + "deviceName": { + "type": "string", + "description": "Name of the device", + "nullable": true + }, + "managedDeviceOwnerType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceOwnerType" + } + ], + "description": "Ownership of the device. Can be 'company' or 'personal'" + }, + "deviceActionResults": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceActionResult" + } + ], + "nullable": true + }, + "description": "List of ComplexType deviceActionResult objects." + }, + "enrolledDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Enrollment time of the device.", + "format": "date-time" + }, + "lastSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The date and time that the device last completed a successful sync with Intune.", + "format": "date-time" + }, + "operatingSystem": { + "type": "string", + "description": "Operating system of the device. Windows, iOS, etc.", + "nullable": true + }, + "complianceState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceState" + } + ], + "description": "Compliance state of the device." + }, + "jailBroken": { + "type": "string", + "description": "whether the device is jail broken or rooted.", + "nullable": true + }, + "managementAgent": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managementAgentType" + } + ], + "description": "Management channel of the device. Intune, EAS, etc." + }, + "osVersion": { + "type": "string", + "description": "Operating system version of the device.", + "nullable": true + }, + "easActivated": { + "type": "boolean", + "description": "Whether the device is Exchange ActiveSync activated." + }, + "easDeviceId": { + "type": "string", + "description": "Exchange ActiveSync Id of the device.", + "nullable": true + }, + "easActivationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Exchange ActivationSync activation time of the device.", + "format": "date-time" + }, + "azureADRegistered": { + "type": "boolean", + "description": "Whether the device is Azure Active Directory registered.", + "nullable": true + }, + "deviceEnrollmentType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentType" + } + ], + "description": "Enrollment type of the device." + }, + "activationLockBypassCode": { + "type": "string", + "description": "Code that allows the Activation Lock on a device to be bypassed.", + "nullable": true + }, + "emailAddress": { + "type": "string", + "description": "Email(s) for the user associated with the device", + "nullable": true + }, + "azureADDeviceId": { + "type": "string", + "description": "The unique identifier for the Azure Active Directory device. Read only.", + "nullable": true + }, + "deviceRegistrationState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceRegistrationState" + } + ], + "description": "Device registration state." + }, + "deviceCategoryDisplayName": { + "type": "string", + "description": "Device category display name", + "nullable": true + }, + "isSupervised": { + "type": "boolean", + "description": "Device supervised status" + }, + "exchangeLastSuccessfulSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last time the device contacted Exchange.", + "format": "date-time" + }, + "exchangeAccessState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState" + } + ], + "description": "The Access State of the device in Exchange." + }, + "exchangeAccessStateReason": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeAccessStateReason" + } + ], + "description": "The reason for the device's access state in Exchange." + }, + "remoteAssistanceSessionUrl": { + "type": "string", + "description": "Url that allows a Remote Assistance session to be established with the device.", + "nullable": true + }, + "remoteAssistanceSessionErrorDetails": { + "type": "string", + "description": "An error string that identifies issues when creating Remote Assistance session objects.", + "nullable": true + }, + "isEncrypted": { + "type": "boolean", + "description": "Device encryption status" + }, + "userPrincipalName": { + "type": "string", + "description": "Device user principal name", + "nullable": true + }, + "model": { + "type": "string", + "description": "Model of the device", + "nullable": true + }, + "manufacturer": { + "type": "string", + "description": "Manufacturer of the device", + "nullable": true + }, + "imei": { + "type": "string", + "description": "IMEI", + "nullable": true + }, + "complianceGracePeriodExpirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The DateTime when device compliance grace period expires", + "format": "date-time" + }, + "serialNumber": { + "type": "string", + "description": "SerialNumber", + "nullable": true + }, + "phoneNumber": { + "type": "string", + "description": "Phone number of the device", + "nullable": true + }, + "androidSecurityPatchLevel": { + "type": "string", + "description": "Android security patch level", + "nullable": true + }, + "userDisplayName": { + "type": "string", + "description": "User display name", + "nullable": true + }, + "configurationManagerClientEnabledFeatures": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.configurationManagerClientEnabledFeatures" + } + ], + "description": "ConfigrMgr client enabled features", + "nullable": true + }, + "wiFiMacAddress": { + "type": "string", + "description": "Wi-Fi MAC", + "nullable": true + }, + "deviceHealthAttestationState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceHealthAttestationState" + } + ], + "description": "The device health attestation state.", + "nullable": true + }, + "subscriberCarrier": { + "type": "string", + "description": "Subscriber Carrier", + "nullable": true + }, + "meid": { + "type": "string", + "description": "MEID", + "nullable": true + }, + "totalStorageSpaceInBytes": { + "type": "integer", + "description": "Total Storage in Bytes", + "format": "int64" + }, + "freeStorageSpaceInBytes": { + "type": "integer", + "description": "Free Storage in Bytes", + "format": "int64" + }, + "managedDeviceName": { + "type": "string", + "description": "Automatically generated name to identify a device. Can be overwritten to a user friendly name.", + "nullable": true + }, + "partnerReportedThreatState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState" + } + ], + "description": "Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only." + }, + "deviceConfigurationStates": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationState" + }, + "description": "Device configuration states for this device." + }, + "deviceCategory": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + } + ], + "description": "Device category", + "nullable": true + }, + "deviceCompliancePolicyStates": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyState" + }, + "description": "Device compliance policy states for this device." + } + }, + "description": "Devices that are managed or pre-enrolled through Intune" + } + ] + }, + "microsoft.graph.managedAppRegistration": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedAppRegistration", + "type": "object", + "properties": { + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Date and time of creation", + "format": "date-time" + }, + "lastSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Date and time of last the app synced with management service.", + "format": "date-time" + }, + "applicationVersion": { + "type": "string", + "description": "App version", + "nullable": true + }, + "managementSdkVersion": { + "type": "string", + "description": "App management SDK version", + "nullable": true + }, + "platformVersion": { + "type": "string", + "description": "Operating System version", + "nullable": true + }, + "deviceType": { + "type": "string", + "description": "Host device type", + "nullable": true + }, + "deviceTag": { + "type": "string", + "description": "App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.", + "nullable": true + }, + "deviceName": { + "type": "string", + "description": "Host device name", + "nullable": true + }, + "flaggedReasons": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppFlaggedReason" + } + ] + }, + "description": "Zero or more reasons an app registration is flagged. E.g. app running on rooted device" + }, + "userId": { + "type": "string", + "description": "The user Id to who this app registration belongs.", + "nullable": true + }, + "appIdentifier": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppIdentifier" + } + ], + "description": "The app package Identifier", + "nullable": true + }, + "version": { + "type": "string", + "description": "Version of the entity.", + "nullable": true + }, + "appliedPolicies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + }, + "description": "Zero or more policys already applied on the registered app when it last synchronized with managment service." + }, + "intendedPolicies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + }, + "description": "Zero or more policies admin intended for the app as of now." + }, + "operations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppOperation" + }, + "description": "Zero or more long running operations triggered on the app registration." + } + }, + "description": "The ManagedAppEntity is the base entity type for all other entity types under app management workflow." + } + ] + }, + "microsoft.graph.deviceManagementTroubleshootingEvent": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceManagementTroubleshootingEvent", + "type": "object", + "properties": { + "eventDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Time when the event occurred .", + "format": "date-time" + }, + "correlationId": { + "type": "string", + "description": "Id used for tracing the failure in the service.", + "nullable": true + } + }, + "description": "Event representing an general failure." + } + ] + }, + "microsoft.graph.userActivity": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "userActivity", + "type": "object", + "properties": { + "visualElements": { + "$ref": "#/components/schemas/microsoft.graph.visualInfo" + }, + "activitySourceHost": { + "type": "string" + }, + "activationUrl": { + "type": "string" + }, + "appActivityId": { + "type": "string" + }, + "appDisplayName": { + "type": "string", + "nullable": true + }, + "contentUrl": { + "type": "string", + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "expirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "fallbackUrl": { + "type": "string", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "userTimezone": { + "type": "string", + "nullable": true + }, + "contentInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.status" + } + ], + "nullable": true + }, + "historyItems": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.activityHistoryItem" + } + } + } + } + ] + }, + "microsoft.graph.officeGraphInsights": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "officeGraphInsights", + "type": "object", + "properties": { + "trending": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.trending" + } + }, + "shared": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sharedInsight" + } + }, + "used": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.usedInsight" + } + } + } + } + ] + }, + "microsoft.graph.userSettings": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "userSettings", + "type": "object", + "properties": { + "contributionToContentDiscoveryDisabled": { + "type": "boolean" + }, + "contributionToContentDiscoveryAsOrganizationDisabled": { + "type": "boolean" + } + } + } + ] + }, + "microsoft.graph.settingValue": { + "title": "settingValue", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "value": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.groupSettingTemplate": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + }, + { + "title": "groupSettingTemplate", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "description": { + "type": "string", + "nullable": true + }, + "values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.settingTemplateValue" + } + } + } + } + ] + }, + "microsoft.graph.settingTemplateValue": { + "title": "settingTemplateValue", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "type": { + "type": "string", + "nullable": true + }, + "defaultValue": { + "type": "string", + "nullable": true + }, + "description": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.ComplexExtensionValue": { + "title": "ComplexExtensionValue", + "type": "object" + }, + "microsoft.graph.schemaExtension": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "schemaExtension", + "type": "object", + "properties": { + "description": { + "type": "string", + "nullable": true + }, + "targetTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "properties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extensionSchemaProperty" + } + }, + "status": { + "type": "string" + }, + "owner": { + "type": "string" + } + } + } + ] + }, + "microsoft.graph.extensionSchemaProperty": { + "title": "extensionSchemaProperty", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "type": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.attachment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "attachment", + "type": "object", + "properties": { + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "contentType": { + "type": "string", + "nullable": true + }, + "size": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "isInline": { + "type": "boolean" + } + } + } + ] + }, + "microsoft.graph.customTimeZone": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.timeZoneBase" + }, + { + "title": "customTimeZone", + "type": "object", + "properties": { + "bias": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "standardOffset": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.standardTimeZoneOffset" + } + ], + "nullable": true + }, + "daylightOffset": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.daylightTimeZoneOffset" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.standardTimeZoneOffset": { + "title": "standardTimeZoneOffset", + "type": "object", + "properties": { + "time": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "format": "time", + "nullable": true + }, + "dayOccurrence": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "dayOfWeek": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dayOfWeek" + } + ], + "nullable": true + }, + "month": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "year": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.daylightTimeZoneOffset": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.standardTimeZoneOffset" + }, + { + "title": "daylightTimeZoneOffset", + "type": "object", + "properties": { + "daylightBias": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.outlookCategory": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "outlookCategory", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "color": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.categoryColor" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.recipient": { + "title": "recipient", + "type": "object", + "properties": { + "emailAddress": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.emailAddress" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.emailAddress": { + "title": "emailAddress", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "address": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.attendeeBase": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + }, + { + "title": "attendeeBase", + "type": "object", + "properties": { + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attendeeType" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.meetingTimeSuggestionsResult": { + "title": "meetingTimeSuggestionsResult", + "type": "object", + "properties": { + "meetingTimeSuggestions": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.meetingTimeSuggestion" + } + ], + "nullable": true + } + }, + "emptySuggestionsReason": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.meetingTimeSuggestion": { + "title": "meetingTimeSuggestion", + "type": "object", + "properties": { + "meetingTimeSlot": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.timeSlot" + } + ], + "nullable": true + }, + "confidence": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "organizerAvailability": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.freeBusyStatus" + } + ], + "nullable": true + }, + "attendeeAvailability": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attendeeAvailability" + } + ], + "nullable": true + } + }, + "locations": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.location" + } + ], + "nullable": true + } + }, + "suggestionReason": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.timeSlot": { + "title": "timeSlot", + "type": "object", + "properties": { + "start": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "end": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.attendeeAvailability": { + "title": "attendeeAvailability", + "type": "object", + "properties": { + "attendee": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attendeeBase" + } + ], + "nullable": true + }, + "availability": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.freeBusyStatus" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.location": { + "title": "location", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "locationEmailAddress": { + "type": "string", + "nullable": true + }, + "address": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.physicalAddress" + } + ], + "nullable": true + }, + "coordinates": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.outlookGeoCoordinates" + } + ], + "nullable": true + }, + "locationUri": { + "type": "string", + "nullable": true + }, + "locationType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.locationType" + } + ], + "nullable": true + }, + "uniqueId": { + "type": "string", + "nullable": true + }, + "uniqueIdType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.locationUniqueIdType" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.physicalAddress": { + "title": "physicalAddress", + "type": "object", + "properties": { + "street": { + "type": "string", + "nullable": true + }, + "city": { + "type": "string", + "nullable": true + }, + "state": { + "type": "string", + "nullable": true + }, + "countryOrRegion": { + "type": "string", + "nullable": true + }, + "postalCode": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.outlookGeoCoordinates": { + "title": "outlookGeoCoordinates", + "type": "object", + "properties": { + "altitude": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "latitude": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "longitude": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "accuracy": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "altitudeAccuracy": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + } + } + }, + "microsoft.graph.locationConstraint": { + "title": "locationConstraint", + "type": "object", + "properties": { + "isRequired": { + "type": "boolean", + "nullable": true + }, + "suggestLocation": { + "type": "boolean", + "nullable": true + }, + "locations": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.locationConstraintItem" + } + ], + "nullable": true + } + } + } + }, + "microsoft.graph.locationConstraintItem": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.location" + }, + { + "title": "locationConstraintItem", + "type": "object", + "properties": { + "resolveAvailability": { + "type": "boolean", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.timeConstraint": { + "title": "timeConstraint", + "type": "object", + "properties": { + "activityDomain": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.activityDomain" + } + ], + "nullable": true + }, + "timeslots": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.timeSlot" + } + ], + "nullable": true + } + } + } + }, + "microsoft.graph.reminder": { + "title": "reminder", + "type": "object", + "properties": { + "eventId": { + "type": "string", + "nullable": true + }, + "eventStartTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "eventEndTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "changeKey": { + "type": "string", + "nullable": true + }, + "eventSubject": { + "type": "string", + "nullable": true + }, + "eventLocation": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.location" + } + ], + "nullable": true + }, + "eventWebLink": { + "type": "string", + "nullable": true + }, + "reminderFireTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.mailTips": { + "title": "mailTips", + "type": "object", + "properties": { + "emailAddress": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.emailAddress" + } + ], + "nullable": true + }, + "automaticReplies": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.automaticRepliesMailTips" + } + ], + "nullable": true + }, + "mailboxFull": { + "type": "boolean", + "nullable": true + }, + "customMailTip": { + "type": "string", + "nullable": true + }, + "externalMemberCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "totalMemberCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "deliveryRestricted": { + "type": "boolean", + "nullable": true + }, + "isModerated": { + "type": "boolean", + "nullable": true + }, + "recipientScope": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipientScopeType" + } + ], + "nullable": true + }, + "recipientSuggestions": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "maxMessageSize": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "error": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mailTipsError" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.automaticRepliesMailTips": { + "title": "automaticRepliesMailTips", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "messageLanguage": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.localeInfo" + } + ], + "nullable": true + }, + "scheduledStartTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "scheduledEndTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.mailTipsError": { + "title": "mailTipsError", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "code": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.timeZoneInformation": { + "title": "timeZoneInformation", + "type": "object", + "properties": { + "alias": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.messageRule": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "messageRule", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "sequence": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "conditions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.messageRulePredicates" + } + ], + "nullable": true + }, + "actions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.messageRuleActions" + } + ], + "nullable": true + }, + "exceptions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.messageRulePredicates" + } + ], + "nullable": true + }, + "isEnabled": { + "type": "boolean", + "nullable": true + }, + "hasError": { + "type": "boolean", + "nullable": true + }, + "isReadOnly": { + "type": "boolean", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.singleValueLegacyExtendedProperty": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "singleValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.multiValueLegacyExtendedProperty": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "multiValueLegacyExtendedProperty", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + } + } + } + ] + }, + "microsoft.graph.internetMessageHeader": { + "title": "internetMessageHeader", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "value": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.itemBody": { + "title": "itemBody", + "type": "object", + "properties": { + "contentType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.bodyType" + } + ], + "nullable": true + }, + "content": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.followupFlag": { + "title": "followupFlag", + "type": "object", + "properties": { + "completedDateTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "dueDateTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "startDateTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone" + } + ], + "nullable": true + }, + "flagStatus": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.followupFlagStatus" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.fileAttachment": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attachment" + }, + { + "title": "fileAttachment", + "type": "object", + "properties": { + "contentId": { + "type": "string", + "nullable": true + }, + "contentLocation": { + "type": "string", + "nullable": true + }, + "contentBytes": { + "type": "string", + "format": "base64url", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.itemAttachment": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attachment" + }, + { + "title": "itemAttachment", + "type": "object", + "properties": { + "item": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.outlookItem" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.responseStatus": { + "title": "responseStatus", + "type": "object", + "properties": { + "response": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.responseType" + } + ], + "nullable": true + }, + "time": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + }, + "microsoft.graph.patternedRecurrence": { + "title": "patternedRecurrence", + "type": "object", + "properties": { + "pattern": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recurrencePattern" + } + ], + "nullable": true + }, + "range": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recurrenceRange" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.recurrencePattern": { + "title": "recurrencePattern", + "type": "object", + "properties": { + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recurrencePatternType" + } + ], + "nullable": true + }, + "interval": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + }, + "month": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + }, + "dayOfMonth": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + }, + "daysOfWeek": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dayOfWeek" + } + ], + "nullable": true + } + }, + "firstDayOfWeek": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dayOfWeek" + } + ], + "nullable": true + }, + "index": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.weekIndex" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.recurrenceRange": { + "title": "recurrenceRange", + "type": "object", + "properties": { + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recurrenceRangeType" + } + ], + "nullable": true + }, + "startDate": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date", + "nullable": true + }, + "endDate": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date", + "nullable": true + }, + "recurrenceTimeZone": { + "type": "string", + "nullable": true + }, + "numberOfOccurrences": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + } + } + }, + "microsoft.graph.attendee": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attendeeBase" + }, + { + "title": "attendee", + "type": "object", + "properties": { + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.responseStatus" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.eventMessage": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.message" + }, + { + "title": "eventMessage", + "type": "object", + "properties": { + "meetingMessageType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.meetingMessageType" + } + ], + "nullable": true + }, + "event": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.event" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.messageRulePredicates": { + "title": "messageRulePredicates", + "type": "object", + "properties": { + "categories": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "subjectContains": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "bodyContains": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "bodyOrSubjectContains": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "senderContains": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "recipientContains": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "headerContains": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "messageActionFlag": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.messageActionFlag" + } + ], + "nullable": true + }, + "importance": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.importance" + } + ], + "nullable": true + }, + "sensitivity": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sensitivity" + } + ], + "nullable": true + }, + "fromAddresses": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "sentToAddresses": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "sentToMe": { + "type": "boolean", + "nullable": true + }, + "sentOnlyToMe": { + "type": "boolean", + "nullable": true + }, + "sentCcMe": { + "type": "boolean", + "nullable": true + }, + "sentToOrCcMe": { + "type": "boolean", + "nullable": true + }, + "notSentToMe": { + "type": "boolean", + "nullable": true + }, + "hasAttachments": { + "type": "boolean", + "nullable": true + }, + "isApprovalRequest": { + "type": "boolean", + "nullable": true + }, + "isAutomaticForward": { + "type": "boolean", + "nullable": true + }, + "isAutomaticReply": { + "type": "boolean", + "nullable": true + }, + "isEncrypted": { + "type": "boolean", + "nullable": true + }, + "isMeetingRequest": { + "type": "boolean", + "nullable": true + }, + "isMeetingResponse": { + "type": "boolean", + "nullable": true + }, + "isNonDeliveryReport": { + "type": "boolean", + "nullable": true + }, + "isPermissionControlled": { + "type": "boolean", + "nullable": true + }, + "isReadReceipt": { + "type": "boolean", + "nullable": true + }, + "isSigned": { + "type": "boolean", + "nullable": true + }, + "isVoicemail": { + "type": "boolean", + "nullable": true + }, + "withinSizeRange": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sizeRange" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.sizeRange": { + "title": "sizeRange", + "type": "object", + "properties": { + "minimumSize": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "maximumSize": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.messageRuleActions": { + "title": "messageRuleActions", + "type": "object", + "properties": { + "moveToFolder": { + "type": "string", + "nullable": true + }, + "copyToFolder": { + "type": "string", + "nullable": true + }, + "delete": { + "type": "boolean", + "nullable": true + }, + "permanentDelete": { + "type": "boolean", + "nullable": true + }, + "markAsRead": { + "type": "boolean", + "nullable": true + }, + "markImportance": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.importance" + } + ], + "nullable": true + }, + "forwardTo": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "forwardAsAttachmentTo": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "redirectTo": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "assignCategories": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "stopProcessingRules": { + "type": "boolean", + "nullable": true + } + } + }, + "microsoft.graph.referenceAttachment": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.attachment" + }, + { + "title": "referenceAttachment", + "type": "object" + } + ] + }, + "microsoft.graph.openTypeExtension": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.extension" + }, + { + "title": "openTypeExtension", + "type": "object", + "properties": { + "extensionName": { + "type": "string" + } + } + } + ] + }, + "microsoft.graph.post": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.outlookItem" + }, + { + "title": "post", + "type": "object", + "properties": { + "body": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemBody" + } + ], + "nullable": true + }, + "receivedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "hasAttachments": { + "type": "boolean" + }, + "from": { + "$ref": "#/components/schemas/microsoft.graph.recipient" + }, + "sender": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + }, + "conversationThreadId": { + "type": "string", + "nullable": true + }, + "newParticipants": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + }, + "conversationId": { + "type": "string", + "nullable": true + }, + "extensions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.extension" + } + }, + "inReplyTo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.post" + } + ], + "nullable": true + }, + "attachments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.attachment" + } + }, + "singleValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty" + } + }, + "multiValueExtendedProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty" + } + } + } + } + ] + }, + "microsoft.graph.inferenceClassificationOverride": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "inferenceClassificationOverride", + "type": "object", + "properties": { + "classifyAs": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationType" + } + ], + "nullable": true + }, + "senderEmailAddress": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.emailAddress" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.scoredEmailAddress": { + "title": "scoredEmailAddress", + "type": "object", + "properties": { + "address": { + "type": "string", + "nullable": true + }, + "relevanceScore": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "selectionLikelihood": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.selectionLikelihoodInfo" + } + ], + "nullable": true + }, + "ItemId": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.phone": { + "title": "phone", + "type": "object", + "properties": { + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.phoneType" + } + ], + "nullable": true + }, + "number": { + "type": "string", + "nullable": true + }, + "region": { + "type": "string", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.website": { + "title": "website", + "type": "object", + "properties": { + "type": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.websiteType" + } + ], + "nullable": true + }, + "address": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.personType": { + "title": "personType", + "type": "object", + "properties": { + "class": { + "type": "string", + "nullable": true + }, + "subclass": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.identitySet": { + "title": "identitySet", + "type": "object", + "properties": { + "application": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identity" + } + ], + "nullable": true + }, + "device": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identity" + } + ], + "nullable": true + }, + "user": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identity" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.identity": { + "title": "identity", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "id": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.itemReference": { + "title": "itemReference", + "type": "object", + "properties": { + "driveId": { + "type": "string", + "nullable": true + }, + "driveType": { + "type": "string", + "nullable": true + }, + "id": { + "type": "string", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "path": { + "type": "string", + "nullable": true + }, + "shareId": { + "type": "string", + "nullable": true + }, + "sharepointIds": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharepointIds" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.sharepointIds": { + "title": "sharepointIds", + "type": "object", + "properties": { + "listId": { + "type": "string", + "nullable": true + }, + "listItemId": { + "type": "string", + "nullable": true + }, + "listItemUniqueId": { + "type": "string", + "nullable": true + }, + "siteId": { + "type": "string", + "nullable": true + }, + "siteUrl": { + "type": "string", + "nullable": true + }, + "webId": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.baseItemVersion": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "baseItemVersion", + "type": "object", + "properties": { + "lastModifiedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "publication": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.publicationFacet" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.publicationFacet": { + "title": "publicationFacet", + "type": "object", + "properties": { + "level": { + "type": "string", + "nullable": true + }, + "versionId": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.columnDefinition": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "columnDefinition", + "type": "object", + "properties": { + "boolean": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.booleanColumn" + } + ], + "nullable": true + }, + "calculated": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.calculatedColumn" + } + ], + "nullable": true + }, + "choice": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.choiceColumn" + } + ], + "nullable": true + }, + "columnGroup": { + "type": "string", + "nullable": true + }, + "currency": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.currencyColumn" + } + ], + "nullable": true + }, + "dateTime": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dateTimeColumn" + } + ], + "nullable": true + }, + "defaultValue": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defaultColumnValue" + } + ], + "nullable": true + }, + "description": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + }, + "enforceUniqueValues": { + "type": "boolean", + "nullable": true + }, + "hidden": { + "type": "boolean", + "nullable": true + }, + "indexed": { + "type": "boolean", + "nullable": true + }, + "lookup": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.lookupColumn" + } + ], + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "number": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.numberColumn" + } + ], + "nullable": true + }, + "personOrGroup": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.personOrGroupColumn" + } + ], + "nullable": true + }, + "readOnly": { + "type": "boolean", + "nullable": true + }, + "required": { + "type": "boolean", + "nullable": true + }, + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.textColumn" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.booleanColumn": { + "title": "booleanColumn", + "type": "object" + }, + "microsoft.graph.calculatedColumn": { + "title": "calculatedColumn", + "type": "object", + "properties": { + "format": { + "type": "string", + "nullable": true + }, + "formula": { + "type": "string", + "nullable": true + }, + "outputType": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.choiceColumn": { + "title": "choiceColumn", + "type": "object", + "properties": { + "allowTextEntry": { + "type": "boolean", + "nullable": true + }, + "choices": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "displayAs": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.currencyColumn": { + "title": "currencyColumn", + "type": "object", + "properties": { + "locale": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.dateTimeColumn": { + "title": "dateTimeColumn", + "type": "object", + "properties": { + "displayAs": { + "type": "string", + "nullable": true + }, + "format": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.defaultColumnValue": { + "title": "defaultColumnValue", + "type": "object", + "properties": { + "formula": { + "type": "string", + "nullable": true + }, + "value": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.lookupColumn": { + "title": "lookupColumn", + "type": "object", + "properties": { + "allowMultipleValues": { + "type": "boolean", + "nullable": true + }, + "allowUnlimitedLength": { + "type": "boolean", + "nullable": true + }, + "columnName": { + "type": "string", + "nullable": true + }, + "listId": { + "type": "string", + "nullable": true + }, + "primaryLookupColumnId": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.numberColumn": { + "title": "numberColumn", + "type": "object", + "properties": { + "decimalPlaces": { + "type": "string", + "nullable": true + }, + "displayAs": { + "type": "string", + "nullable": true + }, + "maximum": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "minimum": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + } + } + }, + "microsoft.graph.personOrGroupColumn": { + "title": "personOrGroupColumn", + "type": "object", + "properties": { + "allowMultipleSelection": { + "type": "boolean", + "nullable": true + }, + "chooseFromType": { + "type": "string", + "nullable": true + }, + "displayAs": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.textColumn": { + "title": "textColumn", + "type": "object", + "properties": { + "allowMultipleLines": { + "type": "boolean", + "nullable": true + }, + "appendChangesToExistingText": { + "type": "boolean", + "nullable": true + }, + "linesForEditing": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "maxLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "textType": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.columnLink": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "columnLink", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.contentType": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "contentType", + "type": "object", + "properties": { + "description": { + "type": "string", + "nullable": true + }, + "group": { + "type": "string", + "nullable": true + }, + "hidden": { + "type": "boolean", + "nullable": true + }, + "inheritedFrom": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemReference" + } + ], + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "order": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.contentTypeOrder" + } + ], + "nullable": true + }, + "parentId": { + "type": "string", + "nullable": true + }, + "readOnly": { + "type": "boolean", + "nullable": true + }, + "sealed": { + "type": "boolean", + "nullable": true + }, + "columnLinks": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnLink" + } + } + } + } + ] + }, + "microsoft.graph.contentTypeOrder": { + "title": "contentTypeOrder", + "type": "object", + "properties": { + "default": { + "type": "boolean", + "nullable": true + }, + "position": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.quota": { + "title": "quota", + "type": "object", + "properties": { + "deleted": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "remaining": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "state": { + "type": "string", + "nullable": true + }, + "total": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "used": { + "type": "integer", + "format": "int64", + "nullable": true + } + } + }, + "microsoft.graph.systemFacet": { + "title": "systemFacet", + "type": "object" + }, + "microsoft.graph.driveItem": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + }, + { + "title": "driveItem", + "type": "object", + "properties": { + "audio": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.audio" + } + ], + "nullable": true + }, + "content": { + "type": "string", + "format": "base64url", + "nullable": true + }, + "cTag": { + "type": "string", + "nullable": true + }, + "deleted": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deleted" + } + ], + "nullable": true + }, + "file": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.file" + } + ], + "nullable": true + }, + "fileSystemInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileSystemInfo" + } + ], + "nullable": true + }, + "folder": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.folder" + } + ], + "nullable": true + }, + "image": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.image" + } + ], + "nullable": true + }, + "location": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.geoCoordinates" + } + ], + "nullable": true + }, + "package": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.package" + } + ], + "nullable": true + }, + "photo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.photo" + } + ], + "nullable": true + }, + "publication": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.publicationFacet" + } + ], + "nullable": true + }, + "remoteItem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.remoteItem" + } + ], + "nullable": true + }, + "root": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.root" + } + ], + "nullable": true + }, + "searchResult": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.searchResult" + } + ], + "nullable": true + }, + "shared": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.shared" + } + ], + "nullable": true + }, + "sharepointIds": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharepointIds" + } + ], + "nullable": true + }, + "size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "specialFolder": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.specialFolder" + } + ], + "nullable": true + }, + "video": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.video" + } + ], + "nullable": true + }, + "webDavUrl": { + "type": "string", + "nullable": true + }, + "children": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + }, + "listItem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + ], + "nullable": true + }, + "permissions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.permission" + } + }, + "thumbnails": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.thumbnailSet" + } + }, + "versions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItemVersion" + } + }, + "workbook": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbook" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.list": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + }, + { + "title": "list", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "list": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.listInfo" + } + ], + "nullable": true + }, + "sharepointIds": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharepointIds" + } + ], + "nullable": true + }, + "system": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.systemFacet" + } + ], + "nullable": true + }, + "columns": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.columnDefinition" + } + }, + "contentTypes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.contentType" + } + }, + "drive": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.drive" + } + ], + "nullable": true + }, + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + } + } + } + ] + }, + "microsoft.graph.audio": { + "title": "audio", + "type": "object", + "properties": { + "album": { + "type": "string", + "nullable": true + }, + "albumArtist": { + "type": "string", + "nullable": true + }, + "artist": { + "type": "string", + "nullable": true + }, + "bitrate": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "composers": { + "type": "string", + "nullable": true + }, + "copyright": { + "type": "string", + "nullable": true + }, + "disc": { + "maximum": 32767, + "minimum": -32768, + "type": "integer", + "format": "int16", + "nullable": true + }, + "discCount": { + "maximum": 32767, + "minimum": -32768, + "type": "integer", + "format": "int16", + "nullable": true + }, + "duration": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "genre": { + "type": "string", + "nullable": true + }, + "hasDrm": { + "type": "boolean", + "nullable": true + }, + "isVariableBitrate": { + "type": "boolean", + "nullable": true + }, + "title": { + "type": "string", + "nullable": true + }, + "track": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "trackCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "year": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.deleted": { + "title": "deleted", + "type": "object", + "properties": { + "state": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.file": { + "title": "file", + "type": "object", + "properties": { + "hashes": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.hashes" + } + ], + "nullable": true + }, + "mimeType": { + "type": "string", + "nullable": true + }, + "processingMetadata": { + "type": "boolean", + "nullable": true + } + } + }, + "microsoft.graph.hashes": { + "title": "hashes", + "type": "object", + "properties": { + "crc32Hash": { + "type": "string", + "nullable": true + }, + "quickXorHash": { + "type": "string", + "nullable": true + }, + "sha1Hash": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.fileSystemInfo": { + "title": "fileSystemInfo", + "type": "object", + "properties": { + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "lastAccessedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + }, + "microsoft.graph.folder": { + "title": "folder", + "type": "object", + "properties": { + "childCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "view": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.folderView" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.folderView": { + "title": "folderView", + "type": "object", + "properties": { + "sortBy": { + "type": "string", + "nullable": true + }, + "sortOrder": { + "type": "string", + "nullable": true + }, + "viewType": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.image": { + "title": "image", + "type": "object", + "properties": { + "height": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "width": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.geoCoordinates": { + "title": "geoCoordinates", + "type": "object", + "properties": { + "altitude": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "latitude": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "longitude": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + } + } + }, + "microsoft.graph.package": { + "title": "package", + "type": "object", + "properties": { + "type": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.photo": { + "title": "photo", + "type": "object", + "properties": { + "cameraMake": { + "type": "string", + "nullable": true + }, + "cameraModel": { + "type": "string", + "nullable": true + }, + "exposureDenominator": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "exposureNumerator": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "fNumber": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "focalLength": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "iso": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "takenDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + }, + "microsoft.graph.remoteItem": { + "title": "remoteItem", + "type": "object", + "properties": { + "createdBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "file": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.file" + } + ], + "nullable": true + }, + "fileSystemInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileSystemInfo" + } + ], + "nullable": true + }, + "folder": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.folder" + } + ], + "nullable": true + }, + "id": { + "type": "string", + "nullable": true + }, + "lastModifiedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "package": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.package" + } + ], + "nullable": true + }, + "parentReference": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemReference" + } + ], + "nullable": true + }, + "shared": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.shared" + } + ], + "nullable": true + }, + "sharepointIds": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharepointIds" + } + ], + "nullable": true + }, + "size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "specialFolder": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.specialFolder" + } + ], + "nullable": true + }, + "webDavUrl": { + "type": "string", + "nullable": true + }, + "webUrl": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.shared": { + "title": "shared", + "type": "object", + "properties": { + "owner": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "scope": { + "type": "string", + "nullable": true + }, + "sharedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "sharedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + }, + "microsoft.graph.specialFolder": { + "title": "specialFolder", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.root": { + "title": "root", + "type": "object" + }, + "microsoft.graph.searchResult": { + "title": "searchResult", + "type": "object", + "properties": { + "onClickTelemetryUrl": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.video": { + "title": "video", + "type": "object", + "properties": { + "audioBitsPerSample": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "audioChannels": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "audioFormat": { + "type": "string", + "nullable": true + }, + "audioSamplesPerSecond": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "bitrate": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "fourCC": { + "type": "string", + "nullable": true + }, + "frameRate": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "height": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "width": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.listItem": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + }, + { + "title": "listItem", + "type": "object", + "properties": { + "contentType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.contentTypeInfo" + } + ], + "nullable": true + }, + "sharepointIds": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharepointIds" + } + ], + "nullable": true + }, + "driveItem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + }, + "fields": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + ], + "nullable": true + }, + "versions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.listItemVersion" + } + } + } + } + ] + }, + "microsoft.graph.permission": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "permission", + "type": "object", + "properties": { + "grantedTo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "inheritedFrom": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.itemReference" + } + ], + "nullable": true + }, + "invitation": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharingInvitation" + } + ], + "nullable": true + }, + "link": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharingLink" + } + ], + "nullable": true + }, + "roles": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "shareId": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.thumbnailSet": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "thumbnailSet", + "type": "object", + "properties": { + "large": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.thumbnail" + } + ], + "nullable": true + }, + "medium": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.thumbnail" + } + ], + "nullable": true + }, + "small": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.thumbnail" + } + ], + "nullable": true + }, + "source": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.thumbnail" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.driveItemVersion": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.baseItemVersion" + }, + { + "title": "driveItemVersion", + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "base64url", + "nullable": true + }, + "size": { + "type": "integer", + "format": "int64", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.workbook": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbook", + "type": "object", + "properties": { + "application": { + "anyOf": [ + { + "$ref": "#/components/schemas/Application" + } + ], + "nullable": true + }, + "names": { + "type": "array", + "items": { + "$ref": "#/components/schemas/NamedItem" + } + }, + "tables": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Table" + } + }, + "worksheets": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Worksheet" + } + }, + "functions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.workbookFunctions" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.fieldValueSet": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "fieldValueSet", + "type": "object" + } + ] + }, + "microsoft.graph.listInfo": { + "title": "listInfo", + "type": "object", + "properties": { + "contentTypesEnabled": { + "type": "boolean", + "nullable": true + }, + "hidden": { + "type": "boolean", + "nullable": true + }, + "template": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.contentTypeInfo": { + "title": "contentTypeInfo", + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.listItemVersion": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.baseItemVersion" + }, + { + "title": "listItemVersion", + "type": "object", + "properties": { + "fields": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fieldValueSet" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.sharingInvitation": { + "title": "sharingInvitation", + "type": "object", + "properties": { + "email": { + "type": "string", + "nullable": true + }, + "invitedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "redeemedBy": { + "type": "string", + "nullable": true + }, + "signInRequired": { + "type": "boolean", + "nullable": true + } + } + }, + "microsoft.graph.sharingLink": { + "title": "sharingLink", + "type": "object", + "properties": { + "application": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identity" + } + ], + "nullable": true + }, + "scope": { + "type": "string", + "nullable": true + }, + "type": { + "type": "string", + "nullable": true + }, + "webUrl": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.sharedDriveItem": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.baseItem" + }, + { + "title": "sharedDriveItem", + "type": "object", + "properties": { + "owner": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "driveItem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + }, + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + }, + "list": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.list" + } + ], + "nullable": true + }, + "listItem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.listItem" + } + ], + "nullable": true + }, + "root": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.driveItem" + } + ], + "nullable": true + }, + "site": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.site" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.siteCollection": { + "title": "siteCollection", + "type": "object", + "properties": { + "hostname": { + "type": "string", + "nullable": true + }, + "root": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.root" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.thumbnail": { + "title": "thumbnail", + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "base64url", + "nullable": true + }, + "height": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "sourceItemId": { + "type": "string", + "nullable": true + }, + "url": { + "type": "string", + "nullable": true + }, + "width": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.driveItemUploadableProperties": { + "title": "driveItemUploadableProperties", + "type": "object", + "properties": { + "description": { + "type": "string", + "nullable": true + }, + "fileSystemInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileSystemInfo" + } + ], + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.driveRecipient": { + "title": "driveRecipient", + "type": "object", + "properties": { + "alias": { + "type": "string", + "nullable": true + }, + "email": { + "type": "string", + "nullable": true + }, + "objectId": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.itemPreviewInfo": { + "title": "itemPreviewInfo", + "type": "object", + "properties": { + "getUrl": { + "type": "string", + "nullable": true + }, + "postParameters": { + "type": "string", + "nullable": true + }, + "postUrl": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.uploadSession": { + "title": "uploadSession", + "type": "object", + "properties": { + "expirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "nextExpectedRanges": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "uploadUrl": { + "type": "string", + "nullable": true + } + } + }, + "NewChart": { + "type": "object", + "properties": { + "type": { + "type": "string" + }, + "sourceData": { + "type": "string", + "nullable": true + }, + "seriesBy": { + "type": "string" + } + } + }, + "Application": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookApplication", + "type": "object", + "properties": { + "calculationMode": { + "type": "string" + } + } + } + ] + }, + "NewNamedItem": { + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "reference": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "comment": { + "type": "string", + "nullable": true + } + } + }, + "NamedItems": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/NamedItem" + } + } + } + }, + "NamedItem": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookNamedItem", + "type": "object", + "properties": { + "comment": { + "type": "string", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "scope": { + "type": "string" + }, + "type": { + "type": "string", + "nullable": true + }, + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "visible": { + "type": "boolean" + }, + "worksheet": { + "anyOf": [ + { + "$ref": "#/components/schemas/Worksheet" + } + ], + "nullable": true + } + } + } + ] + }, + "Formula": { + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "formula": { + "type": "string", + "nullable": true + }, + "comment": { + "type": "string", + "nullable": true + } + } + }, + "Tables": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Table" + } + } + } + }, + "Table": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookTable", + "type": "object", + "properties": { + "highlightFirstColumn": { + "type": "boolean" + }, + "highlightLastColumn": { + "type": "boolean" + }, + "name": { + "type": "string", + "nullable": true + }, + "showBandedColumns": { + "type": "boolean" + }, + "showBandedRows": { + "type": "boolean" + }, + "showFilterButton": { + "type": "boolean" + }, + "showHeaders": { + "type": "boolean" + }, + "showTotals": { + "type": "boolean" + }, + "style": { + "type": "string", + "nullable": true + }, + "columns": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Column" + } + }, + "rows": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Row" + } + }, + "sort": { + "anyOf": [ + { + "$ref": "#/components/schemas/TableSort" + } + ], + "nullable": true + }, + "worksheet": { + "anyOf": [ + { + "$ref": "#/components/schemas/Worksheet" + } + ], + "nullable": true + } + } + } + ] + }, + "Worksheet": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookWorksheet", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "position": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "visibility": { + "type": "string" + }, + "charts": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Chart" + } + }, + "names": { + "type": "array", + "items": { + "$ref": "#/components/schemas/NamedItem" + } + }, + "pivotTables": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PivotTable" + } + }, + "protection": { + "anyOf": [ + { + "$ref": "#/components/schemas/WorksheetProtection" + } + ], + "nullable": true + }, + "tables": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Table" + } + } + } + } + ] + }, + "CalculationType": { + "type": "object", + "properties": { + "calculationType": { + "type": "string" + } + } + }, + "microsoft.graph.workbookFunctions": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookFunctions", + "type": "object" + } + ] + }, + "SessionInfo": { + "title": "workbookSessionInfo", + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "persistChanges": { + "type": "boolean", + "nullable": true + } + } + }, + "Json": { + "title": "Json", + "type": "object" + }, + "Chart": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChart", + "type": "object", + "properties": { + "height": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "type": "integer" + } + ], + "format": "double" + }, + "left": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "type": "integer" + } + ], + "format": "double" + }, + "name": { + "type": "string", + "nullable": true + }, + "top": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "type": "integer" + } + ], + "format": "double" + }, + "width": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "type": "integer" + } + ], + "format": "double" + }, + "axes": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartAxes" + } + ], + "nullable": true + }, + "dataLabels": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartDataLabels" + } + ], + "nullable": true + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartAreaFormat" + } + ], + "nullable": true + }, + "legend": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartLegend" + } + ], + "nullable": true + }, + "series": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ChartSeries" + } + }, + "title": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartTitle" + } + ], + "nullable": true + }, + "worksheet": { + "anyOf": [ + { + "$ref": "#/components/schemas/Worksheet" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartAxes": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartAxes", + "type": "object", + "properties": { + "categoryAxis": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartAxis" + } + ], + "nullable": true + }, + "seriesAxis": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartAxis" + } + ], + "nullable": true + }, + "valueAxis": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartAxis" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartDataLabels": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartDataLabels", + "type": "object", + "properties": { + "position": { + "type": "string", + "nullable": true + }, + "separator": { + "type": "string", + "nullable": true + }, + "showBubbleSize": { + "type": "boolean", + "nullable": true + }, + "showCategoryName": { + "type": "boolean", + "nullable": true + }, + "showLegendKey": { + "type": "boolean", + "nullable": true + }, + "showPercentage": { + "type": "boolean", + "nullable": true + }, + "showSeriesName": { + "type": "boolean", + "nullable": true + }, + "showValue": { + "type": "boolean", + "nullable": true + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartDataLabelFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartAreaFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartAreaFormat", + "type": "object", + "properties": { + "fill": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFill" + } + ], + "nullable": true + }, + "font": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFont" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartLegend": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartLegend", + "type": "object", + "properties": { + "overlay": { + "type": "boolean", + "nullable": true + }, + "position": { + "type": "string", + "nullable": true + }, + "visible": { + "type": "boolean" + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartLegendFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "SetData": { + "type": "object", + "properties": { + "sourceData": { + "type": "string", + "nullable": true + }, + "seriesBy": { + "type": "string" + } + } + }, + "Position": { + "type": "object", + "properties": { + "startCell": { + "type": "string", + "nullable": true + }, + "endCell": { + "type": "string", + "nullable": true + } + } + }, + "ChartSeriesCollection": { + "title": "Collection of ChartSeries", + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ChartSeries" + } + } + } + }, + "ChartSeries": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartSeries", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartSeriesFormat" + } + ], + "nullable": true + }, + "points": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ChartPoint" + } + } + } + } + ] + }, + "ChartTitle": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartTitle", + "type": "object", + "properties": { + "overlay": { + "type": "boolean", + "nullable": true + }, + "text": { + "type": "string", + "nullable": true + }, + "visible": { + "type": "boolean" + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartTitleFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartFill": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartFill", + "type": "object" + } + ] + }, + "Image": { + "type": "object", + "properties": { + "value": { + "type": "string", + "nullable": true + } + } + }, + "ChartFont": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartFont", + "type": "object", + "properties": { + "bold": { + "type": "boolean", + "nullable": true + }, + "color": { + "type": "string", + "nullable": true + }, + "italic": { + "type": "boolean", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "size": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "underline": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "Charts": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Chart" + } + } + } + }, + "ChartAxis": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartAxis", + "type": "object", + "properties": { + "majorUnit": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "maximum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "minimum": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "minorUnit": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartAxisFormat" + } + ], + "nullable": true + }, + "majorGridlines": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartGridlines" + } + ], + "nullable": true + }, + "minorGridlines": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartGridlines" + } + ], + "nullable": true + }, + "title": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartAxisTitle" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartAxisFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartAxisFormat", + "type": "object", + "properties": { + "font": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFont" + } + ], + "nullable": true + }, + "line": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartLineFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartGridlines": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartGridlines", + "type": "object", + "properties": { + "visible": { + "type": "boolean" + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartGridlinesFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartAxisTitle": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartAxisTitle", + "type": "object", + "properties": { + "text": { + "type": "string", + "nullable": true + }, + "visible": { + "type": "boolean" + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartAxisTitleFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartLineFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartLineFormat", + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "ChartAxisTitleFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartAxisTitleFormat", + "type": "object", + "properties": { + "font": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFont" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartDataLabelFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartDataLabelFormat", + "type": "object", + "properties": { + "fill": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFill" + } + ], + "nullable": true + }, + "font": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFont" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartGridlinesFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartGridlinesFormat", + "type": "object", + "properties": { + "line": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartLineFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartLegendFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartLegendFormat", + "type": "object", + "properties": { + "fill": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFill" + } + ], + "nullable": true + }, + "font": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFont" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartPoint": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartPoint", + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartPointFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartPointFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartPointFormat", + "type": "object", + "properties": { + "fill": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFill" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartSeriesFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartSeriesFormat", + "type": "object", + "properties": { + "fill": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFill" + } + ], + "nullable": true + }, + "line": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartLineFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "ChartTitleFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookChartTitleFormat", + "type": "object", + "properties": { + "fill": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFill" + } + ], + "nullable": true + }, + "font": { + "anyOf": [ + { + "$ref": "#/components/schemas/ChartFont" + } + ], + "nullable": true + } + } + } + ] + }, + "Filter": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookFilter", + "type": "object", + "properties": { + "criteria": { + "anyOf": [ + { + "$ref": "#/components/schemas/FilterCriteria" + } + ], + "nullable": true + } + } + } + ] + }, + "FilterCriteria": { + "title": "workbookFilterCriteria", + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + }, + "criterion1": { + "type": "string", + "nullable": true + }, + "criterion2": { + "type": "string", + "nullable": true + }, + "dynamicCriteria": { + "type": "string" + }, + "filterOn": { + "type": "string" + }, + "icon": { + "anyOf": [ + { + "$ref": "#/components/schemas/Icon" + } + ], + "nullable": true + }, + "operator": { + "type": "string" + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + }, + "Icon": { + "title": "workbookIcon", + "type": "object", + "properties": { + "index": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32" + }, + "set": { + "type": "string" + } + } + }, + "FormatProtection": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookFormatProtection", + "type": "object", + "properties": { + "formulaHidden": { + "type": "boolean", + "nullable": true + }, + "locked": { + "type": "boolean", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.workbookFunctionResult": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookFunctionResult", + "type": "object", + "properties": { + "error": { + "type": "string", + "nullable": true + }, + "value": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + } + ] + }, + "PivotTable": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookPivotTable", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "worksheet": { + "anyOf": [ + { + "$ref": "#/components/schemas/Worksheet" + } + ], + "nullable": true + } + } + } + ] + }, + "Shift": { + "type": "object", + "properties": { + "shift": { + "type": "string" + } + } + }, + "ApplyTo": { + "type": "object", + "properties": { + "applyTo": { + "type": "string" + } + } + }, + "Across": { + "type": "object", + "properties": { + "across": { + "type": "boolean", + "default": false + } + } + }, + "Range": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookRange", + "type": "object", + "properties": { + "address": { + "type": "string", + "nullable": true + }, + "addressLocal": { + "type": "string", + "nullable": true + }, + "cellCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "columnCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "columnHidden": { + "type": "boolean", + "nullable": true + }, + "columnIndex": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "formulas": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "formulasLocal": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "formulasR1C1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "hidden": { + "type": "boolean", + "nullable": true + }, + "numberFormat": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rowCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "rowHidden": { + "type": "boolean", + "nullable": true + }, + "rowIndex": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "valueTypes": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "format": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeFormat" + } + ], + "nullable": true + }, + "sort": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeSort" + } + ], + "nullable": true + }, + "worksheet": { + "anyOf": [ + { + "$ref": "#/components/schemas/Worksheet" + } + ], + "nullable": true + } + } + } + ] + }, + "RangeFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookRangeFormat", + "type": "object", + "properties": { + "columnWidth": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "horizontalAlignment": { + "type": "string", + "nullable": true + }, + "rowHeight": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "verticalAlignment": { + "type": "string", + "nullable": true + }, + "wrapText": { + "type": "boolean", + "nullable": true + }, + "borders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RangeBorder" + } + }, + "fill": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeFill" + } + ], + "nullable": true + }, + "font": { + "anyOf": [ + { + "$ref": "#/components/schemas/RangeFont" + } + ], + "nullable": true + }, + "protection": { + "anyOf": [ + { + "$ref": "#/components/schemas/FormatProtection" + } + ], + "nullable": true + } + } + } + ] + }, + "RangeSort": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookRangeSort", + "type": "object" + } + ] + }, + "RangeBorder": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookRangeBorder", + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + }, + "sideIndex": { + "type": "string", + "nullable": true + }, + "style": { + "type": "string", + "nullable": true + }, + "weight": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "RangeFill": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookRangeFill", + "type": "object", + "properties": { + "color": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "RangeFont": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookRangeFont", + "type": "object", + "properties": { + "bold": { + "type": "boolean", + "nullable": true + }, + "color": { + "type": "string", + "nullable": true + }, + "italic": { + "type": "boolean", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "size": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double", + "nullable": true + }, + "underline": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "RangeView": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookRangeView", + "type": "object", + "properties": { + "cellAddresses": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "columnCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "formulas": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "formulasLocal": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "formulasR1C1": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "index": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "numberFormat": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rowCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "text": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "valueTypes": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "values": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + }, + "rows": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RangeView" + } + } + } + } + ] + }, + "Column": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookTableColumn", + "type": "object", + "properties": { + "index": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "name": { + "type": "string", + "nullable": true + }, + "values": { + "type": "array", + "description": "The values in the table row", + "items": { + "type": "array", + "items": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "number", + "nullable": true + } + ] + } + } + }, + "filter": { + "anyOf": [ + { + "$ref": "#/components/schemas/Filter" + } + ], + "nullable": true + } + } + } + ] + }, + "NewRow": { + "type": "object", + "properties": { + "index": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "values": { + "type": "array", + "items": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "number", + "nullable": true + }, + { + "nullable": true + } + ] + } + } + } + }, + "Columns": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Column" + } + } + } + }, + "NewTable": { + "type": "object", + "properties": { + "address": { + "type": "string", + "nullable": true + }, + "hasHeaders": { + "type": "boolean", + "default": false + } + } + }, + "Rows": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Row" + } + } + } + }, + "Row": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookTableRow", + "type": "object", + "properties": { + "index": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "values": { + "type": "array", + "description": "The values in the table row", + "items": { + "type": "array", + "items": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "number", + "nullable": true + } + ] + } + } + } + } + } + ] + }, + "TableSort": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookTableSort", + "type": "object", + "properties": { + "fields": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/SortField" + } + ], + "nullable": true + } + }, + "matchCase": { + "type": "boolean" + }, + "method": { + "type": "string" + } + } + } + ] + }, + "SortField": { + "title": "workbookSortField", + "type": "object", + "properties": { + "ascending": { + "type": "boolean" + }, + "color": { + "type": "string", + "nullable": true + }, + "dataOption": { + "type": "string" + }, + "icon": { + "anyOf": [ + { + "$ref": "#/components/schemas/Icon" + } + ], + "nullable": true + }, + "key": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "sortOn": { + "type": "string" + } + } + }, + "WorksheetProtection": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "workbookWorksheetProtection", + "type": "object", + "properties": { + "options": { + "anyOf": [ + { + "$ref": "#/components/schemas/WorksheetProtectionOptions" + } + ], + "nullable": true + }, + "protected": { + "type": "boolean" + } + } + } + ] + }, + "WorksheetProtectionOptions": { + "title": "workbookWorksheetProtectionOptions", + "type": "object", + "properties": { + "allowAutoFilter": { + "type": "boolean" + }, + "allowDeleteColumns": { + "type": "boolean" + }, + "allowDeleteRows": { + "type": "boolean" + }, + "allowFormatCells": { + "type": "boolean" + }, + "allowFormatColumns": { + "type": "boolean" + }, + "allowFormatRows": { + "type": "boolean" + }, + "allowInsertColumns": { + "type": "boolean" + }, + "allowInsertHyperlinks": { + "type": "boolean" + }, + "allowInsertRows": { + "type": "boolean" + }, + "allowPivotTables": { + "type": "boolean" + }, + "allowSort": { + "type": "boolean" + } + } + }, + "FilterDatetime": { + "title": "workbookFilterDatetime", + "type": "object", + "properties": { + "date": { + "type": "string", + "nullable": true + }, + "specificity": { + "type": "string" + } + } + }, + "RangeReference": { + "title": "workbookRangeReference", + "type": "object", + "properties": { + "address": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.subscription": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "subscription", + "type": "object", + "properties": { + "resource": { + "type": "string" + }, + "changeType": { + "type": "string" + }, + "clientState": { + "type": "string", + "nullable": true + }, + "notificationUrl": { + "type": "string" + }, + "expirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "applicationId": { + "type": "string", + "nullable": true + }, + "creatorId": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.invitation": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "invitation", + "type": "object", + "properties": { + "invitedUserDisplayName": { + "type": "string", + "nullable": true + }, + "invitedUserType": { + "type": "string", + "nullable": true + }, + "invitedUserEmailAddress": { + "type": "string" + }, + "invitedUserMessageInfo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.invitedUserMessageInfo" + } + ], + "nullable": true + }, + "sendInvitationMessage": { + "type": "boolean", + "nullable": true + }, + "inviteRedirectUrl": { + "type": "string" + }, + "inviteRedeemUrl": { + "type": "string", + "nullable": true + }, + "status": { + "type": "string", + "nullable": true + }, + "invitedUser": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.user" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.invitedUserMessageInfo": { + "title": "invitedUserMessageInfo", + "type": "object", + "properties": { + "ccRecipients": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recipient" + } + ], + "nullable": true + } + }, + "messageLanguage": { + "type": "string", + "nullable": true + }, + "customizedMessageBody": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.plannerTask": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerTask", + "type": "object", + "properties": { + "createdBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "planId": { + "type": "string", + "nullable": true + }, + "bucketId": { + "type": "string", + "nullable": true + }, + "title": { + "type": "string" + }, + "orderHint": { + "type": "string", + "nullable": true + }, + "assigneePriority": { + "type": "string", + "nullable": true + }, + "percentComplete": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "startDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "dueDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "hasDescription": { + "type": "boolean", + "nullable": true + }, + "previewType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerPreviewType" + } + ], + "nullable": true + }, + "completedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "completedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "referenceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "checklistItemCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "activeChecklistItemCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "appliedCategories": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerAppliedCategories" + } + ], + "nullable": true + }, + "assignments": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerAssignments" + } + ], + "nullable": true + }, + "conversationThreadId": { + "type": "string", + "nullable": true + }, + "details": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerTaskDetails" + } + ], + "nullable": true + }, + "assignedToTaskBoardFormat": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat" + } + ], + "nullable": true + }, + "progressTaskBoardFormat": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat" + } + ], + "nullable": true + }, + "bucketTaskBoardFormat": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.plannerPlan": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerPlan", + "type": "object", + "properties": { + "createdBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "owner": { + "type": "string", + "nullable": true + }, + "title": { + "type": "string" + }, + "tasks": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + }, + "buckets": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucket" + } + }, + "details": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerPlanDetails" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.planner": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "planner", + "type": "object", + "properties": { + "tasks": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + }, + "plans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerPlan" + } + }, + "buckets": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerBucket" + } + } + } + } + ] + }, + "microsoft.graph.plannerBucket": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerBucket", + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "planId": { + "type": "string", + "nullable": true + }, + "orderHint": { + "type": "string", + "nullable": true + }, + "tasks": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.plannerTask" + } + } + } + } + ] + }, + "microsoft.graph.plannerAppliedCategories": { + "title": "plannerAppliedCategories", + "type": "object" + }, + "microsoft.graph.plannerAssignments": { + "title": "plannerAssignments", + "type": "object" + }, + "microsoft.graph.plannerTaskDetails": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerTaskDetails", + "type": "object", + "properties": { + "description": { + "type": "string", + "nullable": true + }, + "previewType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerPreviewType" + } + ], + "nullable": true + }, + "references": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerExternalReferences" + } + ], + "nullable": true + }, + "checklist": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerChecklistItems" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.plannerAssignedToTaskBoardTaskFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerAssignedToTaskBoardTaskFormat", + "type": "object", + "properties": { + "unassignedOrderHint": { + "type": "string", + "nullable": true + }, + "orderHintsByAssignee": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerOrderHintsByAssignee" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.plannerProgressTaskBoardTaskFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerProgressTaskBoardTaskFormat", + "type": "object", + "properties": { + "orderHint": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.plannerBucketTaskBoardTaskFormat": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerBucketTaskBoardTaskFormat", + "type": "object", + "properties": { + "orderHint": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.plannerPlanDetails": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "plannerPlanDetails", + "type": "object", + "properties": { + "sharedWith": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerUserIds" + } + ], + "nullable": true + }, + "categoryDescriptions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.plannerCategoryDescriptions" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.plannerExternalReference": { + "title": "plannerExternalReference", + "type": "object", + "properties": { + "alias": { + "type": "string", + "nullable": true + }, + "type": { + "type": "string", + "nullable": true + }, + "previewPriority": { + "type": "string", + "nullable": true + }, + "lastModifiedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + }, + "microsoft.graph.plannerChecklistItem": { + "title": "plannerChecklistItem", + "type": "object", + "properties": { + "isChecked": { + "type": "boolean", + "nullable": true + }, + "title": { + "type": "string", + "nullable": true + }, + "orderHint": { + "type": "string", + "nullable": true + }, + "lastModifiedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + }, + "microsoft.graph.plannerAssignment": { + "title": "plannerAssignment", + "type": "object", + "properties": { + "assignedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "assignedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "orderHint": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.plannerExternalReferences": { + "title": "plannerExternalReferences", + "type": "object" + }, + "microsoft.graph.plannerChecklistItems": { + "title": "plannerChecklistItems", + "type": "object" + }, + "microsoft.graph.plannerOrderHintsByAssignee": { + "title": "plannerOrderHintsByAssignee", + "type": "object" + }, + "microsoft.graph.plannerUserIds": { + "title": "plannerUserIds", + "type": "object" + }, + "microsoft.graph.plannerCategoryDescriptions": { + "title": "plannerCategoryDescriptions", + "type": "object", + "properties": { + "category1": { + "type": "string", + "nullable": true + }, + "category2": { + "type": "string", + "nullable": true + }, + "category3": { + "type": "string", + "nullable": true + }, + "category4": { + "type": "string", + "nullable": true + }, + "category5": { + "type": "string", + "nullable": true + }, + "category6": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.onenoteEntityBaseModel": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "onenoteEntityBaseModel", + "type": "object", + "properties": { + "self": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.onenoteEntitySchemaObjectModel": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteEntityBaseModel" + }, + { + "title": "onenoteEntitySchemaObjectModel", + "type": "object", + "properties": { + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.onenoteEntityHierarchyModel": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel" + }, + { + "title": "onenoteEntityHierarchyModel", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "createdBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "lastModifiedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.notebook": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel" + }, + { + "title": "notebook", + "type": "object", + "properties": { + "isDefault": { + "type": "boolean", + "nullable": true + }, + "userRole": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteUserRole" + } + ], + "nullable": true + }, + "isShared": { + "type": "boolean", + "nullable": true + }, + "sectionsUrl": { + "type": "string", + "nullable": true + }, + "sectionGroupsUrl": { + "type": "string", + "nullable": true + }, + "links": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.notebookLinks" + } + ], + "nullable": true + }, + "sections": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + }, + "sectionGroups": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + ] + }, + "microsoft.graph.onenoteSection": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel" + }, + { + "title": "onenoteSection", + "type": "object", + "properties": { + "isDefault": { + "type": "boolean", + "nullable": true + }, + "links": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sectionLinks" + } + ], + "nullable": true + }, + "pagesUrl": { + "type": "string", + "nullable": true + }, + "parentNotebook": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + ], + "nullable": true + }, + "parentSectionGroup": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + ], + "nullable": true + }, + "pages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenotePage" + } + } + } + } + ] + }, + "microsoft.graph.sectionGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel" + }, + { + "title": "sectionGroup", + "type": "object", + "properties": { + "sectionsUrl": { + "type": "string", + "nullable": true + }, + "sectionGroupsUrl": { + "type": "string", + "nullable": true + }, + "parentNotebook": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + ], + "nullable": true + }, + "parentSectionGroup": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + ], + "nullable": true + }, + "sections": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + }, + "sectionGroups": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.sectionGroup" + } + } + } + } + ] + }, + "microsoft.graph.onenotePage": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel" + }, + { + "title": "onenotePage", + "type": "object", + "properties": { + "title": { + "type": "string", + "nullable": true + }, + "createdByAppId": { + "type": "string", + "nullable": true + }, + "links": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.pageLinks" + } + ], + "nullable": true + }, + "contentUrl": { + "type": "string", + "nullable": true + }, + "content": { + "type": "string", + "format": "base64url", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "level": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "order": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "userTags": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "parentSection": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteSection" + } + ], + "nullable": true + }, + "parentNotebook": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.notebook" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.onenoteResource": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteEntityBaseModel" + }, + { + "title": "onenoteResource", + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "base64url", + "nullable": true + }, + "contentUrl": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.operation": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "operation", + "type": "object", + "properties": { + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.operationStatus" + } + ], + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "lastActionDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.onenoteOperation": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.operation" + }, + { + "title": "onenoteOperation", + "type": "object", + "properties": { + "resourceLocation": { + "type": "string", + "nullable": true + }, + "resourceId": { + "type": "string", + "nullable": true + }, + "error": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteOperationError" + } + ], + "nullable": true + }, + "percentComplete": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.notebookLinks": { + "title": "notebookLinks", + "type": "object", + "properties": { + "oneNoteClientUrl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalLink" + } + ], + "nullable": true + }, + "oneNoteWebUrl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalLink" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.externalLink": { + "title": "externalLink", + "type": "object", + "properties": { + "href": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.sectionLinks": { + "title": "sectionLinks", + "type": "object", + "properties": { + "oneNoteClientUrl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalLink" + } + ], + "nullable": true + }, + "oneNoteWebUrl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalLink" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.pageLinks": { + "title": "pageLinks", + "type": "object", + "properties": { + "oneNoteClientUrl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalLink" + } + ], + "nullable": true + }, + "oneNoteWebUrl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalLink" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.onenoteOperationError": { + "title": "onenoteOperationError", + "type": "object", + "properties": { + "code": { + "type": "string", + "nullable": true + }, + "message": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.diagnostic": { + "title": "diagnostic", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "url": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.onenotePatchContentCommand": { + "title": "onenotePatchContentCommand", + "type": "object", + "properties": { + "action": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchActionType" + } + ] + }, + "target": { + "type": "string" + }, + "content": { + "type": "string", + "nullable": true + }, + "position": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePatchInsertPosition" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.onenotePagePreview": { + "title": "onenotePagePreview", + "type": "object", + "properties": { + "previewText": { + "type": "string", + "nullable": true + }, + "links": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenotePagePreviewLinks" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.onenotePagePreviewLinks": { + "title": "onenotePagePreviewLinks", + "type": "object", + "properties": { + "previewImageUrl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalLink" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.recentNotebook": { + "title": "recentNotebook", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "lastAccessedTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "links": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.recentNotebookLinks" + } + ], + "nullable": true + }, + "sourceService": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onenoteSourceService" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.recentNotebookLinks": { + "title": "recentNotebookLinks", + "type": "object", + "properties": { + "oneNoteClientUrl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalLink" + } + ], + "nullable": true + }, + "oneNoteWebUrl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.externalLink" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.reportRoot": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "reportRoot", + "type": "object" + } + ] + }, + "microsoft.graph.report": { + "title": "report", + "type": "object", + "properties": { + "content": { + "type": "string", + "format": "base64url", + "nullable": true + } + } + }, + "microsoft.graph.administrativeUnit": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.directoryObject" + }, + { + "title": "administrativeUnit", + "type": "object" + } + ] + }, + "microsoft.graph.educationRoot": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "educationRoot", + "type": "object", + "properties": { + "classes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + }, + "schools": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + }, + "users": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + }, + "me": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.educationClass": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "educationClass", + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "mailNickname": { + "type": "string" + }, + "description": { + "type": "string", + "nullable": true + }, + "createdBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "classCode": { + "type": "string", + "nullable": true + }, + "externalName": { + "type": "string", + "nullable": true + }, + "externalId": { + "type": "string", + "nullable": true + }, + "externalSource": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationExternalSource" + } + ], + "nullable": true + }, + "term": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationTerm" + } + ], + "nullable": true + }, + "schools": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + }, + "members": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + }, + "teachers": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + }, + "group": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.group" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.educationOrganization": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "educationOrganization", + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "description": { + "type": "string", + "nullable": true + }, + "externalSource": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationExternalSource" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.educationSchool": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationOrganization" + }, + { + "title": "educationSchool", + "type": "object", + "properties": { + "principalEmail": { + "type": "string", + "nullable": true + }, + "principalName": { + "type": "string", + "nullable": true + }, + "externalPrincipalId": { + "type": "string", + "nullable": true + }, + "lowestGrade": { + "type": "string", + "nullable": true + }, + "highestGrade": { + "type": "string", + "nullable": true + }, + "schoolNumber": { + "type": "string", + "nullable": true + }, + "externalId": { + "type": "string", + "nullable": true + }, + "phone": { + "type": "string", + "nullable": true + }, + "fax": { + "type": "string", + "nullable": true + }, + "createdBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "address": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.physicalAddress" + } + ], + "nullable": true + }, + "classes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + }, + "users": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationUser" + } + } + } + } + ] + }, + "microsoft.graph.educationUser": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "educationUser", + "type": "object", + "properties": { + "primaryRole": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationUserRole" + } + ] + }, + "middleName": { + "type": "string", + "nullable": true + }, + "externalSource": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationExternalSource" + } + ], + "nullable": true + }, + "residenceAddress": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.physicalAddress" + } + ], + "nullable": true + }, + "mailingAddress": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.physicalAddress" + } + ], + "nullable": true + }, + "student": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationStudent" + } + ], + "nullable": true + }, + "teacher": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationTeacher" + } + ], + "nullable": true + }, + "createdBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.identitySet" + } + ], + "nullable": true + }, + "relatedContacts": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationRelatedContact" + } + ], + "nullable": true + } + }, + "accountEnabled": { + "type": "boolean", + "nullable": true + }, + "assignedLicenses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.assignedLicense" + } + }, + "assignedPlans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.assignedPlan" + } + }, + "businessPhones": { + "type": "array", + "items": { + "type": "string" + } + }, + "department": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + }, + "givenName": { + "type": "string", + "nullable": true + }, + "mail": { + "type": "string", + "nullable": true + }, + "mailNickname": { + "type": "string", + "nullable": true + }, + "mobilePhone": { + "type": "string", + "nullable": true + }, + "passwordPolicies": { + "type": "string", + "nullable": true + }, + "passwordProfile": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.passwordProfile" + } + ], + "nullable": true + }, + "officeLocation": { + "type": "string", + "nullable": true + }, + "preferredLanguage": { + "type": "string", + "nullable": true + }, + "provisionedPlans": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.provisionedPlan" + } + }, + "refreshTokensValidFromDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "showInAddressList": { + "type": "boolean", + "nullable": true + }, + "surname": { + "type": "string", + "nullable": true + }, + "usageLocation": { + "type": "string", + "nullable": true + }, + "userPrincipalName": { + "type": "string", + "nullable": true + }, + "userType": { + "type": "string", + "nullable": true + }, + "schools": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationSchool" + } + }, + "classes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.educationClass" + } + }, + "user": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.user" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.educationStudent": { + "title": "educationStudent", + "type": "object", + "properties": { + "graduationYear": { + "type": "string", + "nullable": true + }, + "grade": { + "type": "string", + "nullable": true + }, + "birthDate": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date", + "nullable": true + }, + "gender": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationGender" + } + ], + "nullable": true + }, + "studentNumber": { + "type": "string", + "nullable": true + }, + "externalId": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.educationRelatedContact": { + "title": "educationRelatedContact", + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string" + }, + "emailAddress": { + "type": "string", + "nullable": true + }, + "mobilePhone": { + "type": "string", + "nullable": true + }, + "relationship": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.educationContactRelationship" + } + ] + }, + "accessConsent": { + "type": "boolean", + "nullable": true + } + } + }, + "microsoft.graph.educationTeacher": { + "title": "educationTeacher", + "type": "object", + "properties": { + "teacherNumber": { + "type": "string", + "nullable": true + }, + "externalId": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.educationTerm": { + "title": "educationTerm", + "type": "object", + "properties": { + "externalId": { + "type": "string", + "nullable": true + }, + "startDate": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date", + "nullable": true + }, + "endDate": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$", + "type": "string", + "format": "date", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.deviceAppManagement": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceAppManagement", + "type": "object", + "properties": { + "microsoftStoreForBusinessLastSuccessfulSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The last time the apps from the Microsoft Store for Business were synced successfully for the account.", + "format": "date-time" + }, + "isEnabledForMicrosoftStoreForBusiness": { + "type": "boolean", + "description": "Whether the account is enabled for syncing applications from the Microsoft Store for Business." + }, + "microsoftStoreForBusinessLanguage": { + "type": "string", + "description": "The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is -, where is a lowercase two-letter code derived from ISO 639-1 and is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.", + "nullable": true + }, + "microsoftStoreForBusinessLastCompletedApplicationSyncTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The last time an application sync from the Microsoft Store for Business was completed.", + "format": "date-time" + }, + "mobileApps": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + }, + "description": "The mobile apps." + }, + "mobileAppCategories": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppCategory" + }, + "description": "The mobile app categories." + }, + "mobileAppConfigurations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration" + }, + "description": "The Managed Device Mobile Application Configurations." + }, + "vppTokens": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.vppToken" + }, + "description": "List of Vpp tokens for this organization." + }, + "managedAppPolicies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + }, + "description": "Managed app policies." + }, + "iosManagedAppProtections": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.iosManagedAppProtection" + }, + "description": "iOS managed app policies." + }, + "androidManagedAppProtections": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.androidManagedAppProtection" + }, + "description": "Android managed app policies." + }, + "defaultManagedAppProtections": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.defaultManagedAppProtection" + }, + "description": "Default managed app policies." + }, + "targetedManagedAppConfigurations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppConfiguration" + }, + "description": "Targeted managed app configurations." + }, + "mdmWindowsInformationProtectionPolicies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy" + }, + "description": "Windows information protection for apps running on devices which are MDM enrolled." + }, + "windowsInformationProtectionPolicies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy" + }, + "description": "Windows information protection for apps running on devices which are not MDM enrolled." + }, + "managedAppRegistrations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + }, + "description": "The managed app registrations." + }, + "managedAppStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedAppStatus" + }, + "description": "The managed app statuses." + }, + "managedEBooks": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedEBook" + }, + "description": "The Managed eBook." + } + }, + "description": "Singleton entity that acts as a container for all device app management functionality." + } + ] + }, + "microsoft.graph.mobileApp": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "mobileApp", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "The admin provided or imported title of the app.", + "nullable": true + }, + "description": { + "type": "string", + "description": "The description of the app.", + "nullable": true + }, + "publisher": { + "type": "string", + "description": "The publisher of the app.", + "nullable": true + }, + "largeIcon": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mimeContent" + } + ], + "description": "The large icon, to be displayed in the app details and used for upload of the icon.", + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The date and time the app was created.", + "format": "date-time" + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The date and time the app was last modified.", + "format": "date-time" + }, + "isFeatured": { + "type": "boolean", + "description": "The value indicating whether the app is marked as featured by the admin." + }, + "privacyInformationUrl": { + "type": "string", + "description": "The privacy statement Url.", + "nullable": true + }, + "informationUrl": { + "type": "string", + "description": "The more information Url.", + "nullable": true + }, + "owner": { + "type": "string", + "description": "The owner of the app.", + "nullable": true + }, + "developer": { + "type": "string", + "description": "The developer of the app.", + "nullable": true + }, + "notes": { + "type": "string", + "description": "Notes for the app.", + "nullable": true + }, + "publishingState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppPublishingState" + } + ], + "description": "The publishing state for the app. The app cannot be assigned unless the app is published." + }, + "categories": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppCategory" + }, + "description": "The list of categories for this app." + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignment" + }, + "description": "The list of group assignments for this mobile app." + } + }, + "description": "An abstract class containing the base properties for Intune mobile apps." + } + ] + }, + "microsoft.graph.mobileAppCategory": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "mobileAppCategory", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "The name of the app category.", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The date and time the mobileAppCategory was last modified.", + "format": "date-time" + } + }, + "description": "Contains properties for a single Intune app category." + } + ] + }, + "microsoft.graph.managedDeviceMobileAppConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedDeviceMobileAppConfiguration", + "type": "object", + "properties": { + "targetedMobileApps": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "the associated app." + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was created.", + "format": "date-time" + }, + "description": { + "type": "string", + "description": "Admin provided description of the Device Configuration.", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was last modified.", + "format": "date-time" + }, + "displayName": { + "type": "string", + "description": "Admin provided name of the device configuration." + }, + "version": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Version of the device configuration." + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment" + }, + "description": "The list of group assignemenets for app configration." + }, + "deviceStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" + }, + "description": "List of ManagedDeviceMobileAppConfigurationDeviceStatus." + }, + "userStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" + }, + "description": "List of ManagedDeviceMobileAppConfigurationUserStatus." + }, + "deviceStatusSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" + } + ], + "description": "App configuration device status summary.", + "nullable": true + }, + "userStatusSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" + } + ], + "description": "App configuration user status summary.", + "nullable": true + } + }, + "description": "An abstract class for Mobile app configuration for enrolled devices." + } + ] + }, + "microsoft.graph.vppToken": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "vppToken", + "type": "object", + "properties": { + "organizationName": { + "type": "string", + "description": "The organization associated with the Apple Volume Purchase Program Token", + "nullable": true + }, + "vppTokenAccountType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.vppTokenAccountType" + } + ], + "description": "The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`." + }, + "appleId": { + "type": "string", + "description": "The apple Id associated with the given Apple Volume Purchase Program Token.", + "nullable": true + }, + "expirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The expiration date time of the Apple Volume Purchase Program Token.", + "format": "date-time" + }, + "lastSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.", + "format": "date-time" + }, + "token": { + "type": "string", + "description": "The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last modification date time associated with the Apple Volume Purchase Program Token.", + "format": "date-time" + }, + "state": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.vppTokenState" + } + ], + "description": "Current state of the Apple Volume Purchase Program Token. Possible values are: `unknown`, `valid`, `expired`, `invalid`, `assignedToExternalMDM`." + }, + "lastSyncStatus": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.vppTokenSyncStatus" + } + ], + "description": "Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: `none`, `inProgress`, `completed`, `failed`." + }, + "automaticallyUpdateApps": { + "type": "boolean", + "description": "Whether or not apps for the VPP token will be automatically updated." + }, + "countryOrRegion": { + "type": "string", + "description": "Whether or not apps for the VPP token will be automatically updated.", + "nullable": true + } + }, + "description": "You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens." + } + ] + }, + "microsoft.graph.managedAppPolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedAppPolicy", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Policy display name." + }, + "description": { + "type": "string", + "description": "The policy's description.", + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The date and time the policy was created.", + "format": "date-time" + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last time the policy was modified.", + "format": "date-time" + }, + "version": { + "type": "string", + "description": "Version of the entity.", + "nullable": true + } + }, + "description": "The ManagedAppPolicy resource represents a base type for platform specific policies." + } + ] + }, + "microsoft.graph.managedAppProtection": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + }, + { + "title": "managedAppProtection", + "type": "object", + "properties": { + "periodOfflineBeforeAccessCheck": { + "pattern": "^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$", + "type": "string", + "description": "The period after which access is checked when the device is not connected to the internet.", + "format": "duration" + }, + "periodOnlineBeforeAccessCheck": { + "pattern": "^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$", + "type": "string", + "description": "The period after which access is checked when the device is connected to the internet.", + "format": "duration" + }, + "allowedInboundDataTransferSources": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppDataTransferLevel" + } + ], + "description": "Sources from which data is allowed to be transferred." + }, + "allowedOutboundDataTransferDestinations": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppDataTransferLevel" + } + ], + "description": "Destinations to which data is allowed to be transferred." + }, + "organizationalCredentialsRequired": { + "type": "boolean", + "description": "Indicates whether organizational credentials are required for app use." + }, + "allowedOutboundClipboardSharingLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppClipboardSharingLevel" + } + ], + "description": "The level to which the clipboard may be shared between apps on the managed device." + }, + "dataBackupBlocked": { + "type": "boolean", + "description": "Indicates whether the backup of a managed app's data is blocked." + }, + "deviceComplianceRequired": { + "type": "boolean", + "description": "Indicates whether device compliance is required." + }, + "managedBrowserToOpenLinksRequired": { + "type": "boolean", + "description": "Indicates whether internet links should be opened in the managed browser app." + }, + "saveAsBlocked": { + "type": "boolean", + "description": "Indicates whether users may use the \"Save As\" menu item to save a copy of protected files." + }, + "periodOfflineBeforeWipeIsEnforced": { + "pattern": "^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$", + "type": "string", + "description": "The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.", + "format": "duration" + }, + "pinRequired": { + "type": "boolean", + "description": "Indicates whether an app-level pin is required." + }, + "maximumPinRetries": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped." + }, + "simplePinBlocked": { + "type": "boolean", + "description": "Indicates whether simplePin is blocked." + }, + "minimumPinLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum pin length required for an app-level pin if PinRequired is set to True" + }, + "pinCharacterSet": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPinCharacterSet" + } + ], + "description": "Character set which may be used for an app-level pin if PinRequired is set to True." + }, + "periodBeforePinReset": { + "pattern": "^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$", + "type": "string", + "description": "TimePeriod before the all-level pin must be reset if PinRequired is set to True.", + "format": "duration" + }, + "allowedDataStorageLocations": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppDataStorageLocation" + } + ] + }, + "description": "Data storage locations where a user may store managed data." + }, + "contactSyncBlocked": { + "type": "boolean", + "description": "Indicates whether contacts can be synced to the user's device." + }, + "printBlocked": { + "type": "boolean", + "description": "Indicates whether printing is allowed from managed apps." + }, + "fingerprintBlocked": { + "type": "boolean", + "description": "Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True." + }, + "disableAppPinIfDevicePinIsSet": { + "type": "boolean", + "description": "Indicates whether use of the app pin is required if the device pin is set." + }, + "minimumRequiredOsVersion": { + "type": "string", + "description": "Versions less than the specified version will block the managed app from accessing company data.", + "nullable": true + }, + "minimumWarningOsVersion": { + "type": "string", + "description": "Versions less than the specified version will result in warning message on the managed app from accessing company data.", + "nullable": true + }, + "minimumRequiredAppVersion": { + "type": "string", + "description": "Versions less than the specified version will block the managed app from accessing company data.", + "nullable": true + }, + "minimumWarningAppVersion": { + "type": "string", + "description": "Versions less than the specified version will result in warning message on the managed app.", + "nullable": true + } + }, + "description": "Policy used to configure detailed management settings for a specified set of apps" + } + ] + }, + "microsoft.graph.targetedManagedAppProtection": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppProtection" + }, + { + "title": "targetedManagedAppProtection", + "type": "object", + "properties": { + "isAssigned": { + "type": "boolean", + "description": "Indicates if the policy is deployed to any inclusion groups or not." + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + }, + "description": "Navigation property to list of inclusion and exclusion groups to which the policy is deployed." + } + }, + "description": "Policy used to configure detailed management settings targeted to specific security groups" + } + ] + }, + "microsoft.graph.iosManagedAppProtection": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppProtection" + }, + { + "title": "iosManagedAppProtection", + "type": "object", + "properties": { + "appDataEncryptionType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppDataEncryptionType" + } + ], + "description": "Type of encryption which should be used for data in a managed app." + }, + "minimumRequiredSdkVersion": { + "type": "string", + "description": "Versions less than the specified version will block the managed app from accessing company data.", + "nullable": true + }, + "deployedAppCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Count of apps to which the current policy is deployed." + }, + "faceIdBlocked": { + "type": "boolean", + "description": "Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True." + }, + "apps": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + }, + "description": "List of apps to which the policy is deployed." + }, + "deploymentSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + ], + "description": "Navigation property to deployment summary of the configuration.", + "nullable": true + } + }, + "description": "Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an iOS device" + } + ] + }, + "microsoft.graph.androidManagedAppProtection": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppProtection" + }, + { + "title": "androidManagedAppProtection", + "type": "object", + "properties": { + "screenCaptureBlocked": { + "type": "boolean", + "description": "Indicates whether a managed user can take screen captures of managed apps" + }, + "disableAppEncryptionIfDeviceEncryptionIsEnabled": { + "type": "boolean", + "description": "When this setting is enabled, app level encryption is disabled if device level encryption is enabled" + }, + "encryptAppData": { + "type": "boolean", + "description": "Indicates whether application data for managed apps should be encrypted" + }, + "deployedAppCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Count of apps to which the current policy is deployed." + }, + "minimumRequiredPatchVersion": { + "type": "string", + "description": "Define the oldest required Android security patch level a user can have to gain secure access to the app.", + "nullable": true + }, + "minimumWarningPatchVersion": { + "type": "string", + "description": "Define the oldest recommended Android security patch level a user can have for secure access to the app.", + "nullable": true + }, + "apps": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + }, + "description": "List of apps to which the policy is deployed." + }, + "deploymentSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + ], + "description": "Navigation property to deployment summary of the configuration.", + "nullable": true + } + }, + "description": "Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an Android device" + } + ] + }, + "microsoft.graph.defaultManagedAppProtection": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppProtection" + }, + { + "title": "defaultManagedAppProtection", + "type": "object", + "properties": { + "appDataEncryptionType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppDataEncryptionType" + } + ], + "description": "Type of encryption which should be used for data in a managed app. (iOS Only)" + }, + "screenCaptureBlocked": { + "type": "boolean", + "description": "Indicates whether screen capture is blocked. (Android only)" + }, + "encryptAppData": { + "type": "boolean", + "description": "Indicates whether managed-app data should be encrypted. (Android only)" + }, + "disableAppEncryptionIfDeviceEncryptionIsEnabled": { + "type": "boolean", + "description": "When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)" + }, + "minimumRequiredSdkVersion": { + "type": "string", + "description": "Versions less than the specified version will block the managed app from accessing company data. (iOS Only)", + "nullable": true + }, + "customSettings": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.keyValuePair" + }, + "description": "A set of string key and string value pairs to be sent to the affected users, unalterned by this service" + }, + "deployedAppCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Count of apps to which the current policy is deployed." + }, + "minimumRequiredPatchVersion": { + "type": "string", + "description": "Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)", + "nullable": true + }, + "minimumWarningPatchVersion": { + "type": "string", + "description": "Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)", + "nullable": true + }, + "faceIdBlocked": { + "type": "boolean", + "description": "Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)" + }, + "apps": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + }, + "description": "List of apps to which the policy is deployed." + }, + "deploymentSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + ], + "description": "Navigation property to deployment summary of the configuration.", + "nullable": true + } + }, + "description": "Policy used to configure detailed management settings for a specified set of apps for all users not targeted by a TargetedManagedAppProtection Policy" + } + ] + }, + "microsoft.graph.managedAppConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + }, + { + "title": "managedAppConfiguration", + "type": "object", + "properties": { + "customSettings": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.keyValuePair" + }, + "description": "A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service" + } + }, + "description": "Configuration used to deliver a set of custom settings as-is to apps for users to whom the configuration is scoped" + } + ] + }, + "microsoft.graph.targetedManagedAppConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppConfiguration" + }, + { + "title": "targetedManagedAppConfiguration", + "type": "object", + "properties": { + "deployedAppCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Count of apps to which the current policy is deployed." + }, + "isAssigned": { + "type": "boolean", + "description": "Indicates if the policy is deployed to any inclusion groups or not." + }, + "apps": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedMobileApp" + }, + "description": "List of apps to which the policy is deployed." + }, + "deploymentSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary" + } + ], + "description": "Navigation property to deployment summary of the configuration.", + "nullable": true + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + }, + "description": "Navigation property to list of inclusion and exclusion groups to which the policy is deployed." + } + }, + "description": "Configuration used to deliver a set of custom settings as-is to all users in the targeted security group" + } + ] + }, + "microsoft.graph.windowsInformationProtection": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicy" + }, + { + "title": "windowsInformationProtection", + "type": "object", + "properties": { + "enforcementLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionEnforcementLevel" + } + ], + "description": "WIP enforcement level.See the Enum definition for supported values" + }, + "enterpriseDomain": { + "type": "string", + "description": "Primary enterprise domain", + "nullable": true + }, + "enterpriseProtectedDomainNames": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "nullable": true + }, + "description": "List of enterprise domains to be protected" + }, + "protectionUnderLockConfigRequired": { + "type": "boolean", + "description": "Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured" + }, + "dataRecoveryCertificate": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" + } + ], + "description": "Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)", + "nullable": true + }, + "revokeOnUnenrollDisabled": { + "type": "boolean", + "description": "This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently." + }, + "rightsManagementServicesTemplateId": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "description": "TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access", + "format": "uuid", + "nullable": true + }, + "azureRightsManagementServicesAllowed": { + "type": "boolean", + "description": "Specifies whether to allow Azure RMS encryption for WIP" + }, + "iconsVisible": { + "type": "boolean", + "description": "Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app" + }, + "protectedApps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionApp" + } + ], + "nullable": true + }, + "description": "Protected applications can access enterprise data and the data handled by those applications are protected with encryption" + }, + "exemptApps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionApp" + } + ], + "nullable": true + }, + "description": "Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data." + }, + "enterpriseNetworkDomainNames": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "nullable": true + }, + "description": "This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to" + }, + "enterpriseProxiedDomains": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionProxiedDomainCollection" + } + ], + "nullable": true + }, + "description": "Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy" + }, + "enterpriseIPRanges": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionIPRangeCollection" + } + ], + "nullable": true + }, + "description": "Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to" + }, + "enterpriseIPRangesAreAuthoritative": { + "type": "boolean", + "description": "Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false" + }, + "enterpriseProxyServers": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "nullable": true + }, + "description": "This is a list of proxy servers. Any server not on this list is considered non-enterprise" + }, + "enterpriseInternalProxyServers": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "nullable": true + }, + "description": "This is the comma-separated list of internal proxy servers. For example, \"157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59\". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies" + }, + "enterpriseProxyServersAreAuthoritative": { + "type": "boolean", + "description": "Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false" + }, + "neutralDomainResources": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "nullable": true + }, + "description": "List of domain names that can used for work or personal resource" + }, + "indexingEncryptedStoresOrItemsBlocked": { + "type": "boolean", + "description": "This switch is for the Windows Search Indexer, to allow or disallow indexing of items" + }, + "smbAutoEncryptedFileExtensions": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "nullable": true + }, + "description": "Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary" + }, + "isAssigned": { + "type": "boolean", + "description": "Indicates if the policy is deployed to any inclusion groups or not." + }, + "protectedAppLockerFiles": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile" + }, + "description": "Another way to input protected apps through xml files" + }, + "exemptAppLockerFiles": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile" + }, + "description": "Another way to input exempt apps through xml files" + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment" + }, + "description": "Navigation property to list of security groups targeted for policy." + } + }, + "description": "Policy for Windows information protection to configure detailed management settings" + } + ] + }, + "microsoft.graph.mdmWindowsInformationProtectionPolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtection" + }, + { + "title": "mdmWindowsInformationProtectionPolicy", + "type": "object", + "description": "Policy for Windows information protection with MDM" + } + ] + }, + "microsoft.graph.windowsInformationProtectionPolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtection" + }, + { + "title": "windowsInformationProtectionPolicy", + "type": "object", + "properties": { + "revokeOnMdmHandoffDisabled": { + "type": "boolean", + "description": "New property in RS2, pending documentation" + }, + "mdmEnrollmentUrl": { + "type": "string", + "description": "Enrollment url for the MDM", + "nullable": true + }, + "windowsHelloForBusinessBlocked": { + "type": "boolean", + "description": "Boolean value that sets Windows Hello for Business as a method for signing into Windows." + }, + "pinMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest." + }, + "pinUppercaseLetters": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements" + } + ], + "description": "Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow." + }, + "pinLowercaseLetters": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements" + } + ], + "description": "Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow." + }, + "pinSpecialCharacters": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements" + } + ], + "description": "Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! \" # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \\ ] ^ _ ` { | } ~. Default is NotAllow." + }, + "pinExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0." + }, + "numberOfPastPinsRemembered": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0." + }, + "passwordMaximumAttemptCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 <= X <= 16 for desktop and 0 <= X <= 999 for mobile devices." + }, + "minutesOfInactivityBeforeDeviceLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 <= X <= 999." + }, + "daysWithoutContactBeforeUnenroll": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Offline interval before app data is wiped (days) " + } + }, + "description": "Policy for Windows information protection without MDM" + } + ] + }, + "microsoft.graph.managedAppStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedAppStatus", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Friendly name of the status report.", + "nullable": true + }, + "version": { + "type": "string", + "description": "Version of the entity.", + "nullable": true + } + }, + "description": "Represents app protection and configuration status for the organization." + } + ] + }, + "microsoft.graph.managedEBook": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedEBook", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Name of the eBook." + }, + "description": { + "type": "string", + "description": "Description.", + "nullable": true + }, + "publisher": { + "type": "string", + "description": "Publisher.", + "nullable": true + }, + "publishedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The date and time when the eBook was published.", + "format": "date-time" + }, + "largeCover": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mimeContent" + } + ], + "description": "Book cover.", + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The date and time when the eBook file was created.", + "format": "date-time" + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The date and time when the eBook was last modified.", + "format": "date-time" + }, + "informationUrl": { + "type": "string", + "description": "The more information Url.", + "nullable": true + }, + "privacyInformationUrl": { + "type": "string", + "description": "The privacy statement Url.", + "nullable": true + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment" + }, + "description": "The list of assignments for this eBook." + }, + "installSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.eBookInstallSummary" + } + ], + "description": "Mobile App Install Summary.", + "nullable": true + }, + "deviceStates": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + }, + "description": "The list of installation states for this eBook." + }, + "userStateSummary": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.userInstallStateSummary" + }, + "description": "The list of installation states for this eBook." + } + }, + "description": "An abstract class containing the base properties for Managed eBook." + } + ] + }, + "microsoft.graph.mobileAppAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "mobileAppAssignment", + "type": "object", + "properties": { + "intent": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.installIntent" + } + ], + "description": "The install intent defined by the admin." + }, + "target": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + ], + "description": "The target group assignment defined by the admin.", + "nullable": true + }, + "settings": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignmentSettings" + } + ], + "description": "The settings for target assignment defined by the admin.", + "nullable": true + } + }, + "description": "A class containing the properties used for Group Assignment of a Mobile App." + } + ] + }, + "microsoft.graph.deviceAndAppManagementAssignmentTarget": { + "title": "deviceAndAppManagementAssignmentTarget", + "type": "object" + }, + "microsoft.graph.mobileAppAssignmentSettings": { + "title": "mobileAppAssignmentSettings", + "type": "object" + }, + "microsoft.graph.mimeContent": { + "title": "mimeContent", + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Indicates the content mime type.", + "nullable": true + }, + "value": { + "type": "string", + "description": "The byte array that contains the actual content.", + "format": "base64url", + "nullable": true + } + } + }, + "microsoft.graph.mobileAppContentFile": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "mobileAppContentFile", + "type": "object", + "properties": { + "azureStorageUri": { + "type": "string", + "description": "The Azure Storage URI.", + "nullable": true + }, + "isCommitted": { + "type": "boolean", + "description": "A value indicating whether the file is committed." + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The time the file was created.", + "format": "date-time" + }, + "name": { + "type": "string", + "description": "the file name.", + "nullable": true + }, + "size": { + "type": "integer", + "description": "The size of the file prior to encryption.", + "format": "int64" + }, + "sizeEncrypted": { + "type": "integer", + "description": "The size of the file after encryption.", + "format": "int64" + }, + "azureStorageUriExpirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The time the Azure storage Uri expires.", + "format": "date-time", + "nullable": true + }, + "manifest": { + "type": "string", + "description": "The manifest information.", + "format": "base64url", + "nullable": true + }, + "uploadState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppContentFileUploadState" + } + ], + "description": "The state of the current upload request." + } + }, + "description": "Contains properties for a single installer file that is associated with a given mobileAppContent version." + } + ] + }, + "microsoft.graph.fileEncryptionInfo": { + "title": "fileEncryptionInfo", + "type": "object", + "properties": { + "encryptionKey": { + "type": "string", + "description": "The key used to encrypt the file content.", + "format": "base64url", + "nullable": true + }, + "initializationVector": { + "type": "string", + "description": "The initialization vector used for the encryption algorithm.", + "format": "base64url", + "nullable": true + }, + "mac": { + "type": "string", + "description": "The hash of the encrypted file content + IV (content hash).", + "format": "base64url", + "nullable": true + }, + "macKey": { + "type": "string", + "description": "The key used to get mac.", + "format": "base64url", + "nullable": true + }, + "profileIdentifier": { + "type": "string", + "description": "The the profile identifier.", + "nullable": true + }, + "fileDigest": { + "type": "string", + "description": "The file digest prior to encryption.", + "format": "base64url", + "nullable": true + }, + "fileDigestAlgorithm": { + "type": "string", + "description": "The file digest algorithm.", + "nullable": true + } + } + }, + "microsoft.graph.allLicensedUsersAssignmentTarget": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + }, + { + "title": "allLicensedUsersAssignmentTarget", + "type": "object" + } + ] + }, + "microsoft.graph.groupAssignmentTarget": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + }, + { + "title": "groupAssignmentTarget", + "type": "object", + "properties": { + "groupId": { + "type": "string", + "description": "The group Id that is the target of the assignment.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.exclusionGroupAssignmentTarget": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.groupAssignmentTarget" + }, + { + "title": "exclusionGroupAssignmentTarget", + "type": "object" + } + ] + }, + "microsoft.graph.allDevicesAssignmentTarget": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + }, + { + "title": "allDevicesAssignmentTarget", + "type": "object" + } + ] + }, + "microsoft.graph.iosLobAppAssignmentSettings": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignmentSettings" + }, + { + "title": "iosLobAppAssignmentSettings", + "type": "object", + "properties": { + "vpnConfigurationId": { + "type": "string", + "description": "The VPN Configuration Id to apply for this app.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.iosStoreAppAssignmentSettings": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignmentSettings" + }, + { + "title": "iosStoreAppAssignmentSettings", + "type": "object", + "properties": { + "vpnConfigurationId": { + "type": "string", + "description": "The VPN Configuration Id to apply for this app.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.iosVppAppAssignmentSettings": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignmentSettings" + }, + { + "title": "iosVppAppAssignmentSettings", + "type": "object", + "properties": { + "useDeviceLicensing": { + "type": "boolean", + "description": "Whether or not to use device licensing." + }, + "vpnConfigurationId": { + "type": "string", + "description": "The VPN Configuration Id to apply for this app.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignmentSettings" + }, + { + "title": "microsoftStoreForBusinessAppAssignmentSettings", + "type": "object", + "properties": { + "useDeviceContext": { + "type": "boolean", + "description": "Whether or not to use device execution context for Microsoft Store for Business mobile app." + } + } + } + ] + }, + "microsoft.graph.macOSOfficeSuiteApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + }, + { + "title": "macOSOfficeSuiteApp", + "type": "object", + "description": "Contains properties and inherited properties for the MacOS Office Suite App." + } + ] + }, + "microsoft.graph.managedApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + }, + { + "title": "managedApp", + "type": "object", + "properties": { + "appAvailability": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppAvailability" + } + ], + "description": "The Application's availability." + }, + "version": { + "type": "string", + "description": "The Application's version.", + "nullable": true + } + }, + "description": "Abstract class that contains properties and inherited properties for apps that you can manage with an Intune app protection policy." + } + ] + }, + "microsoft.graph.managedAndroidStoreApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedApp" + }, + { + "title": "managedAndroidStoreApp", + "type": "object", + "properties": { + "packageId": { + "type": "string", + "description": "The app's package ID.", + "nullable": true + }, + "appStoreUrl": { + "type": "string", + "description": "The Android AppStoreUrl." + }, + "minimumSupportedOperatingSystem": { + "$ref": "#/components/schemas/microsoft.graph.androidMinimumOperatingSystem" + } + }, + "description": "Contains properties and inherited properties for Android store apps that you can manage with an Intune app protection policy." + } + ] + }, + "microsoft.graph.androidMinimumOperatingSystem": { + "title": "androidMinimumOperatingSystem", + "type": "object", + "properties": { + "v4_0": { + "type": "boolean", + "description": "Version 4.0 or later." + }, + "v4_0_3": { + "type": "boolean", + "description": "Version 4.0.3 or later." + }, + "v4_1": { + "type": "boolean", + "description": "Version 4.1 or later." + }, + "v4_2": { + "type": "boolean", + "description": "Version 4.2 or later." + }, + "v4_3": { + "type": "boolean", + "description": "Version 4.3 or later." + }, + "v4_4": { + "type": "boolean", + "description": "Version 4.4 or later." + }, + "v5_0": { + "type": "boolean", + "description": "Version 5.0 or later." + }, + "v5_1": { + "type": "boolean", + "description": "Version 5.1 or later." + } + } + }, + "microsoft.graph.managedIOSStoreApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedApp" + }, + { + "title": "managedIOSStoreApp", + "type": "object", + "properties": { + "bundleId": { + "type": "string", + "description": "The app's Bundle ID.", + "nullable": true + }, + "appStoreUrl": { + "type": "string", + "description": "The Apple AppStoreUrl." + }, + "applicableDeviceType": { + "$ref": "#/components/schemas/microsoft.graph.iosDeviceType" + }, + "minimumSupportedOperatingSystem": { + "$ref": "#/components/schemas/microsoft.graph.iosMinimumOperatingSystem" + } + }, + "description": "Contains properties and inherited properties for an iOS store app that you can manage with an Intune app protection policy." + } + ] + }, + "microsoft.graph.iosDeviceType": { + "title": "iosDeviceType", + "type": "object", + "properties": { + "iPad": { + "type": "boolean", + "description": "Whether the app should run on iPads." + }, + "iPhoneAndIPod": { + "type": "boolean", + "description": "Whether the app should run on iPhones and iPods." + } + } + }, + "microsoft.graph.iosMinimumOperatingSystem": { + "title": "iosMinimumOperatingSystem", + "type": "object", + "properties": { + "v8_0": { + "type": "boolean", + "description": "Version 8.0 or later." + }, + "v9_0": { + "type": "boolean", + "description": "Version 9.0 or later." + }, + "v10_0": { + "type": "boolean", + "description": "Version 10.0 or later." + }, + "v11_0": { + "type": "boolean", + "description": "Version 11.0 or later." + } + } + }, + "microsoft.graph.managedMobileLobApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedApp" + }, + { + "title": "managedMobileLobApp", + "type": "object", + "properties": { + "committedContentVersion": { + "type": "string", + "description": "The internal committed content version.", + "nullable": true + }, + "fileName": { + "type": "string", + "description": "The name of the main Lob application file.", + "nullable": true + }, + "size": { + "type": "integer", + "description": "The total size, including all uploaded files.", + "format": "int64" + }, + "contentVersions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppContent" + }, + "description": "The list of content versions for this app." + } + }, + "description": "An abstract base class containing properties for all managed mobile line of business apps." + } + ] + }, + "microsoft.graph.mobileAppContent": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "mobileAppContent", + "type": "object", + "properties": { + "files": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppContentFile" + }, + "description": "The list of files for this app content version." + } + }, + "description": "Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile." + } + ] + }, + "microsoft.graph.managedAndroidLobApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileLobApp" + }, + { + "title": "managedAndroidLobApp", + "type": "object", + "properties": { + "packageId": { + "type": "string", + "description": "The package identifier.", + "nullable": true + }, + "minimumSupportedOperatingSystem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidMinimumOperatingSystem" + } + ], + "description": "The value for the minimum applicable operating system.", + "nullable": true + }, + "versionName": { + "type": "string", + "description": "The version name of managed Android Line of Business (LoB) app.", + "nullable": true + }, + "versionCode": { + "type": "string", + "description": "The version code of managed Android Line of Business (LoB) app.", + "nullable": true + } + }, + "description": "Contains properties and inherited properties for Managed Android Line Of Business apps." + } + ] + }, + "microsoft.graph.managedIOSLobApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedMobileLobApp" + }, + { + "title": "managedIOSLobApp", + "type": "object", + "properties": { + "bundleId": { + "type": "string", + "description": "The Identity Name.", + "nullable": true + }, + "applicableDeviceType": { + "$ref": "#/components/schemas/microsoft.graph.iosDeviceType" + }, + "minimumSupportedOperatingSystem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosMinimumOperatingSystem" + } + ], + "description": "The value for the minimum applicable operating system.", + "nullable": true + }, + "expirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The expiration time.", + "format": "date-time", + "nullable": true + }, + "versionNumber": { + "type": "string", + "description": "The version number of managed iOS Line of Business (LoB) app.", + "nullable": true + }, + "buildNumber": { + "type": "string", + "description": "The build number of managed iOS Line of Business (LoB) app.", + "nullable": true + } + }, + "description": "Contains properties and inherited properties for Managed iOS Line Of Business apps." + } + ] + }, + "microsoft.graph.mobileLobApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + }, + { + "title": "mobileLobApp", + "type": "object", + "properties": { + "committedContentVersion": { + "type": "string", + "description": "The internal committed content version.", + "nullable": true + }, + "fileName": { + "type": "string", + "description": "The name of the main Lob application file.", + "nullable": true + }, + "size": { + "type": "integer", + "description": "The total size, including all uploaded files.", + "format": "int64" + }, + "contentVersions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileAppContent" + }, + "description": "The list of content versions for this app." + } + }, + "description": "An abstract base class containing properties for all mobile line of business apps." + } + ] + }, + "microsoft.graph.windowsMinimumOperatingSystem": { + "title": "windowsMinimumOperatingSystem", + "type": "object", + "properties": { + "v8_0": { + "type": "boolean", + "description": "Windows version 8.0 or later." + }, + "v8_1": { + "type": "boolean", + "description": "Windows version 8.1 or later." + }, + "v10_0": { + "type": "boolean", + "description": "Windows version 10.0 or later." + } + } + }, + "microsoft.graph.windowsMobileMSI": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileLobApp" + }, + { + "title": "windowsMobileMSI", + "type": "object", + "properties": { + "commandLine": { + "type": "string", + "description": "The command line.", + "nullable": true + }, + "productCode": { + "type": "string", + "description": "The product code.", + "nullable": true + }, + "productVersion": { + "type": "string", + "description": "The product version of Windows Mobile MSI Line of Business (LoB) app.", + "nullable": true + }, + "ignoreVersionDetection": { + "type": "boolean", + "description": "A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature." + } + }, + "description": "Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps." + } + ] + }, + "microsoft.graph.windowsUniversalAppX": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileLobApp" + }, + { + "title": "windowsUniversalAppX", + "type": "object", + "properties": { + "applicableArchitectures": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsArchitecture" + } + ], + "description": "The Windows architecture(s) for which this app can run on." + }, + "applicableDeviceTypes": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsDeviceType" + } + ], + "description": "The Windows device type(s) for which this app can run on." + }, + "identityName": { + "type": "string", + "description": "The Identity Name.", + "nullable": true + }, + "identityPublisherHash": { + "type": "string", + "description": "The Identity Publisher Hash." + }, + "identityResourceIdentifier": { + "type": "string", + "description": "The Identity Resource Identifier.", + "nullable": true + }, + "isBundle": { + "type": "boolean", + "description": "Whether or not the app is a bundle." + }, + "minimumSupportedOperatingSystem": { + "$ref": "#/components/schemas/microsoft.graph.windowsMinimumOperatingSystem" + }, + "identityVersion": { + "type": "string", + "description": "The identity version.", + "nullable": true + } + }, + "description": "Contains properties and inherited properties for Windows Universal AppX Line Of Business apps." + } + ] + }, + "microsoft.graph.androidLobApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileLobApp" + }, + { + "title": "androidLobApp", + "type": "object", + "properties": { + "packageId": { + "type": "string", + "description": "The package identifier.", + "nullable": true + }, + "minimumSupportedOperatingSystem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidMinimumOperatingSystem" + } + ], + "description": "The value for the minimum applicable operating system.", + "nullable": true + }, + "versionName": { + "type": "string", + "description": "The version name of Android Line of Business (LoB) app.", + "nullable": true + }, + "versionCode": { + "type": "string", + "description": "The version code of Android Line of Business (LoB) app.", + "nullable": true + } + }, + "description": "Contains properties and inherited properties for Android Line Of Business apps." + } + ] + }, + "microsoft.graph.iosLobApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileLobApp" + }, + { + "title": "iosLobApp", + "type": "object", + "properties": { + "bundleId": { + "type": "string", + "description": "The Identity Name.", + "nullable": true + }, + "applicableDeviceType": { + "$ref": "#/components/schemas/microsoft.graph.iosDeviceType" + }, + "minimumSupportedOperatingSystem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosMinimumOperatingSystem" + } + ], + "description": "The value for the minimum applicable operating system.", + "nullable": true + }, + "expirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The expiration time.", + "format": "date-time", + "nullable": true + }, + "versionNumber": { + "type": "string", + "description": "The version number of iOS Line of Business (LoB) app.", + "nullable": true + }, + "buildNumber": { + "type": "string", + "description": "The build number of iOS Line of Business (LoB) app.", + "nullable": true + } + }, + "description": "Contains properties and inherited properties for iOS Line Of Business apps." + } + ] + }, + "microsoft.graph.microsoftStoreForBusinessApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + }, + { + "title": "microsoftStoreForBusinessApp", + "type": "object", + "properties": { + "usedLicenseCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of Microsoft Store for Business licenses in use." + }, + "totalLicenseCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The total number of Microsoft Store for Business licenses." + }, + "productKey": { + "type": "string", + "description": "The app product key", + "nullable": true + }, + "licenseType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.microsoftStoreForBusinessLicenseType" + } + ], + "description": "The app license type" + }, + "packageIdentityName": { + "type": "string", + "description": "The app package identifier", + "nullable": true + } + }, + "description": "Microsoft Store for Business Apps. This class does not support Create, Delete, or Update." + } + ] + }, + "microsoft.graph.webApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + }, + { + "title": "webApp", + "type": "object", + "properties": { + "appUrl": { + "type": "string", + "description": "The web app URL.", + "nullable": true + }, + "useManagedBrowser": { + "type": "boolean", + "description": "Whether or not to use managed browser. This property is only applicable for Android and IOS." + } + }, + "description": "Contains properties and inherited properties for web apps." + } + ] + }, + "microsoft.graph.androidStoreApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + }, + { + "title": "androidStoreApp", + "type": "object", + "properties": { + "packageId": { + "type": "string", + "description": "The package identifier.", + "nullable": true + }, + "appStoreUrl": { + "type": "string", + "description": "The Android app store URL.", + "nullable": true + }, + "minimumSupportedOperatingSystem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidMinimumOperatingSystem" + } + ], + "description": "The value for the minimum applicable operating system.", + "nullable": true + } + }, + "description": "Contains properties and inherited properties for Android store apps." + } + ] + }, + "microsoft.graph.iosVppApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + }, + { + "title": "iosVppApp", + "type": "object", + "properties": { + "usedLicenseCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of VPP licenses in use." + }, + "totalLicenseCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The total number of VPP licenses." + }, + "releaseDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The VPP application release date and time.", + "format": "date-time", + "nullable": true + }, + "appStoreUrl": { + "type": "string", + "description": "The store URL.", + "nullable": true + }, + "licensingType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.vppLicensingType" + } + ], + "description": "The supported License Type.", + "nullable": true + }, + "applicableDeviceType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosDeviceType" + } + ], + "description": "The applicable iOS Device Type.", + "nullable": true + }, + "vppTokenOrganizationName": { + "type": "string", + "description": "The organization associated with the Apple Volume Purchase Program Token", + "nullable": true + }, + "vppTokenAccountType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.vppTokenAccountType" + } + ], + "description": "The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`." + }, + "vppTokenAppleId": { + "type": "string", + "description": "The Apple Id associated with the given Apple Volume Purchase Program Token.", + "nullable": true + }, + "bundleId": { + "type": "string", + "description": "The Identity Name.", + "nullable": true + } + }, + "description": "Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps." + } + ] + }, + "microsoft.graph.vppLicensingType": { + "title": "vppLicensingType", + "type": "object", + "properties": { + "supportsUserLicensing": { + "type": "boolean", + "description": "Whether the program supports the user licensing type." + }, + "supportsDeviceLicensing": { + "type": "boolean", + "description": "Whether the program supports the device licensing type." + } + } + }, + "microsoft.graph.iosStoreApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileApp" + }, + { + "title": "iosStoreApp", + "type": "object", + "properties": { + "bundleId": { + "type": "string", + "description": "The Identity Name.", + "nullable": true + }, + "appStoreUrl": { + "type": "string", + "description": "The Apple App Store URL", + "nullable": true + }, + "applicableDeviceType": { + "$ref": "#/components/schemas/microsoft.graph.iosDeviceType" + }, + "minimumSupportedOperatingSystem": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosMinimumOperatingSystem" + } + ], + "description": "The value for the minimum applicable operating system.", + "nullable": true + } + }, + "description": "Contains properties and inherited properties for iOS store apps." + } + ] + }, + "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedDeviceMobileAppConfigurationDeviceStatus", + "type": "object", + "properties": { + "deviceDisplayName": { + "type": "string", + "description": "Device name of the DevicePolicyStatus.", + "nullable": true + }, + "userName": { + "type": "string", + "description": "The User Name that is being reported", + "nullable": true + }, + "deviceModel": { + "type": "string", + "description": "The device model that is being reported", + "nullable": true + }, + "complianceGracePeriodExpirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The DateTime when device compliance grace period expires", + "format": "date-time" + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "Compliance status of the policy report." + }, + "lastReportedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last modified date time of the policy report.", + "format": "date-time" + }, + "userPrincipalName": { + "type": "string", + "description": "UserPrincipalName.", + "nullable": true + } + }, + "description": "Contains properties, inherited properties and actions for an MDM mobile app configuration status for a device." + } + ] + }, + "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedDeviceMobileAppConfigurationUserStatus", + "type": "object", + "properties": { + "userDisplayName": { + "type": "string", + "description": "User name of the DevicePolicyStatus.", + "nullable": true + }, + "devicesCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Devices count for that user." + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "Compliance status of the policy report." + }, + "lastReportedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last modified date time of the policy report.", + "format": "date-time" + }, + "userPrincipalName": { + "type": "string", + "description": "UserPrincipalName.", + "nullable": true + } + }, + "description": "Contains properties, inherited properties and actions for an MDM mobile app configuration status for a user." + } + ] + }, + "microsoft.graph.managedDeviceMobileAppConfigurationAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedDeviceMobileAppConfigurationAssignment", + "type": "object", + "properties": { + "target": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + ], + "description": "Assignment target that the T&C policy is assigned to.", + "nullable": true + } + }, + "description": "Contains the properties used to assign an MDM app configuration to a group." + } + ] + }, + "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedDeviceMobileAppConfigurationDeviceSummary", + "type": "object", + "properties": { + "pendingCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of pending devices" + }, + "notApplicableCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable devices" + }, + "successCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of succeeded devices" + }, + "errorCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of error devices" + }, + "failedCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of failed devices" + }, + "lastUpdateDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last update time", + "format": "date-time" + }, + "configurationVersion": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Version of the policy for that overview" + } + }, + "description": "Contains properties, inherited properties and actions for an MDM mobile app configuration device status summary." + } + ] + }, + "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedDeviceMobileAppConfigurationUserSummary", + "type": "object", + "properties": { + "pendingCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of pending Users" + }, + "notApplicableCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable users" + }, + "successCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of succeeded Users" + }, + "errorCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of error Users" + }, + "failedCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of failed Users" + }, + "lastUpdateDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last update time", + "format": "date-time" + }, + "configurationVersion": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Version of the policy for that overview" + } + }, + "description": "Contains properties, inherited properties and actions for an MDM mobile app configuration user status summary." + } + ] + }, + "microsoft.graph.iosMobileAppConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration" + }, + { + "title": "iosMobileAppConfiguration", + "type": "object", + "properties": { + "encodedSettingXml": { + "type": "string", + "description": "mdm app configuration Base64 binary.", + "format": "base64url", + "nullable": true + }, + "settings": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appConfigurationSettingItem" + } + ], + "nullable": true + }, + "description": "app configuration setting items." + } + }, + "description": "Contains properties, inherited properties and actions for iOS mobile app configurations." + } + ] + }, + "microsoft.graph.appConfigurationSettingItem": { + "title": "appConfigurationSettingItem", + "type": "object", + "properties": { + "appConfigKey": { + "type": "string", + "description": "app configuration key." + }, + "appConfigKeyType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mdmAppConfigKeyType" + } + ], + "description": "app configuration key type." + }, + "appConfigKeyValue": { + "type": "string", + "description": "app configuration key value." + } + } + }, + "microsoft.graph.deviceManagement": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceManagement", + "type": "object", + "properties": { + "subscriptionState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementSubscriptionState" + } + ], + "description": "Tenant mobile device management subscription state." + }, + "settings": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementSettings" + } + ], + "description": "Account level settings.", + "nullable": true + }, + "intuneBrand": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.intuneBrand" + } + ], + "description": "intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.", + "nullable": true + }, + "termsAndConditions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditions" + }, + "description": "The terms and conditions associated with device management of the company." + }, + "applePushNotificationCertificate": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.applePushNotificationCertificate" + } + ], + "description": "Apple push notification certificate.", + "nullable": true + }, + "managedDeviceOverview": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedDeviceOverview" + } + ], + "description": "Device overview", + "nullable": true + }, + "detectedApps": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.detectedApp" + }, + "description": "The list of detected apps associated with a device." + }, + "managedDevices": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + }, + "description": "The list of managed devices." + }, + "deviceConfigurations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + "description": "The device configurations." + }, + "deviceCompliancePolicies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + }, + "description": "The device compliance policies." + }, + "softwareUpdateStatusSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.softwareUpdateStatusSummary" + } + ], + "description": "The software update status summary.", + "nullable": true + }, + "deviceCompliancePolicyDeviceStateSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary" + } + ], + "description": "The device compliance state summary for this account.", + "nullable": true + }, + "deviceCompliancePolicySettingStateSummaries": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary" + }, + "description": "The summary states of compliance policy settings for this account." + }, + "deviceConfigurationDeviceStateSummaries": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary" + } + ], + "description": "The device configuration device state summary for this account.", + "nullable": true + }, + "iosUpdateStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.iosUpdateDeviceStatus" + }, + "description": "The IOS software update installation statuses for this account." + }, + "deviceCategories": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCategory" + }, + "description": "The list of device categories with the tenant." + }, + "exchangeConnectors": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnector" + }, + "description": "The list of Exchange Connectors configured by the tenant." + }, + "deviceEnrollmentConfigurations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration" + }, + "description": "The list of device enrollment configurations" + }, + "conditionalAccessSettings": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings" + } + ], + "description": "The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access", + "nullable": true + }, + "mobileThreatDefenseConnectors": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.mobileThreatDefenseConnector" + }, + "description": "The list of Mobile threat Defense connectors configured by the tenant." + }, + "deviceManagementPartners": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementPartner" + }, + "description": "The list of Device Management Partners configured by the tenant." + }, + "notificationMessageTemplates": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.notificationMessageTemplate" + }, + "description": "The Notification Message Templates." + }, + "roleDefinitions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.roleDefinition" + }, + "description": "The Role Definitions." + }, + "roleAssignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment" + }, + "description": "The Role Assignments." + }, + "resourceOperations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.resourceOperation" + }, + "description": "The Resource Operations." + }, + "telecomExpenseManagementPartners": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.telecomExpenseManagementPartner" + }, + "description": "The telecom expense management partners." + }, + "remoteAssistancePartners": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.remoteAssistancePartner" + }, + "description": "The remote assist partners." + }, + "windowsInformationProtectionAppLearningSummaries": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary" + }, + "description": "The windows information protection app learning summaries." + }, + "windowsInformationProtectionNetworkLearningSummaries": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary" + }, + "description": "The windows information protection network learning summaries." + }, + "troubleshootingEvents": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + }, + "description": "The list of troubleshooting events for the tenant." + } + }, + "description": "Singleton entity that acts as a container for all device management functionality." + } + ] + }, + "microsoft.graph.termsAndConditions": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "termsAndConditions", + "type": "object", + "properties": { + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was created.", + "format": "date-time" + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was last modified.", + "format": "date-time" + }, + "displayName": { + "type": "string", + "description": "Administrator-supplied name for the T&C policy. " + }, + "description": { + "type": "string", + "description": "Administrator-supplied description of the T&C policy.", + "nullable": true + }, + "title": { + "type": "string", + "description": "Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&C policy.", + "nullable": true + }, + "bodyText": { + "type": "string", + "description": "Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&C policy.", + "nullable": true + }, + "acceptanceStatement": { + "type": "string", + "description": "Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&C policy. This is shown to the user on prompts to accept the T&C policy.", + "nullable": true + }, + "version": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&C policy." + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAssignment" + }, + "description": "The list of assignments for this T&C policy." + }, + "acceptanceStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus" + }, + "description": "The list of acceptance statuses for this T&C policy." + } + }, + "description": "A termsAndConditions entity represents the metadata and contents of a given Terms and Conditions (T&C) policy. T&C policies’ contents are presented to users upon their first attempt to enroll into Intune and subsequently upon edits where an administrator has required re-acceptance. They enable administrators to communicate the provisions to which a user must agree in order to have devices enrolled into Intune." + } + ] + }, + "microsoft.graph.applePushNotificationCertificate": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "applePushNotificationCertificate", + "type": "object", + "properties": { + "appleIdentifier": { + "type": "string", + "description": "Apple Id of the account used to create the MDM push certificate.", + "nullable": true + }, + "topicIdentifier": { + "type": "string", + "description": "Topic Id.", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last modified date and time for Apple push notification certificate.", + "format": "date-time" + }, + "expirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The expiration date and time for Apple push notification certificate.", + "format": "date-time" + }, + "certificate": { + "type": "string", + "nullable": true + } + }, + "description": "Apple push notification certificate." + } + ] + }, + "microsoft.graph.managedDeviceOverview": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedDeviceOverview", + "type": "object", + "properties": { + "enrolledDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Total enrolled device count. Does not include PC devices managed via Intune PC Agent" + }, + "mdmEnrolledCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of devices enrolled in MDM" + }, + "dualEnrolledDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of devices enrolled in both MDM and EAS" + }, + "deviceOperatingSystemSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceOperatingSystemSummary" + } + ], + "description": "Device operating system summary.", + "nullable": true + }, + "deviceExchangeAccessStateSummary": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceExchangeAccessStateSummary" + } + ], + "description": "Distribution of Exchange Access State in Intune", + "nullable": true + } + }, + "description": "Summary data for managed devices" + } + ] + }, + "microsoft.graph.detectedApp": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "detectedApp", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Name of the discovered application. Read-only", + "nullable": true + }, + "version": { + "type": "string", + "description": "Version of the discovered application. Read-only", + "nullable": true + }, + "sizeInByte": { + "type": "integer", + "description": "Discovered application size in bytes. Read-only", + "format": "int64" + }, + "deviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of devices that have installed this application" + }, + "managedDevices": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.managedDevice" + }, + "description": "The devices that have the discovered application installed" + } + }, + "description": "A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned." + } + ] + }, + "microsoft.graph.deviceManagementSettings": { + "title": "deviceManagementSettings", + "type": "object", + "properties": { + "deviceComplianceCheckinThresholdDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120", + "format": "int32" + }, + "isScheduledActionEnabled": { + "type": "boolean", + "description": "Is feature enabled or not for scheduled action for rule." + }, + "secureByDefault": { + "type": "boolean", + "description": "Device should be noncompliant when there is no compliance policy targeted when this is true" + } + } + }, + "microsoft.graph.deviceConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceConfiguration", + "type": "object", + "properties": { + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was last modified.", + "format": "date-time" + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was created.", + "format": "date-time" + }, + "description": { + "type": "string", + "description": "Admin provided description of the Device Configuration.", + "nullable": true + }, + "displayName": { + "type": "string", + "description": "Admin provided name of the device configuration." + }, + "version": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Version of the device configuration." + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationAssignment" + }, + "description": "The list of assignments for the device configuration profile." + }, + "deviceStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus" + }, + "description": "Device configuration installation status by device." + }, + "userStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationUserStatus" + }, + "description": "Device configuration installation status by user." + }, + "deviceStatusOverview": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview" + } + ], + "description": "Device Configuration devices status overview", + "nullable": true + }, + "userStatusOverview": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationUserOverview" + } + ], + "description": "Device Configuration users status overview", + "nullable": true + }, + "deviceSettingStateSummaries": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + }, + "description": "Device Configuration Setting State Device Summary" + } + }, + "description": "Device Configuration." + } + ] + }, + "microsoft.graph.deviceCompliancePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceCompliancePolicy", + "type": "object", + "properties": { + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was created.", + "format": "date-time" + }, + "description": { + "type": "string", + "description": "Admin provided description of the Device Configuration.", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was last modified.", + "format": "date-time" + }, + "displayName": { + "type": "string", + "description": "Admin provided name of the device configuration." + }, + "version": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Version of the device configuration." + }, + "scheduledActionsForRule": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule" + }, + "description": "The list of scheduled action for this rule" + }, + "deviceStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus" + }, + "description": "List of DeviceComplianceDeviceStatus." + }, + "userStatuses": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceUserStatus" + }, + "description": "List of DeviceComplianceUserStatus." + }, + "deviceStatusOverview": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview" + } + ], + "description": "Device compliance devices status overview", + "nullable": true + }, + "userStatusOverview": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceUserOverview" + } + ], + "description": "Device compliance users status overview", + "nullable": true + }, + "deviceSettingStateSummaries": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.settingStateDeviceSummary" + }, + "description": "Compliance Setting State Device Summary" + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment" + }, + "description": "The collection of assignments for this compliance policy." + } + }, + "description": "This is the base class for Compliance policy. Compliance policies are platform specific and individual per-platform compliance policies inherit from here. " + } + ] + }, + "microsoft.graph.softwareUpdateStatusSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "softwareUpdateStatusSummary", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "The name of the policy.", + "nullable": true + }, + "compliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of compliant devices." + }, + "nonCompliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of non compliant devices." + }, + "remediatedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of remediated devices." + }, + "errorDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of devices had error." + }, + "unknownDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of unknown devices." + }, + "conflictDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of conflict devices." + }, + "notApplicableDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable devices." + }, + "compliantUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of compliant users." + }, + "nonCompliantUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of non compliant users." + }, + "remediatedUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of remediated users." + }, + "errorUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of users had error." + }, + "unknownUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of unknown users." + }, + "conflictUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of conflict users." + }, + "notApplicableUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable users." + } + } + } + ] + }, + "microsoft.graph.deviceCompliancePolicyDeviceStateSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceCompliancePolicyDeviceStateSummary", + "type": "object", + "properties": { + "inGracePeriodCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of devices that are in grace period" + }, + "configManagerCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of devices that have compliance managed by System Center Configuration Manager" + }, + "unknownDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of unknown devices" + }, + "notApplicableDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable devices" + }, + "compliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of compliant devices" + }, + "remediatedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of remediated devices" + }, + "nonCompliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of NonCompliant devices" + }, + "errorDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of error devices" + }, + "conflictDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of conflict devices" + } + } + } + ] + }, + "microsoft.graph.deviceCompliancePolicySettingStateSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceCompliancePolicySettingStateSummary", + "type": "object", + "properties": { + "setting": { + "type": "string", + "description": "The setting class name and property name.", + "nullable": true + }, + "settingName": { + "type": "string", + "description": "Name of the setting.", + "nullable": true + }, + "platformType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.policyPlatformType" + } + ], + "description": "Setting platform" + }, + "unknownDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of unknown devices" + }, + "notApplicableDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable devices" + }, + "compliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of compliant devices" + }, + "remediatedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of remediated devices" + }, + "nonCompliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of NonCompliant devices" + }, + "errorDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of error devices" + }, + "conflictDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of conflict devices" + }, + "deviceComplianceSettingStates": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceSettingState" + } + } + }, + "description": "Device Compilance Policy Setting State summary across the account." + } + ] + }, + "microsoft.graph.deviceConfigurationDeviceStateSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceConfigurationDeviceStateSummary", + "type": "object", + "properties": { + "unknownDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of unknown devices" + }, + "notApplicableDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable devices" + }, + "compliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of compliant devices" + }, + "remediatedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of remediated devices" + }, + "nonCompliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of NonCompliant devices" + }, + "errorDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of error devices" + }, + "conflictDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of conflict devices" + } + } + } + ] + }, + "microsoft.graph.iosUpdateDeviceStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "iosUpdateDeviceStatus", + "type": "object", + "properties": { + "installStatus": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosUpdatesInstallStatus" + } + ], + "description": "The installation status of the policy report." + }, + "osVersion": { + "type": "string", + "description": "The device version that is being reported.", + "nullable": true + }, + "deviceId": { + "type": "string", + "description": "The device id that is being reported.", + "nullable": true + }, + "userId": { + "type": "string", + "description": "The User id that is being reported.", + "nullable": true + }, + "deviceDisplayName": { + "type": "string", + "description": "Device name of the DevicePolicyStatus.", + "nullable": true + }, + "userName": { + "type": "string", + "description": "The User Name that is being reported", + "nullable": true + }, + "deviceModel": { + "type": "string", + "description": "The device model that is being reported", + "nullable": true + }, + "complianceGracePeriodExpirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The DateTime when device compliance grace period expires", + "format": "date-time" + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "Compliance status of the policy report." + }, + "lastReportedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last modified date time of the policy report.", + "format": "date-time" + }, + "userPrincipalName": { + "type": "string", + "description": "UserPrincipalName.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.intuneBrand": { + "title": "intuneBrand", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Company/organization name that is displayed to end users.", + "nullable": true + }, + "contactITName": { + "type": "string", + "description": "Name of the person/organization responsible for IT support.", + "nullable": true + }, + "contactITPhoneNumber": { + "type": "string", + "description": "Phone number of the person/organization responsible for IT support.", + "nullable": true + }, + "contactITEmailAddress": { + "type": "string", + "description": "Email address of the person/organization responsible for IT support.", + "nullable": true + }, + "contactITNotes": { + "type": "string", + "description": "Text comments regarding the person/organization responsible for IT support.", + "nullable": true + }, + "privacyUrl": { + "type": "string", + "description": "URL to the company/organization’s privacy policy.", + "nullable": true + }, + "onlineSupportSiteUrl": { + "type": "string", + "description": "URL to the company/organization’s IT helpdesk site.", + "nullable": true + }, + "onlineSupportSiteName": { + "type": "string", + "description": "Display name of the company/organization’s IT helpdesk site.", + "nullable": true + }, + "themeColor": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.rgbColor" + } + ], + "description": "Primary theme color used in the Company Portal applications and web portal.", + "nullable": true + }, + "showLogo": { + "type": "boolean", + "description": "Boolean that represents whether the administrator-supplied logo images are shown or not shown." + }, + "lightBackgroundLogo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mimeContent" + } + ], + "description": "Logo image displayed in Company Portal apps which have a light background behind the logo.", + "nullable": true + }, + "darkBackgroundLogo": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mimeContent" + } + ], + "description": "Logo image displayed in Company Portal apps which have a dark background behind the logo.", + "nullable": true + }, + "showNameNextToLogo": { + "type": "boolean", + "description": "Boolean that represents whether the administrator-supplied display name will be shown next to the logo image." + }, + "showDisplayNameNextToLogo": { + "type": "boolean", + "description": "Boolean that represents whether the administrator-supplied display name will be shown next to the logo image." + } + } + }, + "microsoft.graph.rgbColor": { + "title": "rgbColor", + "type": "object", + "properties": { + "r": { + "type": "integer", + "description": "Red value", + "format": "uint8" + }, + "g": { + "type": "integer", + "description": "Green value", + "format": "uint8" + }, + "b": { + "type": "integer", + "description": "Blue value", + "format": "uint8" + } + } + }, + "microsoft.graph.deviceCategory": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceCategory", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Display name for the device category.", + "nullable": true + }, + "description": { + "type": "string", + "description": "Optional description for the device category.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceManagementExchangeConnector": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceManagementExchangeConnector", + "type": "object", + "properties": { + "lastSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last sync time for the Exchange Connector", + "format": "date-time" + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorStatus" + } + ], + "description": "Exchange Connector Status" + }, + "primarySmtpAddress": { + "type": "string", + "description": "Email address used to configure the Service To Service Exchange Connector.", + "nullable": true + }, + "serverName": { + "type": "string", + "description": "The name of the Exchange server.", + "nullable": true + }, + "connectorServerName": { + "type": "string", + "description": "The name of the server hosting the Exchange Connector.", + "nullable": true + }, + "exchangeConnectorType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorType" + } + ], + "description": "The type of Exchange Connector Configured." + }, + "version": { + "type": "string", + "description": "The version of the ExchangeConnectorAgent", + "nullable": true + }, + "exchangeAlias": { + "type": "string", + "description": "An alias assigned to the Exchange server", + "nullable": true + }, + "exchangeOrganization": { + "type": "string", + "description": "Exchange Organization to the Exchange server", + "nullable": true + } + }, + "description": "Entity which represents a connection to an Exchange environment." + } + ] + }, + "microsoft.graph.deviceEnrollmentConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceEnrollmentConfiguration", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "description": { + "type": "string", + "nullable": true + }, + "priority": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "version": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "assignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment" + }, + "description": "The list of group assignments for the device configuration profile." + } + } + } + ] + }, + "microsoft.graph.onPremisesConditionalAccessSettings": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "onPremisesConditionalAccessSettings", + "type": "object", + "properties": { + "enabled": { + "type": "boolean", + "description": "Indicates if on premises conditional access is enabled for this organization" + }, + "includedGroups": { + "type": "array", + "items": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid" + }, + "description": "User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access." + }, + "excludedGroups": { + "type": "array", + "items": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "format": "uuid" + }, + "description": "User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy." + }, + "overrideDefaultRule": { + "type": "boolean", + "description": "Override the default access rule when allowing a device to ensure access is granted." + } + }, + "description": "Singleton entity which represents the Exchange OnPremises Conditional Access Settings for a tenant." + } + ] + }, + "microsoft.graph.mobileThreatDefenseConnector": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "mobileThreatDefenseConnector", + "type": "object", + "properties": { + "lastHeartbeatDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime of last Heartbeat recieved from the Data Sync Partner", + "format": "date-time" + }, + "partnerState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileThreatPartnerTenantState" + } + ], + "description": "Data Sync Partner state for this account" + }, + "androidEnabled": { + "type": "boolean", + "description": "For Android, set whether data from the data sync partner should be used during compliance evaluations" + }, + "iosEnabled": { + "type": "boolean", + "description": "For IOS, get or set whether data from the data sync partner should be used during compliance evaluations" + }, + "androidDeviceBlockedOnMissingPartnerData": { + "type": "boolean", + "description": "For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant" + }, + "iosDeviceBlockedOnMissingPartnerData": { + "type": "boolean", + "description": "For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant" + }, + "partnerUnsupportedOsVersionBlocked": { + "type": "boolean", + "description": "Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner" + }, + "partnerUnresponsivenessThresholdInDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Get or Set days the per tenant tolerance to unresponsiveness for this partner integration" + } + }, + "description": "Entity which represents a connection to Mobile threat defense partner." + } + ] + }, + "microsoft.graph.deviceManagementPartner": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceManagementPartner", + "type": "object", + "properties": { + "lastHeartbeatDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Timestamp of last heartbeat after admin enabled option Connect to Device management Partner", + "format": "date-time" + }, + "partnerState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementPartnerTenantState" + } + ], + "description": "Partner state of this tenant" + }, + "partnerAppType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementPartnerAppType" + } + ], + "description": "Partner App type" + }, + "singleTenantAppId": { + "type": "string", + "description": "Partner Single tenant App id", + "nullable": true + }, + "displayName": { + "type": "string", + "description": "Partner display name", + "nullable": true + }, + "isConfigured": { + "type": "boolean", + "description": "Whether device management partner is configured or not" + }, + "whenPartnerDevicesWillBeRemovedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime in UTC when PartnerDevices will be removed", + "format": "date-time", + "nullable": true + }, + "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime in UTC when PartnerDevices will be marked as NonCompliant", + "format": "date-time", + "nullable": true + } + }, + "description": "Entity which represents a connection to device management partner." + } + ] + }, + "microsoft.graph.notificationMessageTemplate": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "notificationMessageTemplate", + "type": "object", + "properties": { + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was last modified.", + "format": "date-time" + }, + "displayName": { + "type": "string", + "description": "Display name for the Notification Message Template." + }, + "defaultLocale": { + "type": "string", + "description": "The default locale to fallback onto when the requested locale is not available.", + "nullable": true + }, + "brandingOptions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.notificationTemplateBrandingOptions" + } + ], + "description": "The Message Template Branding Options. Branding is defined in the Intune Admin Console." + }, + "localizedNotificationMessages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.localizedNotificationMessage" + }, + "description": "The list of localized messages for this Notification Message Template." + } + }, + "description": "Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the “Actions for non-compliance” section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance." + } + ] + }, + "microsoft.graph.roleDefinition": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "roleDefinition", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Display Name of the Role definition.", + "nullable": true + }, + "description": { + "type": "string", + "description": "Description of the Role definition.", + "nullable": true + }, + "rolePermissions": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.rolePermission" + } + ], + "nullable": true + }, + "description": "List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission." + }, + "isBuiltIn": { + "type": "boolean", + "description": "Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition." + }, + "roleAssignments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.roleAssignment" + }, + "description": "List of Role assignments for this role definition." + } + }, + "description": "The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role." + } + ] + }, + "microsoft.graph.roleAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "roleAssignment", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "The display or friendly name of the role Assignment.", + "nullable": true + }, + "description": { + "type": "string", + "description": "Description of the Role Assignment.", + "nullable": true + }, + "resourceScopes": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "List of ids of role scope member security groups. These are IDs from Azure Active Directory." + }, + "roleDefinition": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.roleDefinition" + } + ], + "description": "Role definition this assignment is part of.", + "nullable": true + } + }, + "description": "The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles." + } + ] + }, + "microsoft.graph.deviceAndAppManagementRoleAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.roleAssignment" + }, + { + "title": "deviceAndAppManagementRoleAssignment", + "type": "object", + "properties": { + "members": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "The list of ids of role member security groups. These are IDs from Azure Active Directory." + } + }, + "description": "The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles." + } + ] + }, + "microsoft.graph.resourceOperation": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "resourceOperation", + "type": "object", + "properties": { + "resourceName": { + "type": "string", + "description": "Name of the Resource this operation is performed on.", + "nullable": true + }, + "actionName": { + "type": "string", + "description": "Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.", + "nullable": true + }, + "description": { + "type": "string", + "description": "Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.", + "nullable": true + } + }, + "description": "This defines an operation or action that can be performed on an Intune resource (or entity). Common operations are Read, Delete, Update or Create. These operations provide basic management of the underlying Intune resource itself. In some cases, an Intune resource can have operations that are used by the resource to take action in combination with other resources. For example, the Assign operation is used to assign a MobileApp resource to an AAD security group. Resource operations cannot be modified for built-in roles.This defines an operation or action that can be performed on an Intune resource (or entity). Common operations are Get, List, Delete, Update or Create. These operations provide basic management of the underlying Intune resource itself. In some cases, an Intune resource can have operations that are used by the resource to take action in combination with other resources. For example, the \"Assign\" operation is used to assign a MobileApp resource to an AAD security group. Resource operations cannot be modified for built-in roles." + } + ] + }, + "microsoft.graph.telecomExpenseManagementPartner": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "telecomExpenseManagementPartner", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Display name of the TEM partner.", + "nullable": true + }, + "url": { + "type": "string", + "description": "URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service.", + "nullable": true + }, + "appAuthorized": { + "type": "boolean", + "description": "Whether the partner's AAD app has been authorized to access Intune." + }, + "enabled": { + "type": "boolean", + "description": "Whether Intune's connection to the TEM service is currently enabled or disabled." + }, + "lastConnectionDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Timestamp of the last request sent to Intune by the TEM partner.", + "format": "date-time" + } + }, + "description": "telecomExpenseManagementPartner resources represent the metadata and status of a given TEM service. Once your organization has onboarded with a partner, the partner can be enabled or disabled to switch TEM functionality on or off." + } + ] + }, + "microsoft.graph.remoteAssistancePartner": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "remoteAssistancePartner", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Display name of the partner.", + "nullable": true + }, + "onboardingUrl": { + "type": "string", + "description": "URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.", + "nullable": true + }, + "onboardingStatus": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.remoteAssistanceOnboardingStatus" + } + ], + "description": "TBD" + }, + "lastConnectionDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Timestamp of the last request sent to Intune by the TEM partner.", + "format": "date-time" + } + }, + "description": "remoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service." + } + ] + }, + "microsoft.graph.windowsInformationProtectionAppLearningSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "windowsInformationProtectionAppLearningSummary", + "type": "object", + "properties": { + "applicationName": { + "type": "string", + "description": "Application Name", + "nullable": true + }, + "applicationType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.applicationType" + } + ], + "description": "Application Type" + }, + "deviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Device Count" + } + }, + "description": "Windows Information Protection AppLearning Summary entity." + } + ] + }, + "microsoft.graph.windowsInformationProtectionNetworkLearningSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "windowsInformationProtectionNetworkLearningSummary", + "type": "object", + "properties": { + "url": { + "type": "string", + "description": "Website url", + "nullable": true + }, + "deviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Device Count" + } + }, + "description": "Windows Information Protection Network learning Summary entity." + } + ] + }, + "microsoft.graph.termsAndConditionsAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "termsAndConditionsAssignment", + "type": "object", + "properties": { + "target": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + ], + "description": "Assignment target that the T&C policy is assigned to.", + "nullable": true + } + }, + "description": "A termsAndConditionsAssignment entity represents the assignment of a given Terms and Conditions (T&C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune." + } + ] + }, + "microsoft.graph.termsAndConditionsAcceptanceStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "termsAndConditionsAcceptanceStatus", + "type": "object", + "properties": { + "userDisplayName": { + "type": "string", + "description": "Display name of the user whose acceptance the entity represents.", + "nullable": true + }, + "acceptedVersion": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Most recent version number of the T&C accepted by the user." + }, + "acceptedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime when the terms were last accepted by the user.", + "format": "date-time" + }, + "termsAndConditions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.termsAndConditions" + } + ], + "description": "Navigation link to the terms and conditions that are assigned.", + "nullable": true + } + }, + "description": "A termsAndConditionsAcceptanceStatus entity represents the acceptance status of a given Terms and Conditions (T&C) policy by a given user. Users must accept the most up-to-date version of the terms in order to retain access to the Company Portal." + } + ] + }, + "microsoft.graph.deviceConfigurationState": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceConfigurationState", + "type": "object", + "properties": { + "settingStates": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfigurationSettingState" + } + ], + "nullable": true + } + }, + "displayName": { + "type": "string", + "description": "The name of the policy for this policyBase", + "nullable": true + }, + "version": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The version of the policy" + }, + "platformType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.policyPlatformType" + } + ], + "description": "Platform type that the policy applies to" + }, + "state": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "The compliance state of the policy" + }, + "settingCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Count of how many setting a policy holds" + } + }, + "description": "Device Configuration State for a given device." + } + ] + }, + "microsoft.graph.deviceActionResult": { + "title": "deviceActionResult", + "type": "object", + "properties": { + "actionName": { + "type": "string", + "description": "Action name", + "nullable": true + }, + "actionState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.actionState" + } + ], + "description": "State of the action" + }, + "startDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Time the action was initiated", + "format": "date-time" + }, + "lastUpdatedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Time the action state was last updated", + "format": "date-time" + } + } + }, + "microsoft.graph.configurationManagerClientEnabledFeatures": { + "title": "configurationManagerClientEnabledFeatures", + "type": "object", + "properties": { + "inventory": { + "type": "boolean", + "description": "Whether inventory is managed by Intune" + }, + "modernApps": { + "type": "boolean", + "description": "Whether modern application is managed by Intune" + }, + "resourceAccess": { + "type": "boolean", + "description": "Whether resource access is managed by Intune" + }, + "deviceConfiguration": { + "type": "boolean", + "description": "Whether device configuration is managed by Intune" + }, + "compliancePolicy": { + "type": "boolean", + "description": "Whether compliance policy is managed by Intune" + }, + "windowsUpdateForBusiness": { + "type": "boolean", + "description": "Whether Windows Update for Business is managed by Intune" + } + } + }, + "microsoft.graph.deviceHealthAttestationState": { + "title": "deviceHealthAttestationState", + "type": "object", + "properties": { + "lastUpdateDateTime": { + "type": "string", + "description": "The Timestamp of the last update.", + "nullable": true + }, + "contentNamespaceUrl": { + "type": "string", + "description": "The DHA report version. (Namespace version)", + "nullable": true + }, + "deviceHealthAttestationStatus": { + "type": "string", + "description": "The DHA report version. (Namespace version)", + "nullable": true + }, + "contentVersion": { + "type": "string", + "description": "The HealthAttestation state schema version", + "nullable": true + }, + "issuedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The DateTime when device was evaluated or issued to MDM", + "format": "date-time" + }, + "attestationIdentityKey": { + "type": "string", + "description": "TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.", + "nullable": true + }, + "resetCount": { + "type": "integer", + "description": "The number of times a PC device has hibernated or resumed", + "format": "int64" + }, + "restartCount": { + "type": "integer", + "description": "The number of times a PC device has rebooted", + "format": "int64" + }, + "dataExcutionPolicy": { + "type": "string", + "description": "DEP Policy defines a set of hardware and software technologies that perform additional checks on memory ", + "nullable": true + }, + "bitLockerStatus": { + "type": "string", + "description": "On or Off of BitLocker Drive Encryption", + "nullable": true + }, + "bootManagerVersion": { + "type": "string", + "description": "The version of the Boot Manager", + "nullable": true + }, + "codeIntegrityCheckVersion": { + "type": "string", + "description": "The version of the Boot Manager", + "nullable": true + }, + "secureBoot": { + "type": "string", + "description": "When Secure Boot is enabled, the core components must have the correct cryptographic signatures", + "nullable": true + }, + "bootDebugging": { + "type": "string", + "description": "When bootDebugging is enabled, the device is used in development and testing", + "nullable": true + }, + "operatingSystemKernelDebugging": { + "type": "string", + "description": "When operatingSystemKernelDebugging is enabled, the device is used in development and testing", + "nullable": true + }, + "codeIntegrity": { + "type": "string", + "description": " When code integrity is enabled, code execution is restricted to integrity verified code", + "nullable": true + }, + "testSigning": { + "type": "string", + "description": "When test signing is allowed, the device does not enforce signature validation during boot", + "nullable": true + }, + "safeMode": { + "type": "string", + "description": "Safe mode is a troubleshooting option for Windows that starts your computer in a limited state", + "nullable": true + }, + "windowsPE": { + "type": "string", + "description": "Operating system running with limited services that is used to prepare a computer for Windows", + "nullable": true + }, + "earlyLaunchAntiMalwareDriverProtection": { + "type": "string", + "description": "ELAM provides protection for the computers in your network when they start up", + "nullable": true + }, + "virtualSecureMode": { + "type": "string", + "description": "VSM is a container that protects high value assets from a compromised kernel", + "nullable": true + }, + "pcrHashAlgorithm": { + "type": "string", + "description": "Informational attribute that identifies the HASH algorithm that was used by TPM", + "nullable": true + }, + "bootAppSecurityVersion": { + "type": "string", + "description": "The security version number of the Boot Application", + "nullable": true + }, + "bootManagerSecurityVersion": { + "type": "string", + "description": "The security version number of the Boot Application", + "nullable": true + }, + "tpmVersion": { + "type": "string", + "description": "The security version number of the Boot Application", + "nullable": true + }, + "pcr0": { + "type": "string", + "description": "The measurement that is captured in PCR[0]", + "nullable": true + }, + "secureBootConfigurationPolicyFingerPrint": { + "type": "string", + "description": "Fingerprint of the Custom Secure Boot Configuration Policy", + "nullable": true + }, + "codeIntegrityPolicy": { + "type": "string", + "description": "The Code Integrity policy that is controlling the security of the boot environment", + "nullable": true + }, + "bootRevisionListInfo": { + "type": "string", + "description": "The Boot Revision List that was loaded during initial boot on the attested device", + "nullable": true + }, + "operatingSystemRevListInfo": { + "type": "string", + "description": "The Operating System Revision List that was loaded during initial boot on the attested device", + "nullable": true + }, + "healthStatusMismatchInfo": { + "type": "string", + "description": "This attribute appears if DHA-Service detects an integrity issue", + "nullable": true + }, + "healthAttestationSupportedStatus": { + "type": "string", + "description": "This attribute indicates if DHA is supported for the device", + "nullable": true + } + } + }, + "microsoft.graph.deviceCompliancePolicyState": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceCompliancePolicyState", + "type": "object", + "properties": { + "settingStates": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicySettingState" + } + ], + "nullable": true + } + }, + "displayName": { + "type": "string", + "description": "The name of the policy for this policyBase", + "nullable": true + }, + "version": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The version of the policy" + }, + "platformType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.policyPlatformType" + } + ], + "description": "Platform type that the policy applies to" + }, + "state": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "The compliance state of the policy" + }, + "settingCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Count of how many setting a policy holds" + } + }, + "description": "Device Compliance Policy State for a given device." + } + ] + }, + "microsoft.graph.updateWindowsDeviceAccountActionParameter": { + "title": "updateWindowsDeviceAccountActionParameter", + "type": "object", + "properties": { + "deviceAccount": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsDeviceAccount" + } + ], + "nullable": true + }, + "passwordRotationEnabled": { + "type": "boolean", + "nullable": true + }, + "calendarSyncEnabled": { + "type": "boolean", + "nullable": true + }, + "deviceAccountEmail": { + "type": "string", + "nullable": true + }, + "exchangeServer": { + "type": "string", + "nullable": true + }, + "sessionInitiationProtocalAddress": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.windowsDeviceAccount": { + "title": "windowsDeviceAccount", + "type": "object", + "properties": { + "password": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.windowsDefenderScanActionResult": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceActionResult" + }, + { + "title": "windowsDefenderScanActionResult", + "type": "object", + "properties": { + "scanType": { + "type": "string", + "description": "Scan type either full scan or quick scan", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deleteUserFromSharedAppleDeviceActionResult": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceActionResult" + }, + { + "title": "deleteUserFromSharedAppleDeviceActionResult", + "type": "object", + "properties": { + "userPrincipalName": { + "type": "string", + "description": "User principal name of the user to be deleted", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceGeoLocation": { + "title": "deviceGeoLocation", + "type": "object", + "properties": { + "lastCollectedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Time at which location was recorded, relative to UTC", + "format": "date-time" + }, + "longitude": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "description": "Longitude coordinate of the device's location", + "format": "double" + }, + "latitude": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "description": "Latitude coordinate of the device's location", + "format": "double" + }, + "altitude": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "description": "Altitude, given in meters above sea level", + "format": "double" + }, + "horizontalAccuracy": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "description": "Accuracy of longitude and latitude in meters", + "format": "double" + }, + "verticalAccuracy": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "description": "Accuracy of altitude in meters", + "format": "double" + }, + "heading": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "description": "Heading in degrees from true north", + "format": "double" + }, + "speed": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "description": "Speed the device is traveling in meters per second", + "format": "double" + } + } + }, + "microsoft.graph.locateDeviceActionResult": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceActionResult" + }, + { + "title": "locateDeviceActionResult", + "type": "object", + "properties": { + "deviceLocation": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceGeoLocation" + } + ], + "description": "device location", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.remoteLockActionResult": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceActionResult" + }, + { + "title": "remoteLockActionResult", + "type": "object", + "properties": { + "unlockPin": { + "type": "string", + "description": "Pin to unlock the client", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.resetPasscodeActionResult": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceActionResult" + }, + { + "title": "resetPasscodeActionResult", + "type": "object", + "properties": { + "passcode": { + "type": "string", + "description": "Newly generated passcode for the device ", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceOperatingSystemSummary": { + "title": "deviceOperatingSystemSummary", + "type": "object", + "properties": { + "androidCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of android device count.", + "format": "int32" + }, + "iosCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of iOS device count.", + "format": "int32" + }, + "macOSCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of Mac OS X device count.", + "format": "int32" + }, + "windowsMobileCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of Windows mobile device count.", + "format": "int32" + }, + "windowsCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of Windows device count.", + "format": "int32" + }, + "unknownCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of unknown device count.", + "format": "int32" + } + } + }, + "microsoft.graph.deviceExchangeAccessStateSummary": { + "title": "deviceExchangeAccessStateSummary", + "type": "object", + "properties": { + "allowedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Total count of devices with Exchange Access State: Allowed.", + "format": "int32" + }, + "blockedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Total count of devices with Exchange Access State: Blocked.", + "format": "int32" + }, + "quarantinedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Total count of devices with Exchange Access State: Quarantined.", + "format": "int32" + }, + "unknownDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Total count of devices with Exchange Access State: Unknown.", + "format": "int32" + }, + "unavailableDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Total count of devices for which no Exchange Access State could be found.", + "format": "int32" + } + } + }, + "microsoft.graph.windowsDeviceADAccount": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsDeviceAccount" + }, + { + "title": "windowsDeviceADAccount", + "type": "object", + "properties": { + "domainName": { + "type": "string", + "nullable": true + }, + "userName": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.windowsDeviceAzureADAccount": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsDeviceAccount" + }, + { + "title": "windowsDeviceAzureADAccount", + "type": "object", + "properties": { + "userPrincipalName": { + "type": "string", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceConfigurationAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceConfigurationAssignment", + "type": "object", + "properties": { + "target": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + ], + "description": "The assignment target for the device configuration.", + "nullable": true + } + }, + "description": "The device configuration assignment entity assigns an AAD group to a specific device configuration." + } + ] + }, + "microsoft.graph.deviceConfigurationDeviceStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceConfigurationDeviceStatus", + "type": "object", + "properties": { + "deviceDisplayName": { + "type": "string", + "description": "Device name of the DevicePolicyStatus.", + "nullable": true + }, + "userName": { + "type": "string", + "description": "The User Name that is being reported", + "nullable": true + }, + "deviceModel": { + "type": "string", + "description": "The device model that is being reported", + "nullable": true + }, + "complianceGracePeriodExpirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The DateTime when device compliance grace period expires", + "format": "date-time" + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "Compliance status of the policy report." + }, + "lastReportedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last modified date time of the policy report.", + "format": "date-time" + }, + "userPrincipalName": { + "type": "string", + "description": "UserPrincipalName.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceConfigurationUserStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceConfigurationUserStatus", + "type": "object", + "properties": { + "userDisplayName": { + "type": "string", + "description": "User name of the DevicePolicyStatus.", + "nullable": true + }, + "devicesCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Devices count for that user." + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "Compliance status of the policy report." + }, + "lastReportedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last modified date time of the policy report.", + "format": "date-time" + }, + "userPrincipalName": { + "type": "string", + "description": "UserPrincipalName.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceConfigurationDeviceOverview": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceConfigurationDeviceOverview", + "type": "object", + "properties": { + "pendingCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of pending devices" + }, + "notApplicableCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable devices" + }, + "successCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of succeeded devices" + }, + "errorCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of error devices" + }, + "failedCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of failed devices" + }, + "lastUpdateDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last update time", + "format": "date-time" + }, + "configurationVersion": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Version of the policy for that overview" + } + } + } + ] + }, + "microsoft.graph.deviceConfigurationUserOverview": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceConfigurationUserOverview", + "type": "object", + "properties": { + "pendingCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of pending Users" + }, + "notApplicableCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable users" + }, + "successCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of succeeded Users" + }, + "errorCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of error Users" + }, + "failedCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of failed Users" + }, + "lastUpdateDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last update time", + "format": "date-time" + }, + "configurationVersion": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Version of the policy for that overview" + } + } + } + ] + }, + "microsoft.graph.settingStateDeviceSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "settingStateDeviceSummary", + "type": "object", + "properties": { + "settingName": { + "type": "string", + "description": "Name of the setting", + "nullable": true + }, + "instancePath": { + "type": "string", + "description": "Name of the InstancePath for the setting", + "nullable": true + }, + "unknownDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Device Unkown count for the setting" + }, + "notApplicableDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Device Not Applicable count for the setting" + }, + "compliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Device Compliant count for the setting" + }, + "remediatedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Device Compliant count for the setting" + }, + "nonCompliantDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Device NonCompliant count for the setting" + }, + "errorDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Device error count for the setting" + }, + "conflictDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Device conflict error count for the setting" + } + }, + "description": "Device Compilance Policy and Configuration for a Setting State summary" + } + ] + }, + "microsoft.graph.deviceCompliancePolicyAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceCompliancePolicyAssignment", + "type": "object", + "properties": { + "target": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + ], + "description": "Target for the compliance policy assignment.", + "nullable": true + } + }, + "description": "Device compliance policy assignment." + } + ] + }, + "microsoft.graph.deviceComplianceScheduledActionForRule": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceComplianceScheduledActionForRule", + "type": "object", + "properties": { + "ruleName": { + "type": "string", + "description": "Name of the rule which this scheduled action applies to.", + "nullable": true + }, + "scheduledActionConfigurations": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceActionItem" + }, + "description": "The list of scheduled action configurations for this compliance policy." + } + }, + "description": "Scheduled Action for Rule" + } + ] + }, + "microsoft.graph.deviceComplianceDeviceStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceComplianceDeviceStatus", + "type": "object", + "properties": { + "deviceDisplayName": { + "type": "string", + "description": "Device name of the DevicePolicyStatus.", + "nullable": true + }, + "userName": { + "type": "string", + "description": "The User Name that is being reported", + "nullable": true + }, + "deviceModel": { + "type": "string", + "description": "The device model that is being reported", + "nullable": true + }, + "complianceGracePeriodExpirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The DateTime when device compliance grace period expires", + "format": "date-time" + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "Compliance status of the policy report." + }, + "lastReportedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last modified date time of the policy report.", + "format": "date-time" + }, + "userPrincipalName": { + "type": "string", + "description": "UserPrincipalName.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceComplianceUserStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceComplianceUserStatus", + "type": "object", + "properties": { + "userDisplayName": { + "type": "string", + "description": "User name of the DevicePolicyStatus.", + "nullable": true + }, + "devicesCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Devices count for that user." + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "Compliance status of the policy report." + }, + "lastReportedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last modified date time of the policy report.", + "format": "date-time" + }, + "userPrincipalName": { + "type": "string", + "description": "UserPrincipalName.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceComplianceDeviceOverview": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceComplianceDeviceOverview", + "type": "object", + "properties": { + "pendingCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of pending devices" + }, + "notApplicableCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable devices" + }, + "successCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of succeeded devices" + }, + "errorCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of error devices" + }, + "failedCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of failed devices" + }, + "lastUpdateDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last update time", + "format": "date-time" + }, + "configurationVersion": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Version of the policy for that overview" + } + } + } + ] + }, + "microsoft.graph.deviceComplianceUserOverview": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceComplianceUserOverview", + "type": "object", + "properties": { + "pendingCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of pending Users" + }, + "notApplicableCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of not applicable users" + }, + "successCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of succeeded Users" + }, + "errorCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of error Users" + }, + "failedCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of failed Users" + }, + "lastUpdateDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last update time", + "format": "date-time" + }, + "configurationVersion": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Version of the policy for that overview" + } + } + } + ] + }, + "microsoft.graph.deviceComplianceActionItem": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceComplianceActionItem", + "type": "object", + "properties": { + "gracePeriodHours": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of hours to wait till the action will be enforced. Valid values 0 to 8760" + }, + "actionType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceComplianceActionType" + } + ], + "description": "What action to take" + }, + "notificationTemplateId": { + "type": "string", + "description": "What notification Message template to use", + "nullable": true + }, + "notificationMessageCCList": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "A list of group IDs to speicify who to CC this notification message to." + } + }, + "description": "Scheduled Action Configuration" + } + ] + }, + "microsoft.graph.appListItem": { + "title": "appListItem", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The application name" + }, + "publisher": { + "type": "string", + "description": "The publisher of the application", + "nullable": true + }, + "appStoreUrl": { + "type": "string", + "description": "The Store URL of the application", + "nullable": true + }, + "appId": { + "type": "string", + "description": "The application or bundle identifier of the application", + "nullable": true + } + } + }, + "microsoft.graph.androidCustomConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "androidCustomConfiguration", + "type": "object", + "properties": { + "omaSettings": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + } + ], + "nullable": true + }, + "description": "OMA settings. This collection can contain a maximum of 1000 elements." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the androidCustomConfiguration resource." + } + ] + }, + "microsoft.graph.omaSetting": { + "title": "omaSetting", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Display Name." + }, + "description": { + "type": "string", + "description": "Description.", + "nullable": true + }, + "omaUri": { + "type": "string", + "description": "OMA." + } + } + }, + "microsoft.graph.omaSettingInteger": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + }, + { + "title": "omaSettingInteger", + "type": "object", + "properties": { + "value": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Value." + } + } + } + ] + }, + "microsoft.graph.omaSettingFloatingPoint": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + }, + { + "title": "omaSettingFloatingPoint", + "type": "object", + "properties": { + "value": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "description": "Value.", + "format": "float" + } + } + } + ] + }, + "microsoft.graph.omaSettingString": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + }, + { + "title": "omaSettingString", + "type": "object", + "properties": { + "value": { + "type": "string", + "description": "Value." + } + } + } + ] + }, + "microsoft.graph.omaSettingDateTime": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + }, + { + "title": "omaSettingDateTime", + "type": "object", + "properties": { + "value": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Value.", + "format": "date-time" + } + } + } + ] + }, + "microsoft.graph.omaSettingStringXml": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + }, + { + "title": "omaSettingStringXml", + "type": "object", + "properties": { + "fileName": { + "type": "string", + "description": "File name associated with the Value property (*.xml).", + "nullable": true + }, + "value": { + "type": "string", + "description": "Value. (UTF8 encoded byte array)", + "format": "base64url" + } + } + } + ] + }, + "microsoft.graph.omaSettingBoolean": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + }, + { + "title": "omaSettingBoolean", + "type": "object", + "properties": { + "value": { + "type": "boolean", + "description": "Value." + } + } + } + ] + }, + "microsoft.graph.omaSettingBase64": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + }, + { + "title": "omaSettingBase64", + "type": "object", + "properties": { + "fileName": { + "type": "string", + "description": "File name associated with the Value property (*.cer | *.crt | *.p7b | *.bin).", + "nullable": true + }, + "value": { + "type": "string", + "description": "Value. (Base64 encoded string)" + } + } + } + ] + }, + "microsoft.graph.androidGeneralDeviceConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "androidGeneralDeviceConfiguration", + "type": "object", + "properties": { + "appsBlockClipboardSharing": { + "type": "boolean", + "description": "Indicates whether or not to block clipboard sharing to copy and paste between applications." + }, + "appsBlockCopyPaste": { + "type": "boolean", + "description": "Indicates whether or not to block copy and paste within applications." + }, + "appsBlockYouTube": { + "type": "boolean", + "description": "Indicates whether or not to block the YouTube app." + }, + "bluetoothBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block Bluetooth." + }, + "cameraBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the use of the camera." + }, + "cellularBlockDataRoaming": { + "type": "boolean", + "description": "Indicates whether or not to block data roaming." + }, + "cellularBlockMessaging": { + "type": "boolean", + "description": "Indicates whether or not to block SMS/MMS messaging." + }, + "cellularBlockVoiceRoaming": { + "type": "boolean", + "description": "Indicates whether or not to block voice roaming." + }, + "cellularBlockWiFiTethering": { + "type": "boolean", + "description": "Indicates whether or not to block syncing Wi-Fi tethering." + }, + "compliantAppsList": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements." + }, + "compliantAppListType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListType" + } + ], + "description": "Type of list that is in the CompliantAppsList." + }, + "diagnosticDataBlockSubmission": { + "type": "boolean", + "description": "Indicates whether or not to block diagnostic data submission." + }, + "locationServicesBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block location services." + }, + "googleAccountBlockAutoSync": { + "type": "boolean", + "description": "Indicates whether or not to block Google account auto sync." + }, + "googlePlayStoreBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the Google Play store." + }, + "kioskModeBlockSleepButton": { + "type": "boolean", + "description": "Indicates whether or not to block the screen sleep button while in Kiosk Mode." + }, + "kioskModeBlockVolumeButtons": { + "type": "boolean", + "description": "Indicates whether or not to block the volume buttons while in Kiosk Mode." + }, + "kioskModeApps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements." + }, + "nfcBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block Near-Field Communication." + }, + "passwordBlockFingerprintUnlock": { + "type": "boolean", + "description": "Indicates whether or not to block fingerprint unlock." + }, + "passwordBlockTrustAgents": { + "type": "boolean", + "description": "Indicates whether or not to block Smart Lock and other trust agents." + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the password expires. Valid values 1 to 365", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum length of passwords. Valid values 4 to 16", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeScreenTimeout": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before the screen times out.", + "nullable": true + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passwords to block. Valid values 0 to 24", + "nullable": true + }, + "passwordSignInFailureCountBeforeFactoryReset": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of sign in failures allowed before factory reset. Valid values 4 to 11", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidRequiredPasswordType" + } + ], + "description": "Type of password that is required." + }, + "passwordRequired": { + "type": "boolean", + "description": "Indicates whether or not to require a password." + }, + "powerOffBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block powering off the device." + }, + "factoryResetBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block user performing a factory reset." + }, + "screenCaptureBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block screenshots." + }, + "deviceSharingAllowed": { + "type": "boolean", + "description": "Indicates whether or not to allow device sharing mode." + }, + "storageBlockGoogleBackup": { + "type": "boolean", + "description": "Indicates whether or not to block Google Backup." + }, + "storageBlockRemovableStorage": { + "type": "boolean", + "description": "Indicates whether or not to block removable storage usage." + }, + "storageRequireDeviceEncryption": { + "type": "boolean", + "description": "Indicates whether or not to require device encryption." + }, + "storageRequireRemovableStorageEncryption": { + "type": "boolean", + "description": "Indicates whether or not to require removable storage encryption." + }, + "voiceAssistantBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the use of the Voice Assistant." + }, + "voiceDialingBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block voice dialing." + }, + "webBrowserBlockPopups": { + "type": "boolean", + "description": "Indicates whether or not to block popups within the web browser." + }, + "webBrowserBlockAutofill": { + "type": "boolean", + "description": "Indicates whether or not to block the web browser's auto fill feature." + }, + "webBrowserBlockJavaScript": { + "type": "boolean", + "description": "Indicates whether or not to block JavaScript within the web browser." + }, + "webBrowserBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the web browser." + }, + "webBrowserCookieSettings": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.webBrowserCookieSettings" + } + ], + "description": "Cookie settings within the web browser." + }, + "wiFiBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block syncing Wi-Fi." + }, + "appsInstallAllowList": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements." + }, + "appsLaunchBlockList": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements." + }, + "appsHideList": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements." + }, + "securityRequireVerifyApps": { + "type": "boolean", + "description": "Require the Android Verify apps feature is turned on." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the androidGeneralDeviceConfiguration resource." + } + ] + }, + "microsoft.graph.androidWorkProfileCustomConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "androidWorkProfileCustomConfiguration", + "type": "object", + "properties": { + "omaSettings": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + } + ], + "nullable": true + }, + "description": "OMA settings. This collection can contain a maximum of 500 elements." + } + }, + "description": "Android Work Profile custom configuration" + } + ] + }, + "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "androidWorkProfileGeneralDeviceConfiguration", + "type": "object", + "properties": { + "passwordBlockFingerprintUnlock": { + "type": "boolean", + "description": "Indicates whether or not to block fingerprint unlock." + }, + "passwordBlockTrustAgents": { + "type": "boolean", + "description": "Indicates whether or not to block Smart Lock and other trust agents." + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the password expires. Valid values 1 to 365", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum length of passwords. Valid values 4 to 16", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeScreenTimeout": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before the screen times out.", + "nullable": true + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passwords to block. Valid values 0 to 24", + "nullable": true + }, + "passwordSignInFailureCountBeforeFactoryReset": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of sign in failures allowed before factory reset. Valid values 4 to 11", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidWorkProfileRequiredPasswordType" + } + ], + "description": "Type of password that is required." + }, + "workProfileDataSharingType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidWorkProfileCrossProfileDataSharingType" + } + ], + "description": "Type of data sharing that is allowed." + }, + "workProfileBlockNotificationsWhileDeviceLocked": { + "type": "boolean", + "description": "Indicates whether or not to block notifications while device locked." + }, + "workProfileBlockAddingAccounts": { + "type": "boolean", + "description": "Block users from adding/removing accounts in work profile." + }, + "workProfileBluetoothEnableContactSharing": { + "type": "boolean", + "description": "Allow bluetooth devices to access enterprise contacts." + }, + "workProfileBlockScreenCapture": { + "type": "boolean", + "description": "Block screen capture in work profile." + }, + "workProfileBlockCrossProfileCallerId": { + "type": "boolean", + "description": "Block display work profile caller ID in personal profile." + }, + "workProfileBlockCamera": { + "type": "boolean", + "description": "Block work profile camera." + }, + "workProfileBlockCrossProfileContactsSearch": { + "type": "boolean", + "description": "Block work profile contacts availability in personal profile." + }, + "workProfileBlockCrossProfileCopyPaste": { + "type": "boolean", + "description": "Boolean that indicates if the setting disallow cross profile copy/paste is enabled." + }, + "workProfileDefaultAppPermissionPolicy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType" + } + ], + "description": "Type of password that is required." + }, + "workProfilePasswordBlockFingerprintUnlock": { + "type": "boolean", + "description": "Indicates whether or not to block fingerprint unlock for work profile." + }, + "workProfilePasswordBlockTrustAgents": { + "type": "boolean", + "description": "Indicates whether or not to block Smart Lock and other trust agents for work profile." + }, + "workProfilePasswordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the work profile password expires. Valid values 1 to 365", + "nullable": true + }, + "workProfilePasswordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum length of work profile password. Valid values 4 to 16", + "nullable": true + }, + "workProfilePasswordMinNumericCharacters": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum # of numeric characters required in work profile password. Valid values 1 to 10", + "nullable": true + }, + "workProfilePasswordMinNonLetterCharacters": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum # of non-letter characters required in work profile password. Valid values 1 to 10", + "nullable": true + }, + "workProfilePasswordMinLetterCharacters": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum # of letter characters required in work profile password. Valid values 1 to 10", + "nullable": true + }, + "workProfilePasswordMinLowerCaseCharacters": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum # of lower-case characters required in work profile password. Valid values 1 to 10", + "nullable": true + }, + "workProfilePasswordMinUpperCaseCharacters": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum # of upper-case characters required in work profile password. Valid values 1 to 10", + "nullable": true + }, + "workProfilePasswordMinSymbolCharacters": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum # of symbols required in work profile password. Valid values 1 to 10", + "nullable": true + }, + "workProfilePasswordMinutesOfInactivityBeforeScreenTimeout": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before the screen times out.", + "nullable": true + }, + "workProfilePasswordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous work profile passwords to block. Valid values 0 to 24", + "nullable": true + }, + "workProfilePasswordSignInFailureCountBeforeFactoryReset": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 4 to 11", + "nullable": true + }, + "workProfilePasswordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidWorkProfileRequiredPasswordType" + } + ], + "description": "Type of work profile password that is required." + }, + "workProfileRequirePassword": { + "type": "boolean", + "description": "Password is required or not for work profile" + }, + "securityRequireVerifyApps": { + "type": "boolean", + "description": "Require the Android Verify apps feature is turned on." + } + }, + "description": "Android Work Profile general device configuration." + } + ] + }, + "microsoft.graph.iosCertificateProfile": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "iosCertificateProfile", + "type": "object", + "description": "Device Configuration." + } + ] + }, + "microsoft.graph.iosCustomConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "iosCustomConfiguration", + "type": "object", + "properties": { + "payloadName": { + "type": "string", + "description": "Name that is displayed to the user." + }, + "payloadFileName": { + "type": "string", + "description": "Payload file name (*.mobileconfig | *.xml).", + "nullable": true + }, + "payload": { + "type": "string", + "description": "Payload. (UTF8 encoded byte array)", + "format": "base64url" + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the iosCustomConfiguration resource." + } + ] + }, + "microsoft.graph.iosGeneralDeviceConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "iosGeneralDeviceConfiguration", + "type": "object", + "properties": { + "accountBlockModification": { + "type": "boolean", + "description": "Indicates whether or not to allow account modification when the device is in supervised mode." + }, + "activationLockAllowWhenSupervised": { + "type": "boolean", + "description": "Indicates whether or not to allow activation lock when the device is in the supervised mode." + }, + "airDropBlocked": { + "type": "boolean", + "description": "Indicates whether or not to allow AirDrop when the device is in supervised mode." + }, + "airDropForceUnmanagedDropTarget": { + "type": "boolean", + "description": "Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later)." + }, + "airPlayForcePairingPasswordForOutgoingRequests": { + "type": "boolean", + "description": "Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password." + }, + "appleWatchBlockPairing": { + "type": "boolean", + "description": "Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later)." + }, + "appleWatchForceWristDetection": { + "type": "boolean", + "description": "Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later)." + }, + "appleNewsBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later)." + }, + "appsSingleAppModeList": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements." + }, + "appsVisibilityList": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements." + }, + "appsVisibilityListType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListType" + } + ], + "description": "Type of list that is in the AppsVisibilityList." + }, + "appStoreBlockAutomaticDownloads": { + "type": "boolean", + "description": "Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later)." + }, + "appStoreBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using the App Store." + }, + "appStoreBlockInAppPurchases": { + "type": "boolean", + "description": "Indicates whether or not to block the user from making in app purchases." + }, + "appStoreBlockUIAppInstallation": { + "type": "boolean", + "description": "Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later)." + }, + "appStoreRequirePassword": { + "type": "boolean", + "description": "Indicates whether or not to require a password when using the app store." + }, + "bluetoothBlockModification": { + "type": "boolean", + "description": "Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later)." + }, + "cameraBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from accessing the camera of the device." + }, + "cellularBlockDataRoaming": { + "type": "boolean", + "description": "Indicates whether or not to block data roaming." + }, + "cellularBlockGlobalBackgroundFetchWhileRoaming": { + "type": "boolean", + "description": "Indicates whether or not to block global background fetch while roaming." + }, + "cellularBlockPerAppDataModification": { + "type": "boolean", + "description": "Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode." + }, + "cellularBlockPersonalHotspot": { + "type": "boolean", + "description": "Indicates whether or not to block Personal Hotspot." + }, + "cellularBlockVoiceRoaming": { + "type": "boolean", + "description": "Indicates whether or not to block voice roaming." + }, + "certificatesBlockUntrustedTlsCertificates": { + "type": "boolean", + "description": "Indicates whether or not to block untrusted TLS certificates." + }, + "classroomAppBlockRemoteScreenObservation": { + "type": "boolean", + "description": "Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later)." + }, + "classroomAppForceUnpromptedScreenObservation": { + "type": "boolean", + "description": "Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode." + }, + "compliantAppsList": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements." + }, + "compliantAppListType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListType" + } + ], + "description": "List that is in the AppComplianceList." + }, + "configurationProfileBlockChanges": { + "type": "boolean", + "description": "Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode." + }, + "definitionLookupBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later )." + }, + "deviceBlockEnableRestrictions": { + "type": "boolean", + "description": "Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode." + }, + "deviceBlockEraseContentAndSettings": { + "type": "boolean", + "description": "Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode." + }, + "deviceBlockNameModification": { + "type": "boolean", + "description": "Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later)." + }, + "diagnosticDataBlockSubmission": { + "type": "boolean", + "description": "Indicates whether or not to block diagnostic data submission." + }, + "diagnosticDataBlockSubmissionModification": { + "type": "boolean", + "description": "Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later)." + }, + "documentsBlockManagedDocumentsInUnmanagedApps": { + "type": "boolean", + "description": "Indicates whether or not to block the user from viewing managed documents in unmanaged apps." + }, + "documentsBlockUnmanagedDocumentsInManagedApps": { + "type": "boolean", + "description": "Indicates whether or not to block the user from viewing unmanaged documents in managed apps." + }, + "emailInDomainSuffixes": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "An email address lacking a suffix that matches any of these strings will be considered out-of-domain." + }, + "enterpriseAppBlockTrust": { + "type": "boolean", + "description": "Indicates whether or not to block the user from trusting an enterprise app." + }, + "enterpriseAppBlockTrustModification": { + "type": "boolean", + "description": "Indicates whether or not to block the user from modifying the enterprise app trust settings." + }, + "faceTimeBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using FaceTime." + }, + "findMyFriendsBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block Find My Friends when the device is in supervised mode." + }, + "gamingBlockGameCenterFriends": { + "type": "boolean", + "description": "Indicates whether or not to block the user from having friends in Game Center." + }, + "gamingBlockMultiplayer": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using multiplayer gaming." + }, + "gameCenterBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using Game Center when the device is in supervised mode." + }, + "hostPairingBlocked": { + "type": "boolean", + "description": "indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode." + }, + "iBooksStoreBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode." + }, + "iBooksStoreBlockErotica": { + "type": "boolean", + "description": "Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica." + }, + "iCloudBlockActivityContinuation": { + "type": "boolean", + "description": "Indicates whether or not to block the the user from continuing work they started on iOS device to another iOS or macOS device." + }, + "iCloudBlockBackup": { + "type": "boolean", + "description": "Indicates whether or not to block iCloud backup." + }, + "iCloudBlockDocumentSync": { + "type": "boolean", + "description": "Indicates whether or not to block iCloud document sync." + }, + "iCloudBlockManagedAppsSync": { + "type": "boolean", + "description": "Indicates whether or not to block Managed Apps Cloud Sync." + }, + "iCloudBlockPhotoLibrary": { + "type": "boolean", + "description": "Indicates whether or not to block iCloud Photo Library." + }, + "iCloudBlockPhotoStreamSync": { + "type": "boolean", + "description": "Indicates whether or not to block iCloud Photo Stream Sync." + }, + "iCloudBlockSharedPhotoStream": { + "type": "boolean", + "description": "Indicates whether or not to block Shared Photo Stream." + }, + "iCloudRequireEncryptedBackup": { + "type": "boolean", + "description": "Indicates whether or not to require backups to iCloud be encrypted." + }, + "iTunesBlockExplicitContent": { + "type": "boolean", + "description": "Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store." + }, + "iTunesBlockMusicService": { + "type": "boolean", + "description": "Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later)." + }, + "iTunesBlockRadio": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later)." + }, + "keyboardBlockAutoCorrect": { + "type": "boolean", + "description": "Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later)." + }, + "keyboardBlockDictation": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using dictation input when the device is in supervised mode." + }, + "keyboardBlockPredictive": { + "type": "boolean", + "description": "Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later)." + }, + "keyboardBlockShortcuts": { + "type": "boolean", + "description": "Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later)." + }, + "keyboardBlockSpellCheck": { + "type": "boolean", + "description": "Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later)." + }, + "kioskModeAllowAssistiveSpeak": { + "type": "boolean", + "description": "Indicates whether or not to allow assistive speak while in kiosk mode." + }, + "kioskModeAllowAssistiveTouchSettings": { + "type": "boolean", + "description": "Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode." + }, + "kioskModeAllowAutoLock": { + "type": "boolean", + "description": "Indicates whether or not to allow device auto lock while in kiosk mode." + }, + "kioskModeAllowColorInversionSettings": { + "type": "boolean", + "description": "Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode." + }, + "kioskModeAllowRingerSwitch": { + "type": "boolean", + "description": "Indicates whether or not to allow use of the ringer switch while in kiosk mode." + }, + "kioskModeAllowScreenRotation": { + "type": "boolean", + "description": "Indicates whether or not to allow screen rotation while in kiosk mode." + }, + "kioskModeAllowSleepButton": { + "type": "boolean", + "description": "Indicates whether or not to allow use of the sleep button while in kiosk mode." + }, + "kioskModeAllowTouchscreen": { + "type": "boolean", + "description": "Indicates whether or not to allow use of the touchscreen while in kiosk mode." + }, + "kioskModeAllowVoiceOverSettings": { + "type": "boolean", + "description": "Indicates whether or not to allow access to the voice over settings while in kiosk mode." + }, + "kioskModeAllowVolumeButtons": { + "type": "boolean", + "description": "Indicates whether or not to allow use of the volume buttons while in kiosk mode." + }, + "kioskModeAllowZoomSettings": { + "type": "boolean", + "description": "Indicates whether or not to allow access to the zoom settings while in kiosk mode." + }, + "kioskModeAppStoreUrl": { + "type": "string", + "description": "URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known.", + "nullable": true + }, + "kioskModeBuiltInAppId": { + "type": "string", + "description": "ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set.", + "nullable": true + }, + "kioskModeRequireAssistiveTouch": { + "type": "boolean", + "description": "Indicates whether or not to require assistive touch while in kiosk mode." + }, + "kioskModeRequireColorInversion": { + "type": "boolean", + "description": "Indicates whether or not to require color inversion while in kiosk mode." + }, + "kioskModeRequireMonoAudio": { + "type": "boolean", + "description": "Indicates whether or not to require mono audio while in kiosk mode." + }, + "kioskModeRequireVoiceOver": { + "type": "boolean", + "description": "Indicates whether or not to require voice over while in kiosk mode." + }, + "kioskModeRequireZoom": { + "type": "boolean", + "description": "Indicates whether or not to require zoom while in kiosk mode." + }, + "kioskModeManagedAppId": { + "type": "string", + "description": "Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored.", + "nullable": true + }, + "lockScreenBlockControlCenter": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using control center on the lock screen." + }, + "lockScreenBlockNotificationView": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using the notification view on the lock screen." + }, + "lockScreenBlockPassbook": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using passbook when the device is locked." + }, + "lockScreenBlockTodayView": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using the Today View on the lock screen." + }, + "mediaContentRatingAustralia": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mediaContentRatingAustralia" + } + ], + "description": "Media content rating settings for Australia", + "nullable": true + }, + "mediaContentRatingCanada": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mediaContentRatingCanada" + } + ], + "description": "Media content rating settings for Canada", + "nullable": true + }, + "mediaContentRatingFrance": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mediaContentRatingFrance" + } + ], + "description": "Media content rating settings for France", + "nullable": true + }, + "mediaContentRatingGermany": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mediaContentRatingGermany" + } + ], + "description": "Media content rating settings for Germany", + "nullable": true + }, + "mediaContentRatingIreland": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mediaContentRatingIreland" + } + ], + "description": "Media content rating settings for Ireland", + "nullable": true + }, + "mediaContentRatingJapan": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mediaContentRatingJapan" + } + ], + "description": "Media content rating settings for Japan", + "nullable": true + }, + "mediaContentRatingNewZealand": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mediaContentRatingNewZealand" + } + ], + "description": "Media content rating settings for New Zealand", + "nullable": true + }, + "mediaContentRatingUnitedKingdom": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mediaContentRatingUnitedKingdom" + } + ], + "description": "Media content rating settings for United Kingdom", + "nullable": true + }, + "mediaContentRatingUnitedStates": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mediaContentRatingUnitedStates" + } + ], + "description": "Media content rating settings for United States", + "nullable": true + }, + "networkUsageRules": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosNetworkUsageRule" + } + ], + "nullable": true + }, + "description": "List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements." + }, + "mediaContentRatingApps": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingAppsType" + } + ], + "description": "Media content rating settings for Apps" + }, + "messagesBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using the Messages app on the supervised device." + }, + "notificationsBlockSettingsModification": { + "type": "boolean", + "description": "Indicates whether or not to allow notifications settings modification (iOS 9.3 and later)." + }, + "passcodeBlockFingerprintUnlock": { + "type": "boolean", + "description": "Indicates whether or not to block fingerprint unlock." + }, + "passcodeBlockFingerprintModification": { + "type": "boolean", + "description": "Block modification of registered Touch ID fingerprints when in supervised mode." + }, + "passcodeBlockModification": { + "type": "boolean", + "description": "Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later)." + }, + "passcodeBlockSimple": { + "type": "boolean", + "description": "Indicates whether or not to block simple passcodes." + }, + "passcodeExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the passcode expires. Valid values 1 to 65535", + "nullable": true + }, + "passcodeMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum length of passcode. Valid values 4 to 14", + "nullable": true + }, + "passcodeMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before a passcode is required.", + "nullable": true + }, + "passcodeMinutesOfInactivityBeforeScreenTimeout": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before the screen times out.", + "nullable": true + }, + "passcodeMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of character sets a passcode must contain. Valid values 0 to 4", + "nullable": true + }, + "passcodePreviousPasscodeBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passcodes to block. Valid values 1 to 24", + "nullable": true + }, + "passcodeSignInFailureCountBeforeWipe": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of sign in failures allowed before wiping the device. Valid values 4 to 11", + "nullable": true + }, + "passcodeRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "Type of passcode that is required." + }, + "passcodeRequired": { + "type": "boolean", + "description": "Indicates whether or not to require a passcode." + }, + "podcastsBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later)." + }, + "safariBlockAutofill": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using Auto fill in Safari." + }, + "safariBlockJavaScript": { + "type": "boolean", + "description": "Indicates whether or not to block JavaScript in Safari." + }, + "safariBlockPopups": { + "type": "boolean", + "description": "Indicates whether or not to block popups in Safari." + }, + "safariBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using Safari." + }, + "safariCookieSettings": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.webBrowserCookieSettings" + } + ], + "description": "Cookie settings for Safari." + }, + "safariManagedDomains": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "URLs matching the patterns listed here will be considered managed." + }, + "safariPasswordAutoFillDomains": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later)." + }, + "safariRequireFraudWarning": { + "type": "boolean", + "description": "Indicates whether or not to require fraud warning in Safari." + }, + "screenCaptureBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from taking Screenshots." + }, + "siriBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using Siri." + }, + "siriBlockedWhenLocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from using Siri when locked." + }, + "siriBlockUserGeneratedContent": { + "type": "boolean", + "description": "Indicates whether or not to block Siri from querying user-generated content when used on a supervised device." + }, + "siriRequireProfanityFilter": { + "type": "boolean", + "description": "Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device." + }, + "spotlightBlockInternetResults": { + "type": "boolean", + "description": "Indicates whether or not to block Spotlight search from returning internet results on supervised device." + }, + "voiceDialingBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block voice dialing." + }, + "wallpaperBlockModification": { + "type": "boolean", + "description": "Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) ." + }, + "wiFiConnectOnlyToConfiguredNetworks": { + "type": "boolean", + "description": "Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the iosGeneralDeviceConfiguration resource." + } + ] + }, + "microsoft.graph.mediaContentRatingAustralia": { + "title": "mediaContentRatingAustralia", + "type": "object", + "properties": { + "movieRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingAustraliaMoviesType" + } + ], + "description": "Movies rating selected for Australia" + }, + "tvRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingAustraliaTelevisionType" + } + ], + "description": "TV rating selected for Australia" + } + } + }, + "microsoft.graph.mediaContentRatingCanada": { + "title": "mediaContentRatingCanada", + "type": "object", + "properties": { + "movieRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingCanadaMoviesType" + } + ], + "description": "Movies rating selected for Canada" + }, + "tvRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingCanadaTelevisionType" + } + ], + "description": "TV rating selected for Canada" + } + } + }, + "microsoft.graph.mediaContentRatingFrance": { + "title": "mediaContentRatingFrance", + "type": "object", + "properties": { + "movieRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingFranceMoviesType" + } + ], + "description": "Movies rating selected for France" + }, + "tvRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingFranceTelevisionType" + } + ], + "description": "TV rating selected for France" + } + } + }, + "microsoft.graph.mediaContentRatingGermany": { + "title": "mediaContentRatingGermany", + "type": "object", + "properties": { + "movieRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingGermanyMoviesType" + } + ], + "description": "Movies rating selected for Germany" + }, + "tvRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingGermanyTelevisionType" + } + ], + "description": "TV rating selected for Germany" + } + } + }, + "microsoft.graph.mediaContentRatingIreland": { + "title": "mediaContentRatingIreland", + "type": "object", + "properties": { + "movieRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingIrelandMoviesType" + } + ], + "description": "Movies rating selected for Ireland" + }, + "tvRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingIrelandTelevisionType" + } + ], + "description": "TV rating selected for Ireland" + } + } + }, + "microsoft.graph.mediaContentRatingJapan": { + "title": "mediaContentRatingJapan", + "type": "object", + "properties": { + "movieRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingJapanMoviesType" + } + ], + "description": "Movies rating selected for Japan" + }, + "tvRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingJapanTelevisionType" + } + ], + "description": "TV rating selected for Japan" + } + } + }, + "microsoft.graph.mediaContentRatingNewZealand": { + "title": "mediaContentRatingNewZealand", + "type": "object", + "properties": { + "movieRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingNewZealandMoviesType" + } + ], + "description": "Movies rating selected for New Zealand" + }, + "tvRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingNewZealandTelevisionType" + } + ], + "description": "TV rating selected for New Zealand" + } + } + }, + "microsoft.graph.mediaContentRatingUnitedKingdom": { + "title": "mediaContentRatingUnitedKingdom", + "type": "object", + "properties": { + "movieRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingUnitedKingdomMoviesType" + } + ], + "description": "Movies rating selected for United Kingdom" + }, + "tvRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingUnitedKingdomTelevisionType" + } + ], + "description": "TV rating selected for United Kingdom" + } + } + }, + "microsoft.graph.mediaContentRatingUnitedStates": { + "title": "mediaContentRatingUnitedStates", + "type": "object", + "properties": { + "movieRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingUnitedStatesMoviesType" + } + ], + "description": "Movies rating selected for United States" + }, + "tvRating": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ratingUnitedStatesTelevisionType" + } + ], + "description": "TV rating selected for United States" + } + } + }, + "microsoft.graph.iosNetworkUsageRule": { + "title": "iosNetworkUsageRule", + "type": "object", + "properties": { + "managedApps": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "Information about the managed apps that this rule is going to apply to. This collection can contain a maximum of 500 elements." + }, + "cellularDataBlockWhenRoaming": { + "type": "boolean", + "description": "If set to true, corresponding managed apps will not be allowed to use cellular data when roaming." + }, + "cellularDataBlocked": { + "type": "boolean", + "description": "If set to true, corresponding managed apps will not be allowed to use cellular data at any time." + } + } + }, + "microsoft.graph.iosUpdateConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "iosUpdateConfiguration", + "type": "object", + "properties": { + "activeHoursStart": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "description": "Active Hours Start (active hours mean the time window when updates install should not happen)", + "format": "time" + }, + "activeHoursEnd": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "description": "Active Hours End (active hours mean the time window when updates install should not happen)", + "format": "time" + }, + "scheduledInstallDays": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.dayOfWeek" + } + ] + }, + "description": "Days in week for which active hours are configured. This collection can contain a maximum of 7 elements." + }, + "utcTimeOffsetInMinutes": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "UTC Time Offset indicated in minutes" + } + }, + "description": "IOS Update Configuration, allows you to configure time window within week to install iOS updates" + } + ] + }, + "microsoft.graph.macOSCustomConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "macOSCustomConfiguration", + "type": "object", + "properties": { + "payloadName": { + "type": "string", + "description": "Name that is displayed to the user." + }, + "payloadFileName": { + "type": "string", + "description": "Payload file name (*.mobileconfig | *.xml).", + "nullable": true + }, + "payload": { + "type": "string", + "description": "Payload. (UTF8 encoded byte array)", + "format": "base64url" + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSCustomConfiguration resource." + } + ] + }, + "microsoft.graph.macOSGeneralDeviceConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "macOSGeneralDeviceConfiguration", + "type": "object", + "properties": { + "compliantAppsList": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements." + }, + "compliantAppListType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListType" + } + ], + "description": "List that is in the CompliantAppsList." + }, + "emailInDomainSuffixes": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "An email address lacking a suffix that matches any of these strings will be considered out-of-domain." + }, + "passwordBlockSimple": { + "type": "boolean", + "description": "Block simple passwords." + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the password expires.", + "nullable": true + }, + "passwordMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of character sets a password must contain. Valid values 0 to 4", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum length of passwords.", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity required before a password is required.", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeScreenTimeout": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity required before the screen times out.", + "nullable": true + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passwords to block.", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "Type of password that is required." + }, + "passwordRequired": { + "type": "boolean", + "description": "Whether or not to require a password." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSGeneralDeviceConfiguration resource." + } + ] + }, + "microsoft.graph.appleDeviceFeaturesConfigurationBase": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "appleDeviceFeaturesConfigurationBase", + "type": "object", + "description": "Apple device features configuration profile." + } + ] + }, + "microsoft.graph.iosDeviceFeaturesConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase" + }, + { + "title": "iosDeviceFeaturesConfiguration", + "type": "object", + "properties": { + "assetTagTemplate": { + "type": "string", + "description": "Asset tag information for the device, displayed on the login window and lock screen.", + "nullable": true + }, + "lockScreenFootnote": { + "type": "string", + "description": "A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.", + "nullable": true + }, + "homeScreenDockIcons": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosHomeScreenItem" + } + ], + "nullable": true + }, + "description": "A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements." + }, + "homeScreenPages": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosHomeScreenPage" + } + ], + "nullable": true + }, + "description": "A list of pages on the Home Screen. This collection can contain a maximum of 500 elements." + }, + "notificationSettings": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosNotificationSettings" + } + ], + "nullable": true + }, + "description": "Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements." + } + }, + "description": "iOS Device Features Configuration Profile." + } + ] + }, + "microsoft.graph.iosHomeScreenItem": { + "title": "iosHomeScreenItem", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Name of the app", + "nullable": true + } + } + }, + "microsoft.graph.iosHomeScreenPage": { + "title": "iosHomeScreenPage", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Name of the page", + "nullable": true + }, + "icons": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.iosHomeScreenItem" + }, + "description": "A list of apps and folders to appear on a page. This collection can contain a maximum of 500 elements." + } + } + }, + "microsoft.graph.iosNotificationSettings": { + "title": "iosNotificationSettings", + "type": "object", + "properties": { + "bundleID": { + "type": "string", + "description": "Bundle id of app to which to apply these notification settings." + }, + "appName": { + "type": "string", + "description": "Application name to be associated with the bundleID.", + "nullable": true + }, + "publisher": { + "type": "string", + "description": "Publisher to be associated with the bundleID.", + "nullable": true + }, + "enabled": { + "type": "boolean", + "description": "Indicates whether notifications are allowed for this app.", + "nullable": true + }, + "showInNotificationCenter": { + "type": "boolean", + "description": "Indicates whether notifications can be shown in notification center.", + "nullable": true + }, + "showOnLockScreen": { + "type": "boolean", + "description": "Indicates whether notifications can be shown on the lock screen.", + "nullable": true + }, + "alertType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosNotificationAlertType" + } + ], + "description": "Indicates the type of alert for notifications for this app." + }, + "badgesEnabled": { + "type": "boolean", + "description": "Indicates whether badges are allowed for this app.", + "nullable": true + }, + "soundsEnabled": { + "type": "boolean", + "description": "Indicates whether sounds are allowed for this app.", + "nullable": true + } + } + }, + "microsoft.graph.iosHomeScreenFolder": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosHomeScreenItem" + }, + { + "title": "iosHomeScreenFolder", + "type": "object", + "properties": { + "pages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.iosHomeScreenFolderPage" + }, + "description": "Pages of Home Screen Layout Icons which must be Application Type. This collection can contain a maximum of 500 elements." + } + } + } + ] + }, + "microsoft.graph.iosHomeScreenFolderPage": { + "title": "iosHomeScreenFolderPage", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Name of the folder page", + "nullable": true + }, + "apps": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.iosHomeScreenApp" + }, + "description": "A list of apps to appear on a page within a folder. This collection can contain a maximum of 500 elements." + } + } + }, + "microsoft.graph.iosHomeScreenApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.iosHomeScreenItem" + }, + { + "title": "iosHomeScreenApp", + "type": "object", + "properties": { + "bundleID": { + "type": "string", + "description": "BundleID of app" + } + } + } + ] + }, + "microsoft.graph.macOSDeviceFeaturesConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase" + }, + { + "title": "macOSDeviceFeaturesConfiguration", + "type": "object", + "description": "MacOS device features configuration profile." + } + ] + }, + "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windowsDefenderAdvancedThreatProtectionConfiguration", + "type": "object", + "properties": { + "allowSampleSharing": { + "type": "boolean", + "description": "Windows Defender AdvancedThreatProtection \"Allow Sample Sharing\" Rule" + }, + "enableExpeditedTelemetryReporting": { + "type": "boolean", + "description": "Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency." + } + }, + "description": "Windows Defender AdvancedThreatProtection Configuration." + } + ] + }, + "microsoft.graph.editionUpgradeConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "editionUpgradeConfiguration", + "type": "object", + "properties": { + "licenseType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.editionUpgradeLicenseType" + } + ], + "description": "Edition Upgrade License Type." + }, + "targetEdition": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windows10EditionType" + } + ], + "description": "Edition Upgrade Target Edition." + }, + "license": { + "type": "string", + "description": "Edition Upgrade License File Content.", + "nullable": true + }, + "productKey": { + "type": "string", + "description": "Edition Upgrade Product Key.", + "nullable": true + } + }, + "description": "Windows 10 Edition Upgrade configuration." + } + ] + }, + "microsoft.graph.windows10EndpointProtectionConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windows10EndpointProtectionConfiguration", + "type": "object", + "properties": { + "firewallBlockStatefulFTP": { + "type": "boolean", + "description": "Blocks stateful FTP connections to the device" + }, + "firewallIdleTimeoutForSecurityAssociationInSeconds": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600", + "nullable": true + }, + "firewallPreSharedKeyEncodingMethod": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.firewallPreSharedKeyEncodingMethodType" + } + ], + "description": "Select the preshared key encoding to be used" + }, + "firewallIPSecExemptionsAllowNeighborDiscovery": { + "type": "boolean", + "description": "Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes" + }, + "firewallIPSecExemptionsAllowICMP": { + "type": "boolean", + "description": "Configures IPSec exemptions to allow ICMP" + }, + "firewallIPSecExemptionsAllowRouterDiscovery": { + "type": "boolean", + "description": "Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes" + }, + "firewallIPSecExemptionsAllowDHCP": { + "type": "boolean", + "description": "Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic" + }, + "firewallCertificateRevocationListCheckMethod": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.firewallCertificateRevocationListCheckMethodType" + } + ], + "description": "Specify how the certificate revocation list is to be enforced" + }, + "firewallMergeKeyingModuleSettings": { + "type": "boolean", + "description": "If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set" + }, + "firewallPacketQueueingMethod": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.firewallPacketQueueingMethodType" + } + ], + "description": "Configures how packet queueing should be applied in the tunnel gateway scenario" + }, + "firewallProfileDomain": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsFirewallNetworkProfile" + } + ], + "description": "Configures the firewall profile settings for domain networks", + "nullable": true + }, + "firewallProfilePublic": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsFirewallNetworkProfile" + } + ], + "description": "Configures the firewall profile settings for public networks", + "nullable": true + }, + "firewallProfilePrivate": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsFirewallNetworkProfile" + } + ], + "description": "Configures the firewall profile settings for private networks", + "nullable": true + }, + "defenderAttackSurfaceReductionExcludedPaths": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "List of exe files and folders to be excluded from attack surface reduction rules" + }, + "defenderGuardedFoldersAllowedAppPaths": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "List of paths to exe that are allowed to access protected folders" + }, + "defenderAdditionalGuardedFolders": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "List of folder paths to be added to the list of protected folders" + }, + "defenderExploitProtectionXml": { + "type": "string", + "description": "Xml content containing information regarding exploit protection details.", + "format": "base64url", + "nullable": true + }, + "defenderExploitProtectionXmlFileName": { + "type": "string", + "description": "Name of the file from which DefenderExploitProtectionXml was obtained.", + "nullable": true + }, + "defenderSecurityCenterBlockExploitProtectionOverride": { + "type": "boolean", + "description": "Indicates whether or not to block user from overriding Exploit Protection settings." + }, + "appLockerApplicationControl": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appLockerApplicationControlType" + } + ], + "description": "Enables the Admin to choose what types of app to allow on devices." + }, + "smartScreenEnableInShell": { + "type": "boolean", + "description": "Allows IT Admins to configure SmartScreen for Windows." + }, + "smartScreenBlockOverrideForFiles": { + "type": "boolean", + "description": "Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files." + }, + "applicationGuardEnabled": { + "type": "boolean", + "description": "Enable Windows Defender Application Guard" + }, + "applicationGuardBlockFileTransfer": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.applicationGuardBlockFileTransferType" + } + ], + "description": "Block clipboard to transfer image file, text file or neither of them" + }, + "applicationGuardBlockNonEnterpriseContent": { + "type": "boolean", + "description": "Block enterprise sites to load non-enterprise content, such as third party plug-ins" + }, + "applicationGuardAllowPersistence": { + "type": "boolean", + "description": "Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)" + }, + "applicationGuardForceAuditing": { + "type": "boolean", + "description": "Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)" + }, + "applicationGuardBlockClipboardSharing": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.applicationGuardBlockClipboardSharingType" + } + ], + "description": "Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways." + }, + "applicationGuardAllowPrintToPDF": { + "type": "boolean", + "description": "Allow printing to PDF from Container" + }, + "applicationGuardAllowPrintToXPS": { + "type": "boolean", + "description": "Allow printing to XPS from Container" + }, + "applicationGuardAllowPrintToLocalPrinters": { + "type": "boolean", + "description": "Allow printing to Local Printers from Container" + }, + "applicationGuardAllowPrintToNetworkPrinters": { + "type": "boolean", + "description": "Allow printing to Network Printers from Container" + }, + "bitLockerDisableWarningForOtherDiskEncryption": { + "type": "boolean", + "description": "Allows the Admin to disable the warning prompt for other disk encryption on the user machines." + }, + "bitLockerEnableStorageCardEncryptionOnMobile": { + "type": "boolean", + "description": "Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU." + }, + "bitLockerEncryptDevice": { + "type": "boolean", + "description": "Allows the admin to require encryption to be turned on using BitLocker." + }, + "bitLockerRemovableDrivePolicy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.bitLockerRemovableDrivePolicy" + } + ], + "description": "BitLocker Removable Drive Policy.", + "nullable": true + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the Windows10EndpointProtectionConfiguration resource." + } + ] + }, + "microsoft.graph.windowsFirewallNetworkProfile": { + "title": "windowsFirewallNetworkProfile", + "type": "object", + "properties": { + "firewallEnabled": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.stateManagementSetting" + } + ], + "description": "Configures the host device to allow or block the firewall and advanced security enforcement for the network profile." + }, + "stealthModeBlocked": { + "type": "boolean", + "description": "Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority." + }, + "incomingTrafficBlocked": { + "type": "boolean", + "description": "Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority." + }, + "unicastResponsesToMulticastBroadcastsBlocked": { + "type": "boolean", + "description": "Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority." + }, + "inboundNotificationsBlocked": { + "type": "boolean", + "description": "Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority." + }, + "authorizedApplicationRulesFromGroupPolicyMerged": { + "type": "boolean", + "description": "Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority." + }, + "globalPortRulesFromGroupPolicyMerged": { + "type": "boolean", + "description": "Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority." + }, + "connectionSecurityRulesFromGroupPolicyMerged": { + "type": "boolean", + "description": "Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority." + }, + "outboundConnectionsBlocked": { + "type": "boolean", + "description": "Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority." + }, + "inboundConnectionsBlocked": { + "type": "boolean", + "description": "Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority." + }, + "securedPacketExemptionAllowed": { + "type": "boolean", + "description": "Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority." + }, + "policyRulesFromGroupPolicyMerged": { + "type": "boolean", + "description": "Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority." + } + } + }, + "microsoft.graph.bitLockerRemovableDrivePolicy": { + "title": "bitLockerRemovableDrivePolicy", + "type": "object", + "properties": { + "encryptionMethod": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.bitLockerEncryptionMethod" + } + ], + "description": "Select the encryption method for removable drives.", + "nullable": true + }, + "requireEncryptionForWriteAccess": { + "type": "boolean", + "description": "Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect." + }, + "blockCrossOrganizationWriteAccess": { + "type": "boolean", + "description": "This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer." + } + } + }, + "microsoft.graph.windows10GeneralConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windows10GeneralConfiguration", + "type": "object", + "properties": { + "enterpriseCloudPrintDiscoveryEndPoint": { + "type": "string", + "description": "Endpoint for discovering cloud printers.", + "nullable": true + }, + "enterpriseCloudPrintOAuthAuthority": { + "type": "string", + "description": "Authentication endpoint for acquiring OAuth tokens.", + "nullable": true + }, + "enterpriseCloudPrintOAuthClientIdentifier": { + "type": "string", + "description": "GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority.", + "nullable": true + }, + "enterpriseCloudPrintResourceIdentifier": { + "type": "string", + "description": "OAuth resource URI for print service as configured in the Azure portal.", + "nullable": true + }, + "enterpriseCloudPrintDiscoveryMaxLimit": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535", + "nullable": true + }, + "enterpriseCloudPrintMopriaDiscoveryResourceIdentifier": { + "type": "string", + "description": "OAuth resource URI for printer discovery service as configured in Azure portal.", + "nullable": true + }, + "searchBlockDiacritics": { + "type": "boolean", + "description": "Specifies if search can use diacritics." + }, + "searchDisableAutoLanguageDetection": { + "type": "boolean", + "description": "Specifies whether to use automatic language detection when indexing content and properties." + }, + "searchDisableIndexingEncryptedItems": { + "type": "boolean", + "description": "Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer." + }, + "searchEnableRemoteQueries": { + "type": "boolean", + "description": "Indicates whether or not to block remote queries of this computer’s index." + }, + "searchDisableIndexerBackoff": { + "type": "boolean", + "description": "Indicates whether or not to disable the search indexer backoff feature." + }, + "searchDisableIndexingRemovableDrive": { + "type": "boolean", + "description": "Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed." + }, + "searchEnableAutomaticIndexSizeManangement": { + "type": "boolean", + "description": "Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops." + }, + "diagnosticsDataSubmissionMode": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.diagnosticDataSubmissionMode" + } + ], + "description": "Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson." + }, + "oneDriveDisableFileSync": { + "type": "boolean", + "description": "Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive." + }, + "smartScreenEnableAppInstallControl": { + "type": "boolean", + "description": "Allows IT Admins to control whether users are allowed to install apps from places other than the Store." + }, + "personalizationDesktopImageUrl": { + "type": "string", + "description": "A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.", + "nullable": true + }, + "personalizationLockScreenImageUrl": { + "type": "string", + "description": "A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.", + "nullable": true + }, + "bluetoothAllowedServices": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "Specify a list of allowed Bluetooth services and profiles in hex formatted strings." + }, + "bluetoothBlockAdvertising": { + "type": "boolean", + "description": "Whether or not to Block the user from using bluetooth advertising." + }, + "bluetoothBlockDiscoverableMode": { + "type": "boolean", + "description": "Whether or not to Block the user from using bluetooth discoverable mode." + }, + "bluetoothBlockPrePairing": { + "type": "boolean", + "description": "Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device." + }, + "edgeBlockAutofill": { + "type": "boolean", + "description": "Indicates whether or not to block auto fill." + }, + "edgeBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using the Edge browser." + }, + "edgeCookiePolicy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.edgeCookiePolicy" + } + ], + "description": "Indicates which cookies to block in the Edge browser." + }, + "edgeBlockDeveloperTools": { + "type": "boolean", + "description": "Indicates whether or not to block developer tools in the Edge browser." + }, + "edgeBlockSendingDoNotTrackHeader": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from sending the do not track header." + }, + "edgeBlockExtensions": { + "type": "boolean", + "description": "Indicates whether or not to block extensions in the Edge browser." + }, + "edgeBlockInPrivateBrowsing": { + "type": "boolean", + "description": "Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser." + }, + "edgeBlockJavaScript": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using JavaScript." + }, + "edgeBlockPasswordManager": { + "type": "boolean", + "description": "Indicates whether or not to Block password manager." + }, + "edgeBlockAddressBarDropdown": { + "type": "boolean", + "description": "Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services." + }, + "edgeBlockCompatibilityList": { + "type": "boolean", + "description": "Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues." + }, + "edgeClearBrowsingDataOnExit": { + "type": "boolean", + "description": "Clear browsing data on exiting Microsoft Edge." + }, + "edgeAllowStartPagesModification": { + "type": "boolean", + "description": "Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge." + }, + "edgeDisableFirstRunPage": { + "type": "boolean", + "description": "Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page." + }, + "edgeBlockLiveTileDataCollection": { + "type": "boolean", + "description": "Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge." + }, + "edgeSyncFavoritesWithInternetExplorer": { + "type": "boolean", + "description": "Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers." + }, + "cellularBlockDataWhenRoaming": { + "type": "boolean", + "description": "Whether or not to Block the user from using data over cellular while roaming." + }, + "cellularBlockVpn": { + "type": "boolean", + "description": "Whether or not to Block the user from using VPN over cellular." + }, + "cellularBlockVpnWhenRoaming": { + "type": "boolean", + "description": "Whether or not to Block the user from using VPN when roaming over cellular." + }, + "defenderBlockEndUserAccess": { + "type": "boolean", + "description": "Whether or not to block end user access to Defender." + }, + "defenderDaysBeforeDeletingQuarantinedMalware": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before deleting quarantined malware. Valid values 0 to 90", + "nullable": true + }, + "defenderDetectedMalwareActions": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defenderDetectedMalwareActions" + } + ], + "description": "Gets or sets Defender’s actions to take on detected Malware per threat level.", + "nullable": true + }, + "defenderSystemScanSchedule": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.weeklySchedule" + } + ], + "description": "Defender day of the week for the system scan." + }, + "defenderFilesAndFoldersToExclude": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "Files and folder to exclude from scans and real time protection." + }, + "defenderFileExtensionsToExclude": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "File extensions to exclude from scans and real time protection." + }, + "defenderScanMaxCpu": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Max CPU usage percentage during scan. Valid values 0 to 100", + "nullable": true + }, + "defenderMonitorFileActivity": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defenderMonitorFileActivity" + } + ], + "description": "Value for monitoring file activity." + }, + "defenderProcessesToExclude": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "Processes to exclude from scans and real time protection." + }, + "defenderPromptForSampleSubmission": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defenderPromptForSampleSubmission" + } + ], + "description": "The configuration for how to prompt user for sample submission." + }, + "defenderRequireBehaviorMonitoring": { + "type": "boolean", + "description": "Indicates whether or not to require behavior monitoring." + }, + "defenderRequireCloudProtection": { + "type": "boolean", + "description": "Indicates whether or not to require cloud protection." + }, + "defenderRequireNetworkInspectionSystem": { + "type": "boolean", + "description": "Indicates whether or not to require network inspection system." + }, + "defenderRequireRealTimeMonitoring": { + "type": "boolean", + "description": "Indicates whether or not to require real time monitoring." + }, + "defenderScanArchiveFiles": { + "type": "boolean", + "description": "Indicates whether or not to scan archive files." + }, + "defenderScanDownloads": { + "type": "boolean", + "description": "Indicates whether or not to scan downloads." + }, + "defenderScanNetworkFiles": { + "type": "boolean", + "description": "Indicates whether or not to scan files opened from a network folder." + }, + "defenderScanIncomingMail": { + "type": "boolean", + "description": "Indicates whether or not to scan incoming mail messages." + }, + "defenderScanMappedNetworkDrivesDuringFullScan": { + "type": "boolean", + "description": "Indicates whether or not to scan mapped network drives during full scan." + }, + "defenderScanRemovableDrivesDuringFullScan": { + "type": "boolean", + "description": "Indicates whether or not to scan removable drives during full scan." + }, + "defenderScanScriptsLoadedInInternetExplorer": { + "type": "boolean", + "description": "Indicates whether or not to scan scripts loaded in Internet Explorer browser." + }, + "defenderSignatureUpdateIntervalInHours": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24", + "nullable": true + }, + "defenderScanType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defenderScanType" + } + ], + "description": "The defender system scan type." + }, + "defenderScheduledScanTime": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "description": "The defender time for the system scan.", + "format": "time", + "nullable": true + }, + "defenderScheduledQuickScanTime": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "description": "The time to perform a daily quick scan.", + "format": "time", + "nullable": true + }, + "defenderCloudBlockLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defenderCloudBlockLevelType" + } + ], + "description": "Specifies the level of cloud-delivered protection." + }, + "lockScreenAllowTimeoutConfiguration": { + "type": "boolean", + "description": "Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored." + }, + "lockScreenBlockActionCenterNotifications": { + "type": "boolean", + "description": "Indicates whether or not to block action center notifications over lock screen." + }, + "lockScreenBlockCortana": { + "type": "boolean", + "description": "Indicates whether or not the user can interact with Cortana using speech while the system is locked." + }, + "lockScreenBlockToastNotifications": { + "type": "boolean", + "description": "Indicates whether to allow toast notifications above the device lock screen." + }, + "lockScreenTimeoutInSeconds": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800", + "nullable": true + }, + "passwordBlockSimple": { + "type": "boolean", + "description": "Specify whether PINs or passwords such as \"1111\" or \"1234\" are allowed. For Windows 10 desktops, it also controls the use of picture passwords." + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The password expiration in days. Valid values 0 to 730", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The minimum password length. Valid values 4 to 16", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeScreenTimeout": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The minutes of inactivity before the screen times out.", + "nullable": true + }, + "passwordMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of character sets required in the password.", + "nullable": true + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of previous passwords to prevent reuse of. Valid values 0 to 50", + "nullable": true + }, + "passwordRequired": { + "type": "boolean", + "description": "Indicates whether or not to require the user to have a password." + }, + "passwordRequireWhenResumeFromIdleState": { + "type": "boolean", + "description": "Indicates whether or not to require a password upon resuming from an idle state." + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "The required password type." + }, + "passwordSignInFailureCountBeforeFactoryReset": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of sign in failures before factory reset. Valid values 0 to 999", + "nullable": true + }, + "privacyAdvertisingId": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.stateManagementSetting" + } + ], + "description": "Enables or disables the use of advertising ID. Added in Windows 10, version 1607." + }, + "privacyAutoAcceptPairingAndConsentPrompts": { + "type": "boolean", + "description": "Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps." + }, + "privacyBlockInputPersonalization": { + "type": "boolean", + "description": "Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications." + }, + "startBlockUnpinningAppsFromTaskbar": { + "type": "boolean", + "description": "Indicates whether or not to block the user from unpinning apps from taskbar." + }, + "startMenuAppListVisibility": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsStartMenuAppListVisibilityType" + } + ], + "description": "Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app." + }, + "startMenuHideChangeAccountSettings": { + "type": "boolean", + "description": "Enabling this policy hides the change account setting from appearing in the user tile in the start menu." + }, + "startMenuHideFrequentlyUsedApps": { + "type": "boolean", + "description": "Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app." + }, + "startMenuHideHibernate": { + "type": "boolean", + "description": "Enabling this policy hides hibernate from appearing in the power button in the start menu." + }, + "startMenuHideLock": { + "type": "boolean", + "description": "Enabling this policy hides lock from appearing in the user tile in the start menu." + }, + "startMenuHidePowerButton": { + "type": "boolean", + "description": "Enabling this policy hides the power button from appearing in the start menu." + }, + "startMenuHideRecentJumpLists": { + "type": "boolean", + "description": "Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app." + }, + "startMenuHideRecentlyAddedApps": { + "type": "boolean", + "description": "Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app." + }, + "startMenuHideRestartOptions": { + "type": "boolean", + "description": "Enabling this policy hides “Restart/Update and Restart” from appearing in the power button in the start menu." + }, + "startMenuHideShutDown": { + "type": "boolean", + "description": "Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu." + }, + "startMenuHideSignOut": { + "type": "boolean", + "description": "Enabling this policy hides sign out from appearing in the user tile in the start menu." + }, + "startMenuHideSleep": { + "type": "boolean", + "description": "Enabling this policy hides sleep from appearing in the power button in the start menu." + }, + "startMenuHideSwitchAccount": { + "type": "boolean", + "description": "Enabling this policy hides switch account from appearing in the user tile in the start menu." + }, + "startMenuHideUserTile": { + "type": "boolean", + "description": "Enabling this policy hides the user tile from appearing in the start menu." + }, + "startMenuLayoutEdgeAssetsXml": { + "type": "string", + "description": "This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.", + "format": "base64url", + "nullable": true + }, + "startMenuLayoutXml": { + "type": "string", + "description": "Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.", + "format": "base64url", + "nullable": true + }, + "startMenuMode": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsStartMenuModeType" + } + ], + "description": "Allows admins to decide how the Start menu is displayed." + }, + "startMenuPinnedFolderDocuments": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu." + }, + "startMenuPinnedFolderDownloads": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu." + }, + "startMenuPinnedFolderFileExplorer": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu." + }, + "startMenuPinnedFolderHomeGroup": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu." + }, + "startMenuPinnedFolderMusic": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu." + }, + "startMenuPinnedFolderNetwork": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu." + }, + "startMenuPinnedFolderPersonalFolder": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu." + }, + "startMenuPinnedFolderPictures": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu." + }, + "startMenuPinnedFolderSettings": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu." + }, + "startMenuPinnedFolderVideos": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.visibilitySetting" + } + ], + "description": "Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu." + }, + "settingsBlockSettingsApp": { + "type": "boolean", + "description": "Indicates whether or not to block access to Settings app." + }, + "settingsBlockSystemPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to System in Settings app." + }, + "settingsBlockDevicesPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Devices in Settings app." + }, + "settingsBlockNetworkInternetPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Network & Internet in Settings app." + }, + "settingsBlockPersonalizationPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Personalization in Settings app." + }, + "settingsBlockAccountsPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Accounts in Settings app." + }, + "settingsBlockTimeLanguagePage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Time & Language in Settings app." + }, + "settingsBlockEaseOfAccessPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Ease of Access in Settings app." + }, + "settingsBlockPrivacyPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Privacy in Settings app." + }, + "settingsBlockUpdateSecurityPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Update & Security in Settings app." + }, + "settingsBlockAppsPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Apps in Settings app." + }, + "settingsBlockGamingPage": { + "type": "boolean", + "description": "Indicates whether or not to block access to Gaming in Settings app." + }, + "windowsSpotlightBlockConsumerSpecificFeatures": { + "type": "boolean", + "description": "Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles." + }, + "windowsSpotlightBlocked": { + "type": "boolean", + "description": "Allows IT admins to turn off all Windows Spotlight features" + }, + "windowsSpotlightBlockOnActionCenter": { + "type": "boolean", + "description": "Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed" + }, + "windowsSpotlightBlockTailoredExperiences": { + "type": "boolean", + "description": "Block personalized content in Windows spotlight based on user’s device usage." + }, + "windowsSpotlightBlockThirdPartyNotifications": { + "type": "boolean", + "description": "Block third party content delivered via Windows Spotlight" + }, + "windowsSpotlightBlockWelcomeExperience": { + "type": "boolean", + "description": "Block Windows Spotlight Windows welcome experience" + }, + "windowsSpotlightBlockWindowsTips": { + "type": "boolean", + "description": "Allows IT admins to turn off the popup of Windows Tips." + }, + "windowsSpotlightConfigureOnLockScreen": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsSpotlightEnablementSettings" + } + ], + "description": "Specifies the type of Spotlight" + }, + "networkProxyApplySettingsDeviceWide": { + "type": "boolean", + "description": "If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM." + }, + "networkProxyDisableAutoDetect": { + "type": "boolean", + "description": "Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script." + }, + "networkProxyAutomaticConfigurationUrl": { + "type": "string", + "description": "Address to the proxy auto-config (PAC) script you want to use.", + "nullable": true + }, + "networkProxyServer": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windows10NetworkProxyServer" + } + ], + "description": "Specifies manual proxy server settings.", + "nullable": true + }, + "accountsBlockAddingNonMicrosoftAccountEmail": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account." + }, + "antiTheftModeBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only)." + }, + "bluetoothBlocked": { + "type": "boolean", + "description": "Whether or not to Block the user from using bluetooth." + }, + "cameraBlocked": { + "type": "boolean", + "description": "Whether or not to Block the user from accessing the camera of the device." + }, + "connectedDevicesServiceBlocked": { + "type": "boolean", + "description": "Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences." + }, + "certificatesBlockManualRootCertificateInstallation": { + "type": "boolean", + "description": "Whether or not to Block the user from doing manual root certificate installation." + }, + "copyPasteBlocked": { + "type": "boolean", + "description": "Whether or not to Block the user from using copy paste." + }, + "cortanaBlocked": { + "type": "boolean", + "description": "Whether or not to Block the user from using Cortana." + }, + "deviceManagementBlockFactoryResetOnMobile": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from resetting their phone." + }, + "deviceManagementBlockManualUnenroll": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from doing manual un-enrollment from device management." + }, + "safeSearchFilter": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.safeSearchFilterType" + } + ], + "description": "Specifies what filter level of safe search is required." + }, + "edgeBlockPopups": { + "type": "boolean", + "description": "Indicates whether or not to block popups." + }, + "edgeBlockSearchSuggestions": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using the search suggestions in the address bar." + }, + "edgeBlockSendingIntranetTrafficToInternetExplorer": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from sending Intranet traffic to Internet Explorer from Edge." + }, + "edgeRequireSmartScreen": { + "type": "boolean", + "description": "Indicates whether or not to Require the user to use the smart screen filter." + }, + "edgeEnterpriseModeSiteListLocation": { + "type": "string", + "description": "Indicates the enterprise mode site list location. Could be a local file, local network or http location.", + "nullable": true + }, + "edgeFirstRunUrl": { + "type": "string", + "description": "The first run URL for when Edge browser is opened for the first time.", + "nullable": true + }, + "edgeSearchEngine": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.edgeSearchEngineBase" + } + ], + "description": "Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.", + "nullable": true + }, + "edgeHomepageUrls": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser." + }, + "edgeBlockAccessToAboutFlags": { + "type": "boolean", + "description": "Indicates whether or not to prevent access to about flags on Edge browser." + }, + "smartScreenBlockPromptOverride": { + "type": "boolean", + "description": "Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites." + }, + "smartScreenBlockPromptOverrideForFiles": { + "type": "boolean", + "description": "Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files" + }, + "webRtcBlockLocalhostIpAddress": { + "type": "boolean", + "description": "Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC" + }, + "internetSharingBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using internet sharing." + }, + "settingsBlockAddProvisioningPackage": { + "type": "boolean", + "description": "Indicates whether or not to block the user from installing provisioning packages." + }, + "settingsBlockRemoveProvisioningPackage": { + "type": "boolean", + "description": "Indicates whether or not to block the runtime configuration agent from removing provisioning packages." + }, + "settingsBlockChangeSystemTime": { + "type": "boolean", + "description": "Indicates whether or not to block the user from changing date and time settings." + }, + "settingsBlockEditDeviceName": { + "type": "boolean", + "description": "Indicates whether or not to block the user from editing the device name." + }, + "settingsBlockChangeRegion": { + "type": "boolean", + "description": "Indicates whether or not to block the user from changing the region settings." + }, + "settingsBlockChangeLanguage": { + "type": "boolean", + "description": "Indicates whether or not to block the user from changing the language settings." + }, + "settingsBlockChangePowerSleep": { + "type": "boolean", + "description": "Indicates whether or not to block the user from changing power and sleep settings." + }, + "locationServicesBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from location services." + }, + "microsoftAccountBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block a Microsoft account." + }, + "microsoftAccountBlockSettingsSync": { + "type": "boolean", + "description": "Indicates whether or not to Block Microsoft account settings sync." + }, + "nfcBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using near field communication." + }, + "resetProtectionModeBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from reset protection mode." + }, + "screenCaptureBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from taking Screenshots." + }, + "storageBlockRemovableStorage": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using removable storage." + }, + "storageRequireMobileDeviceEncryption": { + "type": "boolean", + "description": "Indicating whether or not to require encryption on a mobile device." + }, + "usbBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from USB connection." + }, + "voiceRecordingBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from voice recording." + }, + "wiFiBlockAutomaticConnectHotspots": { + "type": "boolean", + "description": "Indicating whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked." + }, + "wiFiBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using Wi-Fi." + }, + "wiFiBlockManualConfiguration": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using Wi-Fi manual configuration." + }, + "wiFiScanInterval": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500", + "nullable": true + }, + "wirelessDisplayBlockProjectionToThisDevice": { + "type": "boolean", + "description": "Indicates whether or not to allow other devices from discovering this PC for projection." + }, + "wirelessDisplayBlockUserInputFromReceiver": { + "type": "boolean", + "description": "Indicates whether or not to allow user input from wireless display receiver." + }, + "wirelessDisplayRequirePinForPairing": { + "type": "boolean", + "description": "Indicates whether or not to require a PIN for new devices to initiate pairing." + }, + "windowsStoreBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using the Windows store." + }, + "appsAllowTrustedAppsSideloading": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.stateManagementSetting" + } + ], + "description": "Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded." + }, + "windowsStoreBlockAutoUpdate": { + "type": "boolean", + "description": "Indicates whether or not to block automatic update of apps from Windows Store." + }, + "developerUnlockSetting": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.stateManagementSetting" + } + ], + "description": "Indicates whether or not to allow developer unlock." + }, + "sharedUserAppDataAllowed": { + "type": "boolean", + "description": "Indicates whether or not to block multiple users of the same app to share data." + }, + "appsBlockWindowsStoreOriginatedApps": { + "type": "boolean", + "description": "Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded." + }, + "windowsStoreEnablePrivateStoreOnly": { + "type": "boolean", + "description": "Indicates whether or not to enable Private Store Only." + }, + "storageRestrictAppDataToSystemVolume": { + "type": "boolean", + "description": "Indicates whether application data is restricted to the system drive." + }, + "storageRestrictAppInstallToSystemVolume": { + "type": "boolean", + "description": "Indicates whether the installation of applications is restricted to the system drive." + }, + "gameDvrBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block DVR and broadcasting." + }, + "experienceBlockDeviceDiscovery": { + "type": "boolean", + "description": "Indicates whether or not to enable device discovery UX." + }, + "experienceBlockErrorDialogWhenNoSIM": { + "type": "boolean", + "description": "Indicates whether or not to allow the error dialog from displaying if no SIM card is detected." + }, + "experienceBlockTaskSwitcher": { + "type": "boolean", + "description": "Indicates whether or not to enable task switching on the device." + }, + "logonBlockFastUserSwitching": { + "type": "boolean", + "description": "Disables the ability to quickly switch between users that are logged on simultaneously without logging off." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10GeneralConfiguration resource." + } + ] + }, + "microsoft.graph.defenderDetectedMalwareActions": { + "title": "defenderDetectedMalwareActions", + "type": "object", + "properties": { + "lowSeverity": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defenderThreatAction" + } + ], + "description": "Indicates a Defender action to take for low severity Malware threat detected." + }, + "moderateSeverity": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defenderThreatAction" + } + ], + "description": "Indicates a Defender action to take for moderate severity Malware threat detected." + }, + "highSeverity": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defenderThreatAction" + } + ], + "description": "Indicates a Defender action to take for high severity Malware threat detected." + }, + "severeSeverity": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.defenderThreatAction" + } + ], + "description": "Indicates a Defender action to take for severe severity Malware threat detected." + } + } + }, + "microsoft.graph.windows10NetworkProxyServer": { + "title": "windows10NetworkProxyServer", + "type": "object", + "properties": { + "address": { + "type": "string", + "description": "Address to the proxy server. Specify an address in the format [“:”]" + }, + "exceptions": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node." + }, + "useForLocalAddresses": { + "type": "boolean", + "description": "Specifies whether the proxy server should be used for local (intranet) addresses." + } + } + }, + "microsoft.graph.edgeSearchEngineBase": { + "title": "edgeSearchEngineBase", + "type": "object" + }, + "microsoft.graph.edgeSearchEngineCustom": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.edgeSearchEngineBase" + }, + { + "title": "edgeSearchEngineCustom", + "type": "object", + "properties": { + "edgeSearchEngineOpenSearchXmlUrl": { + "type": "string", + "description": "Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine." + } + } + } + ] + }, + "microsoft.graph.edgeSearchEngine": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.edgeSearchEngineBase" + }, + { + "title": "edgeSearchEngine", + "type": "object", + "properties": { + "edgeSearchEngineType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.edgeSearchEngineType" + } + ], + "description": "Allows IT admins to set a predefined default search engine for MDM-Controlled devices." + } + } + } + ] + }, + "microsoft.graph.windows10CustomConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windows10CustomConfiguration", + "type": "object", + "properties": { + "omaSettings": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + } + ], + "nullable": true + }, + "description": "OMA settings. This collection can contain a maximum of 1000 elements." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10CustomConfiguration resource." + } + ] + }, + "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windows10EnterpriseModernAppManagementConfiguration", + "type": "object", + "properties": { + "uninstallBuiltInApps": { + "type": "boolean", + "description": "Indicates whether or not to uninstall a fixed list of built-in Windows apps." + } + }, + "description": "Windows10 Enterprise Modern App Management Configuration." + } + ] + }, + "microsoft.graph.sharedPCConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "sharedPCConfiguration", + "type": "object", + "properties": { + "accountManagerPolicy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharedPCAccountManagerPolicy" + } + ], + "description": "Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false.", + "nullable": true + }, + "allowedAccounts": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharedPCAllowedAccountType" + } + ], + "description": "Indicates which type of accounts are allowed to use on a shared PC." + }, + "allowLocalStorage": { + "type": "boolean", + "description": "Specifies whether local storage is allowed on a shared PC." + }, + "disableAccountManager": { + "type": "boolean", + "description": "Disables the account manager for shared PC mode." + }, + "disableEduPolicies": { + "type": "boolean", + "description": "Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true." + }, + "disablePowerPolicies": { + "type": "boolean", + "description": "Specifies whether the default shared PC power policies should be disabled." + }, + "disableSignInOnResume": { + "type": "boolean", + "description": "Disables the requirement to sign in whenever the device wakes up from sleep mode." + }, + "enabled": { + "type": "boolean", + "description": "Enables shared PC mode and applies the shared pc policies." + }, + "idleTimeBeforeSleepInSeconds": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring.", + "nullable": true + }, + "kioskAppDisplayName": { + "type": "string", + "description": "Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set.", + "nullable": true + }, + "kioskAppUserModelId": { + "type": "string", + "description": "Specifies the application user model ID of the app to use with assigned access.", + "nullable": true + }, + "maintenanceStartTime": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "description": "Specifies the daily start time of maintenance hour.", + "format": "time", + "nullable": true + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the sharedPCConfiguration resource." + } + ] + }, + "microsoft.graph.sharedPCAccountManagerPolicy": { + "title": "sharedPCAccountManagerPolicy", + "type": "object", + "properties": { + "accountDeletionPolicy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharedPCAccountDeletionPolicyType" + } + ], + "description": "Configures when accounts are deleted." + }, + "cacheAccountsAboveDiskFreePercentage": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Sets the percentage of available disk space a PC should have before it stops deleting cached shared PC accounts. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100", + "format": "int32", + "nullable": true + }, + "inactiveThresholdDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Specifies when the accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold.", + "format": "int32", + "nullable": true + }, + "removeAccountsBelowDiskFreePercentage": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.windows10SecureAssessmentConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windows10SecureAssessmentConfiguration", + "type": "object", + "properties": { + "launchUri": { + "type": "string", + "description": "Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).", + "nullable": true + }, + "configurationAccount": { + "type": "string", + "description": "The account used to configure the Windows device for taking the test. The user can be a domain account (domain\\user), an AAD account (username@tenant.com) or a local account (username).", + "nullable": true + }, + "allowPrinting": { + "type": "boolean", + "description": "Indicates whether or not to allow the app from printing during the test." + }, + "allowScreenCapture": { + "type": "boolean", + "description": "Indicates whether or not to allow screen capture capability during a test." + }, + "allowTextSuggestion": { + "type": "boolean", + "description": "Indicates whether or not to allow text suggestions during the test." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the secureAssessment resource." + } + ] + }, + "microsoft.graph.windowsPhone81CustomConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windowsPhone81CustomConfiguration", + "type": "object", + "properties": { + "omaSettings": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.omaSetting" + } + ], + "nullable": true + }, + "description": "OMA settings. This collection can contain a maximum of 1000 elements." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81CustomConfiguration resource." + } + ] + }, + "microsoft.graph.windowsUpdateForBusinessConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windowsUpdateForBusinessConfiguration", + "type": "object", + "properties": { + "deliveryOptimizationMode": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsDeliveryOptimizationMode" + } + ], + "description": "Delivery Optimization Mode" + }, + "prereleaseFeatures": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.prereleaseFeatures" + } + ], + "description": "The pre-release features." + }, + "automaticUpdateMode": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.automaticUpdateMode" + } + ], + "description": "Automatic update mode." + }, + "microsoftUpdateServiceAllowed": { + "type": "boolean", + "description": "Allow Microsoft Update Service" + }, + "driversExcluded": { + "type": "boolean", + "description": "Exclude Windows update Drivers" + }, + "installationSchedule": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsUpdateInstallScheduleType" + } + ], + "description": "Installation schedule", + "nullable": true + }, + "qualityUpdatesDeferralPeriodInDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Defer Quality Updates by these many days" + }, + "featureUpdatesDeferralPeriodInDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Defer Feature Updates by these many days" + }, + "qualityUpdatesPaused": { + "type": "boolean", + "description": "Pause Quality Updates" + }, + "featureUpdatesPaused": { + "type": "boolean", + "description": "Pause Feature Updates" + }, + "qualityUpdatesPauseExpiryDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Quality Updates Pause Expiry datetime", + "format": "date-time" + }, + "featureUpdatesPauseExpiryDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Feature Updates Pause Expiry datetime", + "format": "date-time" + }, + "businessReadyUpdatesOnly": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsUpdateType" + } + ], + "description": "Determines which branch devices will receive their updates from" + } + }, + "description": "Windows Update for business configuration." + } + ] + }, + "microsoft.graph.windowsUpdateInstallScheduleType": { + "title": "windowsUpdateInstallScheduleType", + "type": "object" + }, + "microsoft.graph.windowsUpdateScheduledInstall": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsUpdateInstallScheduleType" + }, + { + "title": "windowsUpdateScheduledInstall", + "type": "object", + "properties": { + "scheduledInstallDay": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.weeklySchedule" + } + ], + "description": "Scheduled Install Day in week" + }, + "scheduledInstallTime": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "description": "Scheduled Install Time during day", + "format": "time" + } + } + } + ] + }, + "microsoft.graph.windowsUpdateActiveHoursInstall": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsUpdateInstallScheduleType" + }, + { + "title": "windowsUpdateActiveHoursInstall", + "type": "object", + "properties": { + "activeHoursStart": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "description": "Active Hours Start", + "format": "time" + }, + "activeHoursEnd": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "description": "Active Hours End", + "format": "time" + } + } + } + ] + }, + "microsoft.graph.windows81GeneralConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windows81GeneralConfiguration", + "type": "object", + "properties": { + "accountsBlockAddingNonMicrosoftAccountEmail": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account." + }, + "applyOnlyToWindows81": { + "type": "boolean", + "description": "Value indicating whether this policy only applies to Windows 8.1. This property is read-only." + }, + "browserBlockAutofill": { + "type": "boolean", + "description": "Indicates whether or not to block auto fill." + }, + "browserBlockAutomaticDetectionOfIntranetSites": { + "type": "boolean", + "description": "Indicates whether or not to block automatic detection of Intranet sites." + }, + "browserBlockEnterpriseModeAccess": { + "type": "boolean", + "description": "Indicates whether or not to block enterprise mode access." + }, + "browserBlockJavaScript": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using JavaScript." + }, + "browserBlockPlugins": { + "type": "boolean", + "description": "Indicates whether or not to block plug-ins." + }, + "browserBlockPopups": { + "type": "boolean", + "description": "Indicates whether or not to block popups." + }, + "browserBlockSendingDoNotTrackHeader": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from sending the do not track header." + }, + "browserBlockSingleWordEntryOnIntranetSites": { + "type": "boolean", + "description": "Indicates whether or not to block a single word entry on Intranet sites." + }, + "browserRequireSmartScreen": { + "type": "boolean", + "description": "Indicates whether or not to require the user to use the smart screen filter." + }, + "browserEnterpriseModeSiteListLocation": { + "type": "string", + "description": "The enterprise mode site list location. Could be a local file, local network or http location.", + "nullable": true + }, + "browserInternetSecurityLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.internetSiteSecurityLevel" + } + ], + "description": "The internet security level." + }, + "browserIntranetSecurityLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.siteSecurityLevel" + } + ], + "description": "The Intranet security level." + }, + "browserLoggingReportLocation": { + "type": "string", + "description": "The logging report location.", + "nullable": true + }, + "browserRequireHighSecurityForRestrictedSites": { + "type": "boolean", + "description": "Indicates whether or not to require high security for restricted sites." + }, + "browserRequireFirewall": { + "type": "boolean", + "description": "Indicates whether or not to require a firewall." + }, + "browserRequireFraudWarning": { + "type": "boolean", + "description": "Indicates whether or not to require fraud warning." + }, + "browserTrustedSitesSecurityLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.siteSecurityLevel" + } + ], + "description": "The trusted sites security level." + }, + "cellularBlockDataRoaming": { + "type": "boolean", + "description": "Indicates whether or not to block data roaming." + }, + "diagnosticsBlockDataSubmission": { + "type": "boolean", + "description": "Indicates whether or not to block diagnostic data submission." + }, + "passwordBlockPicturePasswordAndPin": { + "type": "boolean", + "description": "Indicates whether or not to Block the user from using a pictures password and pin." + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Password expiration in days.", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The minimum password length.", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeScreenTimeout": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The minutes of inactivity before the screen times out.", + "nullable": true + }, + "passwordMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of character sets required in the password.", + "nullable": true + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of previous passwords to prevent re-use of. Valid values 0 to 24", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "The required password type." + }, + "passwordSignInFailureCountBeforeFactoryReset": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of sign in failures before factory reset.", + "nullable": true + }, + "storageRequireDeviceEncryption": { + "type": "boolean", + "description": "Indicates whether or not to require encryption on a mobile device." + }, + "updatesRequireAutomaticUpdates": { + "type": "boolean", + "description": "Indicates whether or not to require automatic updates." + }, + "userAccountControlSettings": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsUserAccountControlSettings" + } + ], + "description": "The user account control settings." + }, + "workFoldersUrl": { + "type": "string", + "description": "The work folders url.", + "nullable": true + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the windows81GeneralConfiguration resource." + } + ] + }, + "microsoft.graph.windowsPhone81GeneralConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windowsPhone81GeneralConfiguration", + "type": "object", + "properties": { + "applyOnlyToWindowsPhone81": { + "type": "boolean", + "description": "Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only." + }, + "appsBlockCopyPaste": { + "type": "boolean", + "description": "Indicates whether or not to block copy paste." + }, + "bluetoothBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block bluetooth." + }, + "cameraBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block camera." + }, + "cellularBlockWifiTethering": { + "type": "boolean", + "description": "Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked." + }, + "compliantAppsList": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListItem" + } + ], + "nullable": true + }, + "description": "List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements." + }, + "compliantAppListType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.appListType" + } + ], + "description": "List that is in the AppComplianceList." + }, + "diagnosticDataBlockSubmission": { + "type": "boolean", + "description": "Indicates whether or not to block diagnostic data submission." + }, + "emailBlockAddingAccounts": { + "type": "boolean", + "description": "Indicates whether or not to block custom email accounts." + }, + "locationServicesBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block location services." + }, + "microsoftAccountBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block using a Microsoft Account." + }, + "nfcBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block Near-Field Communication." + }, + "passwordBlockSimple": { + "type": "boolean", + "description": "Indicates whether or not to block syncing the calendar." + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the password expires.", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum length of passwords.", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeScreenTimeout": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before screen timeout.", + "nullable": true + }, + "passwordMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of character sets a password must contain.", + "nullable": true + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passwords to block. Valid values 0 to 24", + "nullable": true + }, + "passwordSignInFailureCountBeforeFactoryReset": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of sign in failures allowed before factory reset.", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "Password type that is required." + }, + "passwordRequired": { + "type": "boolean", + "description": "Indicates whether or not to require a password." + }, + "screenCaptureBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block screenshots." + }, + "storageBlockRemovableStorage": { + "type": "boolean", + "description": "Indicates whether or not to block removable storage." + }, + "storageRequireEncryption": { + "type": "boolean", + "description": "Indicates whether or not to require encryption." + }, + "webBrowserBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the web browser." + }, + "wifiBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block Wi-Fi." + }, + "wifiBlockAutomaticConnectHotspots": { + "type": "boolean", + "description": "Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked." + }, + "wifiBlockHotspotReporting": { + "type": "boolean", + "description": "Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked." + }, + "windowsStoreBlocked": { + "type": "boolean", + "description": "Indicates whether or not to block the Windows Store." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81GeneralConfiguration resource." + } + ] + }, + "microsoft.graph.windows10TeamGeneralConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" + }, + { + "title": "windows10TeamGeneralConfiguration", + "type": "object", + "properties": { + "azureOperationalInsightsBlockTelemetry": { + "type": "boolean", + "description": "Indicates whether or not to Block Azure Operational Insights." + }, + "azureOperationalInsightsWorkspaceId": { + "type": "string", + "description": "The Azure Operational Insights workspace id.", + "nullable": true + }, + "azureOperationalInsightsWorkspaceKey": { + "type": "string", + "description": "The Azure Operational Insights Workspace key.", + "nullable": true + }, + "connectAppBlockAutoLaunch": { + "type": "boolean", + "description": "Specifies whether to automatically launch the Connect app whenever a projection is initiated." + }, + "maintenanceWindowBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block setting a maintenance window for device updates." + }, + "maintenanceWindowDurationInHours": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Maintenance window duration for device updates. Valid values 0 to 5", + "nullable": true + }, + "maintenanceWindowStartTime": { + "pattern": "^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$", + "type": "string", + "description": "Maintenance window start time for device updates.", + "format": "time", + "nullable": true + }, + "miracastChannel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.miracastChannel" + } + ], + "description": "The channel." + }, + "miracastBlocked": { + "type": "boolean", + "description": "Indicates whether or not to Block wireless projection." + }, + "miracastRequirePin": { + "type": "boolean", + "description": "Indicates whether or not to require a pin for wireless projection." + }, + "settingsBlockMyMeetingsAndFiles": { + "type": "boolean", + "description": "Specifies whether to disable the \"My meetings and files\" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365." + }, + "settingsBlockSessionResume": { + "type": "boolean", + "description": "Specifies whether to allow the ability to resume a session when the session times out." + }, + "settingsBlockSigninSuggestions": { + "type": "boolean", + "description": "Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings." + }, + "settingsDefaultVolume": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100", + "nullable": true + }, + "settingsScreenTimeoutInMinutes": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Specifies the number of minutes until the Hub screen turns off.", + "nullable": true + }, + "settingsSessionTimeoutInMinutes": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Specifies the number of minutes until the session times out.", + "nullable": true + }, + "settingsSleepTimeoutInMinutes": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Specifies the number of minutes until the Hub enters sleep mode.", + "nullable": true + }, + "welcomeScreenBlockAutomaticWakeUp": { + "type": "boolean", + "description": "Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room." + }, + "welcomeScreenBackgroundImageUrl": { + "type": "string", + "description": "The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.", + "nullable": true + }, + "welcomeScreenMeetingInformation": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.welcomeScreenMeetingInformation" + } + ], + "description": "The welcome screen meeting information shown." + } + }, + "description": "This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10TeamGeneralConfiguration resource." + } + ] + }, + "microsoft.graph.androidCompliancePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + }, + { + "title": "androidCompliancePolicy", + "type": "object", + "properties": { + "passwordRequired": { + "type": "boolean", + "description": "Require a password to unlock device." + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum password length. Valid values 4 to 16", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidRequiredPasswordType" + } + ], + "description": "Type of characters in password" + }, + "passwordMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before a password is required.", + "nullable": true + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the password expires. Valid values 1 to 65535", + "nullable": true + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passwords to block.", + "nullable": true + }, + "securityPreventInstallAppsFromUnknownSources": { + "type": "boolean", + "description": "Require that devices disallow installation of apps from unknown sources." + }, + "securityDisableUsbDebugging": { + "type": "boolean", + "description": "Disable USB debugging on Android devices." + }, + "securityRequireVerifyApps": { + "type": "boolean", + "description": "Require the Android Verify apps feature is turned on." + }, + "deviceThreatProtectionEnabled": { + "type": "boolean", + "description": "Require that devices have enabled device threat protection." + }, + "deviceThreatProtectionRequiredSecurityLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceThreatProtectionLevel" + } + ], + "description": "Require Mobile Threat Protection minimum risk level to report noncompliance." + }, + "securityBlockJailbrokenDevices": { + "type": "boolean", + "description": "Devices must not be jailbroken or rooted." + }, + "osMinimumVersion": { + "type": "string", + "description": "Minimum Android version.", + "nullable": true + }, + "osMaximumVersion": { + "type": "string", + "description": "Maximum Android version.", + "nullable": true + }, + "minAndroidSecurityPatchLevel": { + "type": "string", + "description": "Minimum Android security patch level.", + "nullable": true + }, + "storageRequireEncryption": { + "type": "boolean", + "description": "Require encryption on Android devices." + }, + "securityRequireSafetyNetAttestationBasicIntegrity": { + "type": "boolean", + "description": "Require the device to pass the SafetyNet basic integrity check." + }, + "securityRequireSafetyNetAttestationCertifiedDevice": { + "type": "boolean", + "description": "Require the device to pass the SafetyNet certified device check." + }, + "securityRequireGooglePlayServices": { + "type": "boolean", + "description": "Require Google Play Services to be installed and enabled on the device." + }, + "securityRequireUpToDateSecurityProviders": { + "type": "boolean", + "description": "Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date." + }, + "securityRequireCompanyPortalAppIntegrity": { + "type": "boolean", + "description": "Require the device to pass the Company Portal client app runtime integrity check." + } + }, + "description": "This class contains compliance settings for Android." + } + ] + }, + "microsoft.graph.androidWorkProfileCompliancePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + }, + { + "title": "androidWorkProfileCompliancePolicy", + "type": "object", + "properties": { + "passwordRequired": { + "type": "boolean", + "description": "Require a password to unlock device." + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum password length. Valid values 4 to 16", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.androidRequiredPasswordType" + } + ], + "description": "Type of characters in password" + }, + "passwordMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before a password is required.", + "nullable": true + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the password expires. Valid values 1 to 365", + "nullable": true + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passwords to block.", + "nullable": true + }, + "securityPreventInstallAppsFromUnknownSources": { + "type": "boolean", + "description": "Require that devices disallow installation of apps from unknown sources." + }, + "securityDisableUsbDebugging": { + "type": "boolean", + "description": "Disable USB debugging on Android devices." + }, + "securityRequireVerifyApps": { + "type": "boolean", + "description": "Require the Android Verify apps feature is turned on." + }, + "deviceThreatProtectionEnabled": { + "type": "boolean", + "description": "Require that devices have enabled device threat protection." + }, + "deviceThreatProtectionRequiredSecurityLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceThreatProtectionLevel" + } + ], + "description": "Require Mobile Threat Protection minimum risk level to report noncompliance." + }, + "securityBlockJailbrokenDevices": { + "type": "boolean", + "description": "Devices must not be jailbroken or rooted." + }, + "osMinimumVersion": { + "type": "string", + "description": "Minimum Android version.", + "nullable": true + }, + "osMaximumVersion": { + "type": "string", + "description": "Maximum Android version.", + "nullable": true + }, + "minAndroidSecurityPatchLevel": { + "type": "string", + "description": "Minimum Android security patch level.", + "nullable": true + }, + "storageRequireEncryption": { + "type": "boolean", + "description": "Require encryption on Android devices." + }, + "securityRequireSafetyNetAttestationBasicIntegrity": { + "type": "boolean", + "description": "Require the device to pass the SafetyNet basic integrity check." + }, + "securityRequireSafetyNetAttestationCertifiedDevice": { + "type": "boolean", + "description": "Require the device to pass the SafetyNet certified device check." + }, + "securityRequireGooglePlayServices": { + "type": "boolean", + "description": "Require Google Play Services to be installed and enabled on the device." + }, + "securityRequireUpToDateSecurityProviders": { + "type": "boolean", + "description": "Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date." + }, + "securityRequireCompanyPortalAppIntegrity": { + "type": "boolean", + "description": "Require the device to pass the Company Portal client app runtime integrity check." + } + }, + "description": "This class contains compliance settings for Android Work Profile." + } + ] + }, + "microsoft.graph.iosCompliancePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + }, + { + "title": "iosCompliancePolicy", + "type": "object", + "properties": { + "passcodeBlockSimple": { + "type": "boolean", + "description": "Indicates whether or not to block simple passcodes." + }, + "passcodeExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the passcode expires. Valid values 1 to 65535", + "nullable": true + }, + "passcodeMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum length of passcode. Valid values 4 to 14", + "nullable": true + }, + "passcodeMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before a passcode is required.", + "nullable": true + }, + "passcodePreviousPasscodeBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passcodes to block. Valid values 1 to 24", + "nullable": true + }, + "passcodeMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of character sets required in the password.", + "nullable": true + }, + "passcodeRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "The required passcode type." + }, + "passcodeRequired": { + "type": "boolean", + "description": "Indicates whether or not to require a passcode." + }, + "osMinimumVersion": { + "type": "string", + "description": "Minimum IOS version.", + "nullable": true + }, + "osMaximumVersion": { + "type": "string", + "description": "Maximum IOS version.", + "nullable": true + }, + "securityBlockJailbrokenDevices": { + "type": "boolean", + "description": "Devices must not be jailbroken or rooted." + }, + "deviceThreatProtectionEnabled": { + "type": "boolean", + "description": "Require that devices have enabled device threat protection ." + }, + "deviceThreatProtectionRequiredSecurityLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceThreatProtectionLevel" + } + ], + "description": "Require Mobile Threat Protection minimum risk level to report noncompliance." + }, + "managedEmailProfileRequired": { + "type": "boolean", + "description": "Indicates whether or not to require a managed email profile." + } + }, + "description": "This class contains compliance settings for IOS." + } + ] + }, + "microsoft.graph.macOSCompliancePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + }, + { + "title": "macOSCompliancePolicy", + "type": "object", + "properties": { + "passwordRequired": { + "type": "boolean", + "description": "Whether or not to require a password." + }, + "passwordBlockSimple": { + "type": "boolean", + "description": "Indicates whether or not to block simple passwords." + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the password expires. Valid values 1 to 65535", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum length of password. Valid values 4 to 14", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before a password is required.", + "nullable": true + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passwords to block. Valid values 1 to 24", + "nullable": true + }, + "passwordMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of character sets required in the password.", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "The required password type." + }, + "osMinimumVersion": { + "type": "string", + "description": "Minimum IOS version.", + "nullable": true + }, + "osMaximumVersion": { + "type": "string", + "description": "Maximum IOS version.", + "nullable": true + }, + "systemIntegrityProtectionEnabled": { + "type": "boolean", + "description": "Require that devices have enabled system integrity protection." + }, + "deviceThreatProtectionEnabled": { + "type": "boolean", + "description": "Require that devices have enabled device threat protection ." + }, + "deviceThreatProtectionRequiredSecurityLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceThreatProtectionLevel" + } + ], + "description": "Require Mobile Threat Protection minimum risk level to report noncompliance." + }, + "storageRequireEncryption": { + "type": "boolean", + "description": "Require encryption on Mac OS devices." + }, + "firewallEnabled": { + "type": "boolean", + "description": "Whether the firewall should be enabled or not." + }, + "firewallBlockAllIncoming": { + "type": "boolean", + "description": "Corresponds to the “Block all incoming connections” option." + }, + "firewallEnableStealthMode": { + "type": "boolean", + "description": "Corresponds to “Enable stealth mode.”" + } + }, + "description": "This class contains compliance settings for Mac OS." + } + ] + }, + "microsoft.graph.windows10CompliancePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + }, + { + "title": "windows10CompliancePolicy", + "type": "object", + "properties": { + "passwordRequired": { + "type": "boolean", + "description": "Require a password to unlock Windows device." + }, + "passwordBlockSimple": { + "type": "boolean", + "description": "Indicates whether or not to block simple password." + }, + "passwordRequiredToUnlockFromIdle": { + "type": "boolean", + "description": "Require a password to unlock an idle device." + }, + "passwordMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before a password is required.", + "nullable": true + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The password expiration in days.", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The minimum password length.", + "nullable": true + }, + "passwordMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of character sets required in the password.", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "The required password type." + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of previous passwords to prevent re-use of.", + "nullable": true + }, + "requireHealthyDeviceReport": { + "type": "boolean", + "description": "Require devices to be reported as healthy by Windows Device Health Attestation." + }, + "osMinimumVersion": { + "type": "string", + "description": "Minimum Windows 10 version.", + "nullable": true + }, + "osMaximumVersion": { + "type": "string", + "description": "Maximum Windows 10 version.", + "nullable": true + }, + "mobileOsMinimumVersion": { + "type": "string", + "description": "Minimum Windows Phone version.", + "nullable": true + }, + "mobileOsMaximumVersion": { + "type": "string", + "description": "Maximum Windows Phone version.", + "nullable": true + }, + "earlyLaunchAntiMalwareDriverEnabled": { + "type": "boolean", + "description": "Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled." + }, + "bitLockerEnabled": { + "type": "boolean", + "description": "Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled" + }, + "secureBootEnabled": { + "type": "boolean", + "description": "Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled." + }, + "codeIntegrityEnabled": { + "type": "boolean", + "description": "Require devices to be reported as healthy by Windows Device Health Attestation." + }, + "storageRequireEncryption": { + "type": "boolean", + "description": "Require encryption on windows devices." + } + }, + "description": "This class contains compliance settings for Windows 10." + } + ] + }, + "microsoft.graph.windows10MobileCompliancePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + }, + { + "title": "windows10MobileCompliancePolicy", + "type": "object", + "properties": { + "passwordRequired": { + "type": "boolean", + "description": "Require a password to unlock Windows Phone device." + }, + "passwordBlockSimple": { + "type": "boolean", + "description": "Whether or not to block syncing the calendar." + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum password length. Valid values 4 to 16", + "nullable": true + }, + "passwordMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of character sets required in the password.", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "The required password type." + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of previous passwords to prevent re-use of.", + "nullable": true + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before password expiration. Valid values 1 to 255", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before a password is required.", + "nullable": true + }, + "passwordRequireToUnlockFromIdle": { + "type": "boolean", + "description": "Require a password to unlock an idle device." + }, + "osMinimumVersion": { + "type": "string", + "description": "Minimum Windows Phone version.", + "nullable": true + }, + "osMaximumVersion": { + "type": "string", + "description": "Maximum Windows Phone version.", + "nullable": true + }, + "earlyLaunchAntiMalwareDriverEnabled": { + "type": "boolean", + "description": "Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled." + }, + "bitLockerEnabled": { + "type": "boolean", + "description": "Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled" + }, + "secureBootEnabled": { + "type": "boolean", + "description": "Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled." + }, + "codeIntegrityEnabled": { + "type": "boolean", + "description": "Require devices to be reported as healthy by Windows Device Health Attestation." + }, + "storageRequireEncryption": { + "type": "boolean", + "description": "Require encryption on windows devices." + } + }, + "description": "This class contains compliance settings for Windows 10 Mobile." + } + ] + }, + "microsoft.graph.windows81CompliancePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + }, + { + "title": "windows81CompliancePolicy", + "type": "object", + "properties": { + "passwordRequired": { + "type": "boolean", + "description": "Require a password to unlock Windows device." + }, + "passwordBlockSimple": { + "type": "boolean", + "description": "Indicates whether or not to block simple password." + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Password expiration in days.", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The minimum password length.", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before a password is required.", + "nullable": true + }, + "passwordMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of character sets required in the password.", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "The required password type." + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of previous passwords to prevent re-use of. Valid values 0 to 24", + "nullable": true + }, + "osMinimumVersion": { + "type": "string", + "description": "Minimum Windows 8.1 version.", + "nullable": true + }, + "osMaximumVersion": { + "type": "string", + "description": "Maximum Windows 8.1 version.", + "nullable": true + }, + "storageRequireEncryption": { + "type": "boolean", + "description": "Indicates whether or not to require encryption on a windows 8.1 device." + } + }, + "description": "This class contains compliance settings for Windows 8.1." + } + ] + }, + "microsoft.graph.windowsPhone81CompliancePolicy": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceCompliancePolicy" + }, + { + "title": "windowsPhone81CompliancePolicy", + "type": "object", + "properties": { + "passwordBlockSimple": { + "type": "boolean", + "description": "Whether or not to block syncing the calendar." + }, + "passwordExpirationDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of days before the password expires.", + "nullable": true + }, + "passwordMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minimum length of passwords.", + "nullable": true + }, + "passwordMinutesOfInactivityBeforeLock": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Minutes of inactivity before a password is required.", + "nullable": true + }, + "passwordMinimumCharacterSetCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "The number of character sets required in the password.", + "nullable": true + }, + "passwordRequiredType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.requiredPasswordType" + } + ], + "description": "The required password type." + }, + "passwordPreviousPasswordBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of previous passwords to block. Valid values 0 to 24", + "nullable": true + }, + "passwordRequired": { + "type": "boolean", + "description": "Whether or not to require a password." + }, + "osMinimumVersion": { + "type": "string", + "description": "Minimum Windows Phone version.", + "nullable": true + }, + "osMaximumVersion": { + "type": "string", + "description": "Maximum Windows Phone version.", + "nullable": true + }, + "storageRequireEncryption": { + "type": "boolean", + "description": "Require encryption on windows phone devices." + } + }, + "description": "This class contains compliance settings for Windows 8.1 Mobile." + } + ] + }, + "microsoft.graph.deviceComplianceSettingState": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceComplianceSettingState", + "type": "object", + "properties": { + "setting": { + "type": "string", + "description": "The setting class name and property name.", + "nullable": true + }, + "settingName": { + "type": "string", + "description": "The Setting Name that is being reported", + "nullable": true + }, + "deviceId": { + "type": "string", + "description": "The Device Id that is being reported", + "nullable": true + }, + "deviceName": { + "type": "string", + "description": "The Device Name that is being reported", + "nullable": true + }, + "userId": { + "type": "string", + "description": "The user Id that is being reported", + "nullable": true + }, + "userEmail": { + "type": "string", + "description": "The User email address that is being reported", + "nullable": true + }, + "userName": { + "type": "string", + "description": "The User Name that is being reported", + "nullable": true + }, + "userPrincipalName": { + "type": "string", + "description": "The User PrincipalName that is being reported", + "nullable": true + }, + "deviceModel": { + "type": "string", + "description": "The device model that is being reported", + "nullable": true + }, + "state": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "The compliance state of the setting" + }, + "complianceGracePeriodExpirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The DateTime when device compliance grace period expires", + "format": "date-time" + } + }, + "description": "Device compliance setting State for a given device." + } + ] + }, + "microsoft.graph.deviceConfigurationSettingState": { + "title": "deviceConfigurationSettingState", + "type": "object", + "properties": { + "setting": { + "type": "string", + "description": "The setting that is being reported", + "nullable": true + }, + "settingName": { + "type": "string", + "description": "Localized/user friendly setting name that is being reported", + "nullable": true + }, + "instanceDisplayName": { + "type": "string", + "description": "Name of setting instance that is being reported.", + "nullable": true + }, + "state": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "The compliance state of the setting" + }, + "errorCode": { + "type": "integer", + "description": "Error code for the setting", + "format": "int64" + }, + "errorDescription": { + "type": "string", + "description": "Error description", + "nullable": true + }, + "userId": { + "type": "string", + "description": "UserId", + "nullable": true + }, + "userName": { + "type": "string", + "description": "UserName", + "nullable": true + }, + "userEmail": { + "type": "string", + "description": "UserEmail", + "nullable": true + }, + "userPrincipalName": { + "type": "string", + "description": "UserPrincipalName.", + "nullable": true + }, + "sources": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.settingSource" + } + ], + "nullable": true + }, + "description": "Contributing policies" + }, + "currentValue": { + "type": "string", + "description": "Current value of setting on device", + "nullable": true + } + } + }, + "microsoft.graph.settingSource": { + "title": "settingSource", + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "displayName": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.deviceCompliancePolicySettingState": { + "title": "deviceCompliancePolicySettingState", + "type": "object", + "properties": { + "setting": { + "type": "string", + "description": "The setting that is being reported", + "nullable": true + }, + "settingName": { + "type": "string", + "description": "Localized/user friendly setting name that is being reported", + "nullable": true + }, + "instanceDisplayName": { + "type": "string", + "description": "Name of setting instance that is being reported.", + "nullable": true + }, + "state": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.complianceStatus" + } + ], + "description": "The compliance state of the setting" + }, + "errorCode": { + "type": "integer", + "description": "Error code for the setting", + "format": "int64" + }, + "errorDescription": { + "type": "string", + "description": "Error description", + "nullable": true + }, + "userId": { + "type": "string", + "description": "UserId", + "nullable": true + }, + "userName": { + "type": "string", + "description": "UserName", + "nullable": true + }, + "userEmail": { + "type": "string", + "description": "UserEmail", + "nullable": true + }, + "userPrincipalName": { + "type": "string", + "description": "UserPrincipalName.", + "nullable": true + }, + "sources": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.settingSource" + } + ], + "nullable": true + }, + "description": "Contributing policies" + }, + "currentValue": { + "type": "string", + "description": "Current value of setting on device", + "nullable": true + } + } + }, + "microsoft.graph.enrollmentConfigurationAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "enrollmentConfigurationAssignment", + "type": "object", + "properties": { + "target": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceEnrollmentLimitConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration" + }, + { + "title": "deviceEnrollmentLimitConfiguration", + "type": "object", + "properties": { + "limit": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + } + } + } + ] + }, + "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration" + }, + { + "title": "deviceEnrollmentPlatformRestrictionsConfiguration", + "type": "object", + "properties": { + "iosRestriction": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction" + } + ], + "nullable": true + }, + "windowsRestriction": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction" + } + ], + "nullable": true + }, + "windowsMobileRestriction": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction" + } + ], + "nullable": true + }, + "androidRestriction": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction" + } + ], + "nullable": true + }, + "macOSRestriction": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.deviceEnrollmentPlatformRestriction": { + "title": "deviceEnrollmentPlatformRestriction", + "type": "object", + "properties": { + "platformBlocked": { + "type": "boolean", + "description": "Block the platform from enrolling" + }, + "personalDeviceEnrollmentBlocked": { + "type": "boolean", + "description": "Block personally owned devices from enrolling" + }, + "osMinimumVersion": { + "type": "string", + "description": "Min OS version supported", + "nullable": true + }, + "osMaximumVersion": { + "type": "string", + "description": "Max OS version supported", + "nullable": true + } + } + }, + "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration" + }, + { + "title": "deviceEnrollmentWindowsHelloForBusinessConfiguration", + "type": "object", + "properties": { + "pinMinimumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "pinMaximumLength": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "pinUppercaseCharactersUsage": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage" + } + ] + }, + "pinLowercaseCharactersUsage": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage" + } + ] + }, + "pinSpecialCharactersUsage": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage" + } + ] + }, + "state": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.enablement" + } + ] + }, + "securityDeviceRequired": { + "type": "boolean" + }, + "unlockWithBiometricsEnabled": { + "type": "boolean" + }, + "remotePassportEnabled": { + "type": "boolean" + }, + "pinPreviousBlockCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "pinExpirationInDays": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "enhancedBiometricsState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.enablement" + } + ] + } + } + } + ] + }, + "microsoft.graph.managedMobileApp": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedMobileApp", + "type": "object", + "properties": { + "mobileAppIdentifier": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppIdentifier" + } + ], + "description": "The identifier for an app with it's operating system type.", + "nullable": true + }, + "version": { + "type": "string", + "description": "Version of the entity.", + "nullable": true + } + }, + "description": "The identifier for the deployment an app." + } + ] + }, + "microsoft.graph.mobileAppIdentifier": { + "title": "mobileAppIdentifier", + "type": "object" + }, + "microsoft.graph.targetedManagedAppPolicyAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "targetedManagedAppPolicyAssignment", + "type": "object", + "properties": { + "target": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + ], + "description": "Identifier for deployment of a group or app", + "nullable": true + } + }, + "description": "The type for deployment of groups or apps." + } + ] + }, + "microsoft.graph.managedAppDiagnosticStatus": { + "title": "managedAppDiagnosticStatus", + "type": "object", + "properties": { + "validationName": { + "type": "string", + "description": "The validation friendly name", + "nullable": true + }, + "state": { + "type": "string", + "description": "The state of the operation", + "nullable": true + }, + "mitigationInstruction": { + "type": "string", + "description": "Instruction on how to mitigate a failed validation", + "nullable": true + } + } + }, + "microsoft.graph.managedAppOperation": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedAppOperation", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "The operation name.", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "The last time the app operation was modified.", + "format": "date-time" + }, + "state": { + "type": "string", + "description": "The current state of the operation", + "nullable": true + }, + "version": { + "type": "string", + "description": "Version of the entity.", + "nullable": true + } + }, + "description": "Represents an operation applied against an app registration." + } + ] + }, + "microsoft.graph.keyValuePair": { + "title": "keyValuePair", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Name for this key-value pair" + }, + "value": { + "type": "string", + "description": "Value for this key-value pair", + "nullable": true + } + } + }, + "microsoft.graph.managedAppPolicyDeploymentSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedAppPolicyDeploymentSummary", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "configurationDeployedUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "lastRefreshTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "configurationDeploymentSummaryPerApp": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummaryPerApp" + } + ], + "nullable": true + } + }, + "version": { + "type": "string", + "description": "Version of the entity.", + "nullable": true + } + }, + "description": "The ManagedAppEntity is the base entity type for all other entity types under app management workflow." + } + ] + }, + "microsoft.graph.windowsInformationProtectionResourceCollection": { + "title": "windowsInformationProtectionResourceCollection", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Display name" + }, + "resources": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "Collection of resources" + } + } + }, + "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate": { + "title": "windowsInformationProtectionDataRecoveryCertificate", + "type": "object", + "properties": { + "subjectName": { + "type": "string", + "description": "Data recovery Certificate subject name", + "nullable": true + }, + "description": { + "type": "string", + "description": "Data recovery Certificate description", + "nullable": true + }, + "expirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Data recovery Certificate expiration datetime", + "format": "date-time" + }, + "certificate": { + "type": "string", + "description": "Data recovery Certificate", + "format": "base64url", + "nullable": true + } + } + }, + "microsoft.graph.windowsInformationProtectionApp": { + "title": "windowsInformationProtectionApp", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "App display name." + }, + "description": { + "type": "string", + "description": "The app's description.", + "nullable": true + }, + "publisherName": { + "type": "string", + "description": "The publisher name", + "nullable": true + }, + "productName": { + "type": "string", + "description": "The product name.", + "nullable": true + }, + "denied": { + "type": "boolean", + "description": "If true, app is denied protection or exemption." + } + } + }, + "microsoft.graph.windowsInformationProtectionProxiedDomainCollection": { + "title": "windowsInformationProtectionProxiedDomainCollection", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Display name" + }, + "proxiedDomains": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.proxiedDomain" + }, + "description": "Collection of proxied domains" + } + } + }, + "microsoft.graph.proxiedDomain": { + "title": "proxiedDomain", + "type": "object", + "properties": { + "ipAddressOrFQDN": { + "type": "string", + "description": "The IP address or FQDN" + }, + "proxy": { + "type": "string", + "description": "Proxy IP", + "nullable": true + } + } + }, + "microsoft.graph.windowsInformationProtectionIPRangeCollection": { + "title": "windowsInformationProtectionIPRangeCollection", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "Display name" + }, + "ranges": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.ipRange" + }, + "description": "Collection of ip ranges" + } + } + }, + "microsoft.graph.ipRange": { + "title": "ipRange", + "type": "object" + }, + "microsoft.graph.windowsInformationProtectionAppLockerFile": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "windowsInformationProtectionAppLockerFile", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "description": "The friendly name", + "nullable": true + }, + "fileHash": { + "type": "string", + "description": "SHA256 hash of the file", + "nullable": true + }, + "file": { + "type": "string", + "description": "File as a byte array", + "format": "base64url", + "nullable": true + }, + "version": { + "type": "string", + "description": "Version of the entity.", + "nullable": true + } + }, + "description": "Windows Information Protection AppLocker File" + } + ] + }, + "microsoft.graph.androidMobileAppIdentifier": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppIdentifier" + }, + { + "title": "androidMobileAppIdentifier", + "type": "object", + "properties": { + "packageId": { + "type": "string", + "description": "The identifier for an app, as specified in the play store." + } + } + } + ] + }, + "microsoft.graph.iosMobileAppIdentifier": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppIdentifier" + }, + { + "title": "iosMobileAppIdentifier", + "type": "object", + "properties": { + "bundleId": { + "type": "string", + "description": "The identifier for an app, as specified in the app store." + } + } + } + ] + }, + "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp": { + "title": "managedAppPolicyDeploymentSummaryPerApp", + "type": "object", + "properties": { + "mobileAppIdentifier": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.mobileAppIdentifier" + } + ], + "description": "Deployment of an app.", + "nullable": true + }, + "configurationAppliedUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of users the policy is applied.", + "format": "int32" + } + } + }, + "microsoft.graph.windowsInformationProtectionStoreApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionApp" + }, + { + "title": "windowsInformationProtectionStoreApp", + "type": "object" + } + ] + }, + "microsoft.graph.windowsInformationProtectionDesktopApp": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionApp" + }, + { + "title": "windowsInformationProtectionDesktopApp", + "type": "object", + "properties": { + "binaryName": { + "type": "string", + "description": "The binary name." + }, + "binaryVersionLow": { + "type": "string", + "description": "The lower binary version.", + "nullable": true + }, + "binaryVersionHigh": { + "type": "string", + "description": "The high binary version.", + "nullable": true + } + } + } + ] + }, + "microsoft.graph.iPv6Range": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ipRange" + }, + { + "title": "iPv6Range", + "type": "object", + "properties": { + "lowerAddress": { + "type": "string", + "description": "Lower IP Address" + }, + "upperAddress": { + "type": "string", + "description": "Upper IP Address" + } + } + } + ] + }, + "microsoft.graph.iPv4Range": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.ipRange" + }, + { + "title": "iPv4Range", + "type": "object", + "properties": { + "lowerAddress": { + "type": "string", + "description": "Lower IP Address" + }, + "upperAddress": { + "type": "string", + "description": "Upper IP Address" + } + } + } + ] + }, + "microsoft.graph.iosManagedAppRegistration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + }, + { + "title": "iosManagedAppRegistration", + "type": "object", + "description": "Represents the synchronization details of an ios app, with management capabilities, for a specific user." + } + ] + }, + "microsoft.graph.androidManagedAppRegistration": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" + }, + { + "title": "androidManagedAppRegistration", + "type": "object", + "description": "Represents the synchronization details of an android app, with management capabilities, for a specific user." + } + ] + }, + "microsoft.graph.managedAppStatusRaw": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedAppStatus" + }, + { + "title": "managedAppStatusRaw", + "type": "object", + "properties": { + "content": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "description": "Status report content.", + "nullable": true + } + }, + "description": "Represents an un-typed status report about organizations app protection and configuration." + } + ] + }, + "microsoft.graph.localizedNotificationMessage": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "localizedNotificationMessage", + "type": "object", + "properties": { + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "DateTime the object was last modified.", + "format": "date-time" + }, + "locale": { + "type": "string", + "description": "The Locale for which this message is destined." + }, + "subject": { + "type": "string", + "description": "The Message Template Subject." + }, + "messageTemplate": { + "type": "string", + "description": "The Message Template content." + }, + "isDefault": { + "type": "boolean", + "description": "Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message." + } + }, + "description": "The text content of a Notification Message Template for the specified locale." + } + ] + }, + "microsoft.graph.rolePermission": { + "title": "rolePermission", + "type": "object", + "properties": { + "resourceActions": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.resourceAction" + } + ], + "nullable": true + }, + "description": "Actions" + } + } + }, + "microsoft.graph.resourceAction": { + "title": "resourceAction", + "type": "object", + "properties": { + "allowedResourceActions": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "Allowed Actions" + }, + "notAllowedResourceActions": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "Not Allowed Actions" + } + } + }, + "microsoft.graph.deviceAndAppManagementRoleDefinition": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.roleDefinition" + }, + { + "title": "deviceAndAppManagementRoleDefinition", + "type": "object", + "description": "The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role." + } + ] + }, + "microsoft.graph.managedEBookAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "managedEBookAssignment", + "type": "object", + "properties": { + "target": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + ], + "description": "The assignment target for eBook.", + "nullable": true + }, + "installIntent": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.installIntent" + } + ], + "description": "The install intent for eBook." + } + }, + "description": "Contains properties used to assign a eBook to a group." + } + ] + }, + "microsoft.graph.eBookInstallSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "eBookInstallSummary", + "type": "object", + "properties": { + "installedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of Devices that have successfully installed this book." + }, + "failedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of Devices that have failed to install this book." + }, + "notInstalledDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of Devices that does not have this book installed." + }, + "installedUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of Users whose devices have all succeeded to install this book." + }, + "failedUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of Users that have 1 or more device that failed to install this book." + }, + "notInstalledUserCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Number of Users that did not install this book." + } + }, + "description": "Contains properties for the installation summary of a book for a device." + } + ] + }, + "microsoft.graph.deviceInstallState": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "deviceInstallState", + "type": "object", + "properties": { + "deviceName": { + "type": "string", + "description": "Device name.", + "nullable": true + }, + "deviceId": { + "type": "string", + "description": "Device Id.", + "nullable": true + }, + "lastSyncDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "description": "Last sync date and time.", + "format": "date-time" + }, + "installState": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.installState" + } + ], + "description": "The install state of the eBook." + }, + "errorCode": { + "type": "string", + "description": "The error code for install failures.", + "nullable": true + }, + "osVersion": { + "type": "string", + "description": "OS Version.", + "nullable": true + }, + "osDescription": { + "type": "string", + "description": "OS Description.", + "nullable": true + }, + "userName": { + "type": "string", + "description": "Device User Name.", + "nullable": true + } + }, + "description": "Contains properties for the installation state for a device." + } + ] + }, + "microsoft.graph.userInstallStateSummary": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "userInstallStateSummary", + "type": "object", + "properties": { + "userName": { + "type": "string", + "description": "User name.", + "nullable": true + }, + "installedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Installed Device Count." + }, + "failedDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Failed Device Count." + }, + "notInstalledDeviceCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Not installed device count." + }, + "deviceStates": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" + }, + "description": "The install state of the eBook." + } + }, + "description": "Contains properties for the installation state summary for a user." + } + ] + }, + "microsoft.graph.iosVppEBookAssignment": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment" + }, + { + "title": "iosVppEBookAssignment", + "type": "object", + "description": "Contains properties used to assign an iOS VPP EBook to a group." + } + ] + }, + "microsoft.graph.iosVppEBook": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.managedEBook" + }, + { + "title": "iosVppEBook", + "type": "object", + "properties": { + "vppTokenId": { + "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", + "type": "string", + "description": "The Vpp token ID.", + "format": "uuid" + }, + "appleId": { + "type": "string", + "description": "The Apple ID associated with Vpp token.", + "nullable": true + }, + "vppOrganizationName": { + "type": "string", + "description": "The Vpp token's organization name.", + "nullable": true + }, + "genres": { + "type": "array", + "items": { + "type": "string", + "nullable": true + }, + "description": "Genres." + }, + "language": { + "type": "string", + "description": "Language.", + "nullable": true + }, + "seller": { + "type": "string", + "description": "Seller.", + "nullable": true + }, + "totalLicenseCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Total license count." + }, + "usedLicenseCount": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "description": "Used license count." + } + }, + "description": "A class containing the properties for iOS Vpp eBook." + } + ] + }, + "microsoft.graph.enrollmentTroubleshootingEvent": { + "allOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" + }, + { + "title": "enrollmentTroubleshootingEvent", + "type": "object", + "properties": { + "managedDeviceIdentifier": { + "type": "string", + "description": "Device identifier created or collected by Intune.", + "nullable": true + }, + "operatingSystem": { + "type": "string", + "description": "Operating System.", + "nullable": true + }, + "osVersion": { + "type": "string", + "description": "OS Version.", + "nullable": true + }, + "userId": { + "type": "string", + "description": "Identifier for the user that tried to enroll the device.", + "nullable": true + }, + "deviceId": { + "type": "string", + "description": "Azure AD device identifier.", + "nullable": true + }, + "enrollmentType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentType" + } + ], + "description": "Type of the enrollment." + }, + "failureCategory": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentFailureReason" + } + ], + "description": "Highlevel failure category." + }, + "failureReason": { + "type": "string", + "description": "Detailed failure reason.", + "nullable": true + } + }, + "description": "Event representing an enrollment failure." + } + ] + }, + "microsoft.graph.activityHistoryItem": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "activityHistoryItem", + "type": "object", + "properties": { + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.status" + } + ], + "nullable": true + }, + "activeDurationSeconds": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "lastActiveDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "expirationDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "startedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "userTimezone": { + "type": "string", + "nullable": true + }, + "activity": { + "$ref": "#/components/schemas/microsoft.graph.userActivity" + } + } + } + ] + }, + "microsoft.graph.imageInfo": { + "title": "imageInfo", + "type": "object", + "properties": { + "iconUrl": { + "type": "string", + "nullable": true + }, + "alternativeText": { + "type": "string", + "nullable": true + }, + "alternateText": { + "type": "string", + "nullable": true + }, + "addImageQuery": { + "type": "boolean", + "nullable": true + } + } + }, + "microsoft.graph.visualInfo": { + "title": "visualInfo", + "type": "object", + "properties": { + "attribution": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.imageInfo" + } + ], + "nullable": true + }, + "backgroundColor": { + "type": "string", + "nullable": true + }, + "description": { + "type": "string", + "nullable": true + }, + "displayText": { + "type": "string" + }, + "content": { + "anyOf": [ + { + "$ref": "#/components/schemas/Json" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.security": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "security", + "type": "object", + "properties": { + "alerts": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microsoft.graph.alert" + } + } + } + } + ] + }, + "microsoft.graph.alert": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "alert", + "type": "object", + "properties": { + "activityGroupName": { + "type": "string", + "nullable": true + }, + "assignedTo": { + "type": "string", + "nullable": true + }, + "azureSubscriptionId": { + "type": "string", + "nullable": true + }, + "azureTenantId": { + "type": "string" + }, + "category": { + "type": "string", + "nullable": true + }, + "closedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "cloudAppStates": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.cloudAppSecurityState" + } + ], + "nullable": true + } + }, + "comments": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "confidence": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "description": { + "type": "string", + "nullable": true + }, + "detectionIds": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "eventDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time" + }, + "feedback": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.alertFeedback" + } + ], + "nullable": true + }, + "fileStates": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileSecurityState" + } + ], + "nullable": true + } + }, + "hostStates": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.hostSecurityState" + } + ], + "nullable": true + } + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "malwareStates": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.malwareState" + } + ], + "nullable": true + } + }, + "networkConnections": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.networkConnection" + } + ], + "nullable": true + } + }, + "processes": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.process" + } + ], + "nullable": true + } + }, + "recommendedActions": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "registryKeyStates": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.registryKeyState" + } + ], + "nullable": true + } + }, + "severity": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.alertSeverity" + } + ] + }, + "sourceMaterials": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.alertStatus" + } + ] + }, + "tags": { + "type": "array", + "items": { + "type": "string", + "nullable": true + } + }, + "title": { + "type": "string", + "nullable": true + }, + "triggers": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.alertTrigger" + } + ], + "nullable": true + } + }, + "userStates": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.userSecurityState" + } + ], + "nullable": true + } + }, + "vendorInformation": { + "$ref": "#/components/schemas/microsoft.graph.securityVendorInformation" + }, + "vulnerabilityStates": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.vulnerabilityState" + } + ], + "nullable": true + } + } + } + } + ] + }, + "microsoft.graph.cloudAppSecurityState": { + "title": "cloudAppSecurityState", + "type": "object", + "properties": { + "destinationServiceIp": { + "type": "string", + "nullable": true + }, + "destinationServiceName": { + "type": "string", + "nullable": true + }, + "riskScore": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.fileSecurityState": { + "title": "fileSecurityState", + "type": "object", + "properties": { + "fileHash": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileHash" + } + ], + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "path": { + "type": "string", + "nullable": true + }, + "riskScore": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.fileHash": { + "title": "fileHash", + "type": "object", + "properties": { + "hashType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileHashType" + } + ], + "nullable": true + }, + "hashValue": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.hostSecurityState": { + "title": "hostSecurityState", + "type": "object", + "properties": { + "fqdn": { + "type": "string", + "nullable": true + }, + "isAzureAdJoined": { + "type": "boolean", + "nullable": true + }, + "isAzureAdRegistered": { + "type": "boolean", + "nullable": true + }, + "isHybridAzureDomainJoined": { + "type": "boolean", + "nullable": true + }, + "netBiosName": { + "type": "string", + "nullable": true + }, + "os": { + "type": "string", + "nullable": true + }, + "privateIpAddress": { + "type": "string", + "nullable": true + }, + "publicIpAddress": { + "type": "string", + "nullable": true + }, + "riskScore": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.malwareState": { + "title": "malwareState", + "type": "object", + "properties": { + "category": { + "type": "string", + "nullable": true + }, + "family": { + "type": "string", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "severity": { + "type": "string", + "nullable": true + }, + "wasRunning": { + "type": "boolean", + "nullable": true + } + } + }, + "microsoft.graph.networkConnection": { + "title": "networkConnection", + "type": "object", + "properties": { + "applicationName": { + "type": "string", + "nullable": true + }, + "destinationAddress": { + "type": "string", + "nullable": true + }, + "destinationDomain": { + "type": "string", + "nullable": true + }, + "destinationPort": { + "type": "string", + "nullable": true + }, + "destinationUrl": { + "type": "string", + "nullable": true + }, + "direction": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.connectionDirection" + } + ], + "nullable": true + }, + "domainRegisteredDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "localDnsName": { + "type": "string", + "nullable": true + }, + "natDestinationAddress": { + "type": "string", + "nullable": true + }, + "natDestinationPort": { + "type": "string", + "nullable": true + }, + "natSourceAddress": { + "type": "string", + "nullable": true + }, + "natSourcePort": { + "type": "string", + "nullable": true + }, + "protocol": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.securityNetworkProtocol" + } + ], + "nullable": true + }, + "riskScore": { + "type": "string", + "nullable": true + }, + "sourceAddress": { + "type": "string", + "nullable": true + }, + "sourcePort": { + "type": "string", + "nullable": true + }, + "status": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.connectionStatus" + } + ], + "nullable": true + }, + "urlParameters": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.process": { + "title": "process", + "type": "object", + "properties": { + "accountName": { + "type": "string", + "nullable": true + }, + "commandLine": { + "type": "string", + "nullable": true + }, + "createdDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "fileHash": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.fileHash" + } + ], + "nullable": true + }, + "integrityLevel": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.processIntegrityLevel" + } + ], + "nullable": true + }, + "isElevated": { + "type": "boolean", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "parentProcessCreatedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "parentProcessId": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "parentProcessName": { + "type": "string", + "nullable": true + }, + "path": { + "type": "string", + "nullable": true + }, + "processId": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + } + } + }, + "microsoft.graph.registryKeyState": { + "title": "registryKeyState", + "type": "object", + "properties": { + "hive": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.registryHive" + } + ], + "nullable": true + }, + "key": { + "type": "string", + "nullable": true + }, + "oldKey": { + "type": "string", + "nullable": true + }, + "oldValueData": { + "type": "string", + "nullable": true + }, + "oldValueName": { + "type": "string", + "nullable": true + }, + "operation": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.registryOperation" + } + ], + "nullable": true + }, + "processId": { + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer", + "format": "int32", + "nullable": true + }, + "valueData": { + "type": "string", + "nullable": true + }, + "valueName": { + "type": "string", + "nullable": true + }, + "valueType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.registryValueType" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.alertTrigger": { + "title": "alertTrigger", + "type": "object", + "properties": { + "name": { + "type": "string", + "nullable": true + }, + "type": { + "type": "string", + "nullable": true + }, + "value": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.userSecurityState": { + "title": "userSecurityState", + "type": "object", + "properties": { + "aadUserId": { + "type": "string", + "nullable": true + }, + "accountName": { + "type": "string", + "nullable": true + }, + "domainName": { + "type": "string", + "nullable": true + }, + "emailRole": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.emailRole" + } + ], + "nullable": true + }, + "isVpn": { + "type": "boolean", + "nullable": true + }, + "logonDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "logonId": { + "type": "string", + "nullable": true + }, + "logonIp": { + "type": "string", + "nullable": true + }, + "logonLocation": { + "type": "string", + "nullable": true + }, + "logonType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.logonType" + } + ], + "nullable": true + }, + "onPremisesSecurityIdentifier": { + "type": "string", + "nullable": true + }, + "riskScore": { + "type": "string", + "nullable": true + }, + "userAccountType": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.userAccountSecurityType" + } + ], + "nullable": true + }, + "userPrincipalName": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.securityVendorInformation": { + "title": "securityVendorInformation", + "type": "object", + "properties": { + "provider": { + "type": "string" + }, + "providerVersion": { + "type": "string", + "nullable": true + }, + "subProvider": { + "type": "string", + "nullable": true + }, + "vendor": { + "type": "string" + } + } + }, + "microsoft.graph.vulnerabilityState": { + "title": "vulnerabilityState", + "type": "object", + "properties": { + "cve": { + "type": "string", + "nullable": true + }, + "severity": { + "type": "string", + "nullable": true + }, + "wasRunning": { + "type": "boolean", + "nullable": true + } + } + }, + "microsoft.graph.trending": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "trending", + "type": "object", + "properties": { + "weight": { + "anyOf": [ + { + "type": "number" + }, + { + "type": "string" + }, + { + "enum": [ + "-INF", + "INF", + "NaN" + ] + } + ], + "format": "double" + }, + "resourceVisualization": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.resourceVisualization" + } + ], + "nullable": true + }, + "resourceReference": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.resourceReference" + } + ], + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "resource": { + "anyOf": [ + { + "$ref": "#/components/schemas/Entity" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.sharedInsight": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "sharedInsight", + "type": "object", + "properties": { + "lastShared": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharingDetail" + } + ], + "nullable": true + }, + "sharingHistory": { + "type": "array", + "items": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.sharingDetail" + } + ], + "nullable": true + } + }, + "resourceVisualization": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.resourceVisualization" + } + ], + "nullable": true + }, + "resourceReference": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.resourceReference" + } + ], + "nullable": true + }, + "lastSharedMethod": { + "anyOf": [ + { + "$ref": "#/components/schemas/Entity" + } + ], + "nullable": true + }, + "resource": { + "anyOf": [ + { + "$ref": "#/components/schemas/Entity" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.usedInsight": { + "allOf": [ + { + "$ref": "#/components/schemas/Entity" + }, + { + "title": "usedInsight", + "type": "object", + "properties": { + "lastUsed": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.usageDetails" + } + ], + "nullable": true + }, + "resourceVisualization": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.resourceVisualization" + } + ], + "nullable": true + }, + "resourceReference": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.resourceReference" + } + ], + "nullable": true + }, + "resource": { + "anyOf": [ + { + "$ref": "#/components/schemas/Entity" + } + ], + "nullable": true + } + } + } + ] + }, + "microsoft.graph.resourceVisualization": { + "title": "resourceVisualization", + "type": "object", + "properties": { + "title": { + "type": "string", + "nullable": true + }, + "type": { + "type": "string", + "nullable": true + }, + "mediaType": { + "type": "string", + "nullable": true + }, + "previewImageUrl": { + "type": "string", + "nullable": true + }, + "previewText": { + "type": "string", + "nullable": true + }, + "containerWebUrl": { + "type": "string", + "nullable": true + }, + "containerDisplayName": { + "type": "string", + "nullable": true + }, + "containerType": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.resourceReference": { + "title": "resourceReference", + "type": "object", + "properties": { + "webUrl": { + "type": "string", + "nullable": true + }, + "id": { + "type": "string", + "nullable": true + }, + "type": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.sharingDetail": { + "title": "sharingDetail", + "type": "object", + "properties": { + "sharedBy": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.insightIdentity" + } + ], + "nullable": true + }, + "sharedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "sharingSubject": { + "type": "string", + "nullable": true + }, + "sharingType": { + "type": "string", + "nullable": true + }, + "sharingReference": { + "anyOf": [ + { + "$ref": "#/components/schemas/microsoft.graph.resourceReference" + } + ], + "nullable": true + } + } + }, + "microsoft.graph.insightIdentity": { + "title": "insightIdentity", + "type": "object", + "properties": { + "displayName": { + "type": "string", + "nullable": true + }, + "id": { + "type": "string", + "nullable": true + }, + "address": { + "type": "string", + "nullable": true + } + } + }, + "microsoft.graph.usageDetails": { + "title": "usageDetails", + "type": "object", + "properties": { + "lastAccessedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + }, + "lastModifiedDateTime": { + "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", + "type": "string", + "format": "date-time", + "nullable": true + } + } + }, + "microsoft.graph.dayOfWeek": { + "title": "dayOfWeek", + "enum": [ + "sunday", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday" + ], + "type": "string" + }, + "microsoft.graph.automaticRepliesStatus": { + "title": "automaticRepliesStatus", + "enum": [ + "disabled", + "alwaysEnabled", + "scheduled" + ], + "type": "string" + }, + "microsoft.graph.externalAudienceScope": { + "title": "externalAudienceScope", + "enum": [ + "none", + "contactsOnly", + "all" + ], + "type": "string" + }, + "microsoft.graph.attendeeType": { + "title": "attendeeType", + "enum": [ + "required", + "optional", + "resource" + ], + "type": "string" + }, + "microsoft.graph.freeBusyStatus": { + "title": "freeBusyStatus", + "enum": [ + "free", + "tentative", + "busy", + "oof", + "workingElsewhere", + "unknown" + ], + "type": "string" + }, + "microsoft.graph.locationType": { + "title": "locationType", + "enum": [ + "default", + "conferenceRoom", + "homeAddress", + "businessAddress", + "geoCoordinates", + "streetAddress", + "hotel", + "restaurant", + "localBusiness", + "postalAddress" + ], + "type": "string" + }, + "microsoft.graph.locationUniqueIdType": { + "title": "locationUniqueIdType", + "enum": [ + "unknown", + "locationStore", + "directory", + "private", + "bing" + ], + "type": "string" + }, + "microsoft.graph.activityDomain": { + "title": "activityDomain", + "enum": [ + "unknown", + "work", + "personal", + "unrestricted" + ], + "type": "string" + }, + "microsoft.graph.mailTipsType": { + "title": "mailTipsType", + "enum": [ + "automaticReplies", + "mailboxFullStatus", + "customMailTip", + "externalMemberCount", + "totalMemberCount", + "maxMessageSize", + "deliveryRestriction", + "moderationStatus", + "recipientScope", + "recipientSuggestions" + ], + "type": "string" + }, + "microsoft.graph.recipientScopeType": { + "title": "recipientScopeType", + "enum": [ + "none", + "internal", + "external", + "externalPartner", + "externalNonPartner" + ], + "type": "string" + }, + "microsoft.graph.timeZoneStandard": { + "title": "timeZoneStandard", + "enum": [ + "windows", + "iana" + ], + "type": "string" + }, + "microsoft.graph.bodyType": { + "title": "bodyType", + "enum": [ + "text", + "html" + ], + "type": "string" + }, + "microsoft.graph.importance": { + "title": "importance", + "enum": [ + "low", + "normal", + "high" + ], + "type": "string" + }, + "microsoft.graph.inferenceClassificationType": { + "title": "inferenceClassificationType", + "enum": [ + "focused", + "other" + ], + "type": "string" + }, + "microsoft.graph.followupFlagStatus": { + "title": "followupFlagStatus", + "enum": [ + "notFlagged", + "complete", + "flagged" + ], + "type": "string" + }, + "microsoft.graph.calendarColor": { + "title": "calendarColor", + "enum": [ + "lightBlue", + "lightGreen", + "lightOrange", + "lightGray", + "lightYellow", + "lightTeal", + "lightPink", + "lightBrown", + "lightRed", + "maxColor", + "auto" + ], + "type": "string" + }, + "microsoft.graph.responseType": { + "title": "responseType", + "enum": [ + "none", + "organizer", + "tentativelyAccepted", + "accepted", + "declined", + "notResponded" + ], + "type": "string" + }, + "microsoft.graph.sensitivity": { + "title": "sensitivity", + "enum": [ + "normal", + "personal", + "private", + "confidential" + ], + "type": "string" + }, + "microsoft.graph.recurrencePatternType": { + "title": "recurrencePatternType", + "enum": [ + "daily", + "weekly", + "absoluteMonthly", + "relativeMonthly", + "absoluteYearly", + "relativeYearly" + ], + "type": "string" + }, + "microsoft.graph.weekIndex": { + "title": "weekIndex", + "enum": [ + "first", + "second", + "third", + "fourth", + "last" + ], + "type": "string" + }, + "microsoft.graph.recurrenceRangeType": { + "title": "recurrenceRangeType", + "enum": [ + "endDate", + "noEnd", + "numbered" + ], + "type": "string" + }, + "microsoft.graph.eventType": { + "title": "eventType", + "enum": [ + "singleInstance", + "occurrence", + "exception", + "seriesMaster" + ], + "type": "string" + }, + "microsoft.graph.meetingMessageType": { + "title": "meetingMessageType", + "enum": [ + "none", + "meetingRequest", + "meetingCancelled", + "meetingAccepted", + "meetingTenativelyAccepted", + "meetingDeclined" + ], + "type": "string" + }, + "microsoft.graph.messageActionFlag": { + "title": "messageActionFlag", + "enum": [ + "any", + "call", + "doNotForward", + "followUp", + "fyi", + "forward", + "noResponseNecessary", + "read", + "reply", + "replyToAll", + "review" + ], + "type": "string" + }, + "microsoft.graph.categoryColor": { + "title": "categoryColor", + "enum": [ + "preset0", + "preset1", + "preset2", + "preset3", + "preset4", + "preset5", + "preset6", + "preset7", + "preset8", + "preset9", + "preset10", + "preset11", + "preset12", + "preset13", + "preset14", + "preset15", + "preset16", + "preset17", + "preset18", + "preset19", + "preset20", + "preset21", + "preset22", + "preset23", + "preset24", + "none" + ], + "type": "string" + }, + "microsoft.graph.selectionLikelihoodInfo": { + "title": "selectionLikelihoodInfo", + "enum": [ + "notSpecified", + "high" + ], + "type": "string" + }, + "microsoft.graph.phoneType": { + "title": "phoneType", + "enum": [ + "home", + "business", + "mobile", + "other", + "assistant", + "homeFax", + "businessFax", + "otherFax", + "pager", + "radio" + ], + "type": "string" + }, + "microsoft.graph.websiteType": { + "title": "websiteType", + "enum": [ + "other", + "home", + "work", + "blog", + "profile" + ], + "type": "string" + }, + "microsoft.graph.plannerPreviewType": { + "title": "plannerPreviewType", + "enum": [ + "automatic", + "noPreview", + "checklist", + "description", + "reference" + ], + "type": "string" + }, + "microsoft.graph.operationStatus": { + "title": "operationStatus", + "enum": [ + "NotStarted", + "Running", + "Completed", + "Failed" + ], + "type": "string" + }, + "microsoft.graph.onenotePatchInsertPosition": { + "title": "onenotePatchInsertPosition", + "enum": [ + "After", + "Before" + ], + "type": "string" + }, + "microsoft.graph.onenotePatchActionType": { + "title": "onenotePatchActionType", + "enum": [ + "Replace", + "Append", + "Delete", + "Insert", + "Prepend" + ], + "type": "string" + }, + "microsoft.graph.onenoteSourceService": { + "title": "onenoteSourceService", + "enum": [ + "Unknown", + "OneDrive", + "OneDriveForBusiness", + "OnPremOneDriveForBusiness" + ], + "type": "string" + }, + "microsoft.graph.onenoteUserRole": { + "title": "onenoteUserRole", + "enum": [ + "Owner", + "Contributor", + "Reader", + "None" + ], + "type": "string" + }, + "microsoft.graph.educationUserRole": { + "title": "educationUserRole", + "enum": [ + "student", + "teacher", + "none", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.educationExternalSource": { + "title": "educationExternalSource", + "enum": [ + "sis", + "manual", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.educationGender": { + "title": "educationGender", + "enum": [ + "female", + "male", + "other", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.educationContactRelationship": { + "title": "educationContactRelationship", + "enum": [ + "parent", + "relative", + "aide", + "doctor", + "guardian", + "child", + "other", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.installIntent": { + "title": "installIntent", + "enum": [ + "available", + "required", + "uninstall", + "availableWithoutEnrollment" + ], + "type": "string" + }, + "microsoft.graph.mobileAppPublishingState": { + "title": "mobileAppPublishingState", + "enum": [ + "notPublished", + "processing", + "published" + ], + "type": "string" + }, + "microsoft.graph.windowsArchitecture": { + "title": "windowsArchitecture", + "enum": [ + "none", + "x86", + "x64", + "arm", + "neutral" + ], + "type": "string" + }, + "microsoft.graph.managedAppAvailability": { + "title": "managedAppAvailability", + "enum": [ + "global", + "lineOfBusiness" + ], + "type": "string" + }, + "microsoft.graph.mobileAppContentFileUploadState": { + "title": "mobileAppContentFileUploadState", + "enum": [ + "success", + "transientError", + "error", + "unknown", + "azureStorageUriRequestSuccess", + "azureStorageUriRequestPending", + "azureStorageUriRequestFailed", + "azureStorageUriRequestTimedOut", + "azureStorageUriRenewalSuccess", + "azureStorageUriRenewalPending", + "azureStorageUriRenewalFailed", + "azureStorageUriRenewalTimedOut", + "commitFileSuccess", + "commitFilePending", + "commitFileFailed", + "commitFileTimedOut" + ], + "type": "string" + }, + "microsoft.graph.windowsDeviceType": { + "title": "windowsDeviceType", + "enum": [ + "none", + "desktop", + "mobile", + "holographic", + "team" + ], + "type": "string" + }, + "microsoft.graph.microsoftStoreForBusinessLicenseType": { + "title": "microsoftStoreForBusinessLicenseType", + "enum": [ + "offline", + "online" + ], + "type": "string" + }, + "microsoft.graph.vppTokenAccountType": { + "title": "vppTokenAccountType", + "enum": [ + "business", + "education" + ], + "type": "string" + }, + "microsoft.graph.complianceStatus": { + "title": "complianceStatus", + "enum": [ + "unknown", + "notApplicable", + "compliant", + "remediated", + "nonCompliant", + "error", + "conflict", + "notAssigned" + ], + "type": "string" + }, + "microsoft.graph.mdmAppConfigKeyType": { + "title": "mdmAppConfigKeyType", + "enum": [ + "stringType", + "integerType", + "realType", + "booleanType", + "tokenType" + ], + "type": "string" + }, + "microsoft.graph.actionState": { + "title": "actionState", + "enum": [ + "none", + "pending", + "canceled", + "active", + "done", + "failed", + "notSupported" + ], + "type": "string" + }, + "microsoft.graph.managedDeviceOwnerType": { + "title": "managedDeviceOwnerType", + "enum": [ + "unknown", + "company", + "personal" + ], + "type": "string" + }, + "microsoft.graph.complianceState": { + "title": "complianceState", + "enum": [ + "unknown", + "compliant", + "noncompliant", + "conflict", + "error", + "inGracePeriod", + "configManager" + ], + "type": "string" + }, + "microsoft.graph.managementAgentType": { + "title": "managementAgentType", + "enum": [ + "eas", + "mdm", + "easMdm", + "intuneClient", + "easIntuneClient", + "configurationManagerClient", + "configurationManagerClientMdm", + "configurationManagerClientMdmEas", + "unknown", + "jamf", + "googleCloudDevicePolicyController" + ], + "type": "string" + }, + "microsoft.graph.deviceEnrollmentType": { + "title": "deviceEnrollmentType", + "enum": [ + "unknown", + "userEnrollment", + "deviceEnrollmentManager", + "appleBulkWithUser", + "appleBulkWithoutUser", + "windowsAzureADJoin", + "windowsBulkUserless", + "windowsAutoEnrollment", + "windowsBulkAzureDomainJoin", + "windowsCoManagement" + ], + "type": "string" + }, + "microsoft.graph.deviceRegistrationState": { + "title": "deviceRegistrationState", + "enum": [ + "notRegistered", + "registered", + "revoked", + "keyConflict", + "approvalPending", + "certificateReset", + "notRegisteredPendingEnrollment", + "unknown" + ], + "type": "string" + }, + "microsoft.graph.deviceManagementExchangeAccessState": { + "title": "deviceManagementExchangeAccessState", + "enum": [ + "none", + "unknown", + "allowed", + "blocked", + "quarantined" + ], + "type": "string" + }, + "microsoft.graph.deviceManagementExchangeAccessStateReason": { + "title": "deviceManagementExchangeAccessStateReason", + "enum": [ + "none", + "unknown", + "exchangeGlobalRule", + "exchangeIndividualRule", + "exchangeDeviceRule", + "exchangeUpgrade", + "exchangeMailboxPolicy", + "other", + "compliant", + "notCompliant", + "notEnrolled", + "unknownLocation", + "mfaRequired", + "azureADBlockDueToAccessPolicy", + "compromisedPassword", + "deviceNotKnownWithManagedApp" + ], + "type": "string" + }, + "microsoft.graph.managedDevicePartnerReportedHealthState": { + "title": "managedDevicePartnerReportedHealthState", + "enum": [ + "unknown", + "activated", + "deactivated", + "secured", + "lowSeverity", + "mediumSeverity", + "highSeverity", + "unresponsive", + "compromised", + "misconfigured" + ], + "type": "string" + }, + "microsoft.graph.deviceManagementSubscriptionState": { + "title": "deviceManagementSubscriptionState", + "enum": [ + "pending", + "active", + "warning", + "disabled", + "deleted", + "blocked", + "lockedOut" + ], + "type": "string" + }, + "microsoft.graph.appListType": { + "title": "appListType", + "enum": [ + "none", + "appsInListCompliant", + "appsNotInListCompliant" + ], + "type": "string" + }, + "microsoft.graph.androidRequiredPasswordType": { + "title": "androidRequiredPasswordType", + "enum": [ + "deviceDefault", + "alphabetic", + "alphanumeric", + "alphanumericWithSymbols", + "lowSecurityBiometric", + "numeric", + "numericComplex", + "any" + ], + "type": "string" + }, + "microsoft.graph.webBrowserCookieSettings": { + "title": "webBrowserCookieSettings", + "enum": [ + "browserDefault", + "blockAlways", + "allowCurrentWebSite", + "allowFromWebsitesVisited", + "allowAlways" + ], + "type": "string" + }, + "microsoft.graph.androidWorkProfileRequiredPasswordType": { + "title": "androidWorkProfileRequiredPasswordType", + "enum": [ + "deviceDefault", + "lowSecurityBiometric", + "required", + "atLeastNumeric", + "numericComplex", + "atLeastAlphabetic", + "atLeastAlphanumeric", + "alphanumericWithSymbols" + ], + "type": "string" + }, + "microsoft.graph.androidWorkProfileCrossProfileDataSharingType": { + "title": "androidWorkProfileCrossProfileDataSharingType", + "enum": [ + "deviceDefault", + "preventAny", + "allowPersonalToWork", + "noRestrictions" + ], + "type": "string" + }, + "microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType": { + "title": "androidWorkProfileDefaultAppPermissionPolicyType", + "enum": [ + "deviceDefault", + "prompt", + "autoGrant", + "autoDeny" + ], + "type": "string" + }, + "microsoft.graph.ratingAustraliaMoviesType": { + "title": "ratingAustraliaMoviesType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "parentalGuidance", + "mature", + "agesAbove15", + "agesAbove18" + ], + "type": "string" + }, + "microsoft.graph.ratingAustraliaTelevisionType": { + "title": "ratingAustraliaTelevisionType", + "enum": [ + "allAllowed", + "allBlocked", + "preschoolers", + "children", + "general", + "parentalGuidance", + "mature", + "agesAbove15", + "agesAbove15AdultViolence" + ], + "type": "string" + }, + "microsoft.graph.ratingCanadaMoviesType": { + "title": "ratingCanadaMoviesType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "parentalGuidance", + "agesAbove14", + "agesAbove18", + "restricted" + ], + "type": "string" + }, + "microsoft.graph.ratingCanadaTelevisionType": { + "title": "ratingCanadaTelevisionType", + "enum": [ + "allAllowed", + "allBlocked", + "children", + "childrenAbove8", + "general", + "parentalGuidance", + "agesAbove14", + "agesAbove18" + ], + "type": "string" + }, + "microsoft.graph.ratingFranceMoviesType": { + "title": "ratingFranceMoviesType", + "enum": [ + "allAllowed", + "allBlocked", + "agesAbove10", + "agesAbove12", + "agesAbove16", + "agesAbove18" + ], + "type": "string" + }, + "microsoft.graph.ratingFranceTelevisionType": { + "title": "ratingFranceTelevisionType", + "enum": [ + "allAllowed", + "allBlocked", + "agesAbove10", + "agesAbove12", + "agesAbove16", + "agesAbove18" + ], + "type": "string" + }, + "microsoft.graph.ratingGermanyMoviesType": { + "title": "ratingGermanyMoviesType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "agesAbove6", + "agesAbove12", + "agesAbove16", + "adults" + ], + "type": "string" + }, + "microsoft.graph.ratingGermanyTelevisionType": { + "title": "ratingGermanyTelevisionType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "agesAbove6", + "agesAbove12", + "agesAbove16", + "adults" + ], + "type": "string" + }, + "microsoft.graph.ratingIrelandMoviesType": { + "title": "ratingIrelandMoviesType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "parentalGuidance", + "agesAbove12", + "agesAbove15", + "agesAbove16", + "adults" + ], + "type": "string" + }, + "microsoft.graph.ratingIrelandTelevisionType": { + "title": "ratingIrelandTelevisionType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "children", + "youngAdults", + "parentalSupervision", + "mature" + ], + "type": "string" + }, + "microsoft.graph.ratingJapanMoviesType": { + "title": "ratingJapanMoviesType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "parentalGuidance", + "agesAbove15", + "agesAbove18" + ], + "type": "string" + }, + "microsoft.graph.ratingJapanTelevisionType": { + "title": "ratingJapanTelevisionType", + "enum": [ + "allAllowed", + "allBlocked", + "explicitAllowed" + ], + "type": "string" + }, + "microsoft.graph.ratingNewZealandMoviesType": { + "title": "ratingNewZealandMoviesType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "parentalGuidance", + "mature", + "agesAbove13", + "agesAbove15", + "agesAbove16", + "agesAbove18", + "restricted", + "agesAbove16Restricted" + ], + "type": "string" + }, + "microsoft.graph.ratingNewZealandTelevisionType": { + "title": "ratingNewZealandTelevisionType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "parentalGuidance", + "adults" + ], + "type": "string" + }, + "microsoft.graph.ratingUnitedKingdomMoviesType": { + "title": "ratingUnitedKingdomMoviesType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "universalChildren", + "parentalGuidance", + "agesAbove12Video", + "agesAbove12Cinema", + "agesAbove15", + "adults" + ], + "type": "string" + }, + "microsoft.graph.ratingUnitedKingdomTelevisionType": { + "title": "ratingUnitedKingdomTelevisionType", + "enum": [ + "allAllowed", + "allBlocked", + "caution" + ], + "type": "string" + }, + "microsoft.graph.ratingUnitedStatesMoviesType": { + "title": "ratingUnitedStatesMoviesType", + "enum": [ + "allAllowed", + "allBlocked", + "general", + "parentalGuidance", + "parentalGuidance13", + "restricted", + "adults" + ], + "type": "string" + }, + "microsoft.graph.ratingUnitedStatesTelevisionType": { + "title": "ratingUnitedStatesTelevisionType", + "enum": [ + "allAllowed", + "allBlocked", + "childrenAll", + "childrenAbove7", + "general", + "parentalGuidance", + "childrenAbove14", + "adults" + ], + "type": "string" + }, + "microsoft.graph.ratingAppsType": { + "title": "ratingAppsType", + "enum": [ + "allAllowed", + "allBlocked", + "agesAbove4", + "agesAbove9", + "agesAbove12", + "agesAbove17" + ], + "type": "string" + }, + "microsoft.graph.requiredPasswordType": { + "title": "requiredPasswordType", + "enum": [ + "deviceDefault", + "alphanumeric", + "numeric" + ], + "type": "string" + }, + "microsoft.graph.iosNotificationAlertType": { + "title": "iosNotificationAlertType", + "enum": [ + "deviceDefault", + "banner", + "modal", + "none" + ], + "type": "string" + }, + "microsoft.graph.editionUpgradeLicenseType": { + "title": "editionUpgradeLicenseType", + "enum": [ + "productKey", + "licenseFile" + ], + "type": "string" + }, + "microsoft.graph.windows10EditionType": { + "title": "windows10EditionType", + "enum": [ + "windows10Enterprise", + "windows10EnterpriseN", + "windows10Education", + "windows10EducationN", + "windows10MobileEnterprise", + "windows10HolographicEnterprise", + "windows10Professional", + "windows10ProfessionalN", + "windows10ProfessionalEducation", + "windows10ProfessionalEducationN", + "windows10ProfessionalWorkstation", + "windows10ProfessionalWorkstationN" + ], + "type": "string" + }, + "microsoft.graph.stateManagementSetting": { + "title": "stateManagementSetting", + "enum": [ + "notConfigured", + "blocked", + "allowed" + ], + "type": "string" + }, + "microsoft.graph.firewallPreSharedKeyEncodingMethodType": { + "title": "firewallPreSharedKeyEncodingMethodType", + "enum": [ + "deviceDefault", + "none", + "utF8" + ], + "type": "string" + }, + "microsoft.graph.firewallCertificateRevocationListCheckMethodType": { + "title": "firewallCertificateRevocationListCheckMethodType", + "enum": [ + "deviceDefault", + "none", + "attempt", + "require" + ], + "type": "string" + }, + "microsoft.graph.firewallPacketQueueingMethodType": { + "title": "firewallPacketQueueingMethodType", + "enum": [ + "deviceDefault", + "disabled", + "queueInbound", + "queueOutbound", + "queueBoth" + ], + "type": "string" + }, + "microsoft.graph.appLockerApplicationControlType": { + "title": "appLockerApplicationControlType", + "enum": [ + "notConfigured", + "enforceComponentsAndStoreApps", + "auditComponentsAndStoreApps", + "enforceComponentsStoreAppsAndSmartlocker", + "auditComponentsStoreAppsAndSmartlocker" + ], + "type": "string" + }, + "microsoft.graph.applicationGuardBlockFileTransferType": { + "title": "applicationGuardBlockFileTransferType", + "enum": [ + "notConfigured", + "blockImageAndTextFile", + "blockImageFile", + "blockNone", + "blockTextFile" + ], + "type": "string" + }, + "microsoft.graph.applicationGuardBlockClipboardSharingType": { + "title": "applicationGuardBlockClipboardSharingType", + "enum": [ + "notConfigured", + "blockBoth", + "blockHostToContainer", + "blockContainerToHost", + "blockNone" + ], + "type": "string" + }, + "microsoft.graph.bitLockerEncryptionMethod": { + "title": "bitLockerEncryptionMethod", + "enum": [ + "aesCbc128", + "aesCbc256", + "xtsAes128", + "xtsAes256" + ], + "type": "string" + }, + "microsoft.graph.diagnosticDataSubmissionMode": { + "title": "diagnosticDataSubmissionMode", + "enum": [ + "userDefined", + "none", + "basic", + "enhanced", + "full" + ], + "type": "string" + }, + "microsoft.graph.edgeCookiePolicy": { + "title": "edgeCookiePolicy", + "enum": [ + "userDefined", + "allow", + "blockThirdParty", + "blockAll" + ], + "type": "string" + }, + "microsoft.graph.visibilitySetting": { + "title": "visibilitySetting", + "enum": [ + "notConfigured", + "hide", + "show" + ], + "type": "string" + }, + "microsoft.graph.defenderThreatAction": { + "title": "defenderThreatAction", + "enum": [ + "deviceDefault", + "clean", + "quarantine", + "remove", + "allow", + "userDefined", + "block" + ], + "type": "string" + }, + "microsoft.graph.weeklySchedule": { + "title": "weeklySchedule", + "enum": [ + "userDefined", + "everyday", + "sunday", + "monday", + "tuesday", + "wednesday", + "thursday", + "friday", + "saturday" + ], + "type": "string" + }, + "microsoft.graph.defenderMonitorFileActivity": { + "title": "defenderMonitorFileActivity", + "enum": [ + "userDefined", + "disable", + "monitorAllFiles", + "monitorIncomingFilesOnly", + "monitorOutgoingFilesOnly" + ], + "type": "string" + }, + "microsoft.graph.defenderPromptForSampleSubmission": { + "title": "defenderPromptForSampleSubmission", + "enum": [ + "userDefined", + "alwaysPrompt", + "promptBeforeSendingPersonalData", + "neverSendData", + "sendAllDataWithoutPrompting" + ], + "type": "string" + }, + "microsoft.graph.defenderScanType": { + "title": "defenderScanType", + "enum": [ + "userDefined", + "disabled", + "quick", + "full" + ], + "type": "string" + }, + "microsoft.graph.defenderCloudBlockLevelType": { + "title": "defenderCloudBlockLevelType", + "enum": [ + "notConfigured", + "high", + "highPlus", + "zeroTolerance" + ], + "type": "string" + }, + "microsoft.graph.windowsStartMenuAppListVisibilityType": { + "title": "windowsStartMenuAppListVisibilityType", + "enum": [ + "userDefined", + "collapse", + "remove", + "disableSettingsApp" + ], + "type": "string" + }, + "microsoft.graph.windowsStartMenuModeType": { + "title": "windowsStartMenuModeType", + "enum": [ + "userDefined", + "fullScreen", + "nonFullScreen" + ], + "type": "string" + }, + "microsoft.graph.windowsSpotlightEnablementSettings": { + "title": "windowsSpotlightEnablementSettings", + "enum": [ + "notConfigured", + "disabled", + "enabled" + ], + "type": "string" + }, + "microsoft.graph.automaticUpdateMode": { + "title": "automaticUpdateMode", + "enum": [ + "userDefined", + "notifyDownload", + "autoInstallAtMaintenanceTime", + "autoInstallAndRebootAtMaintenanceTime", + "autoInstallAndRebootAtScheduledTime", + "autoInstallAndRebootWithoutEndUserControl" + ], + "type": "string" + }, + "microsoft.graph.safeSearchFilterType": { + "title": "safeSearchFilterType", + "enum": [ + "userDefined", + "strict", + "moderate" + ], + "type": "string" + }, + "microsoft.graph.edgeSearchEngineType": { + "title": "edgeSearchEngineType", + "enum": [ + "default", + "bing" + ], + "type": "string" + }, + "microsoft.graph.prereleaseFeatures": { + "title": "prereleaseFeatures", + "enum": [ + "userDefined", + "settingsOnly", + "settingsAndExperimentations", + "notAllowed" + ], + "type": "string" + }, + "microsoft.graph.sharedPCAccountDeletionPolicyType": { + "title": "sharedPCAccountDeletionPolicyType", + "enum": [ + "immediate", + "diskSpaceThreshold", + "diskSpaceThresholdOrInactiveThreshold" + ], + "type": "string" + }, + "microsoft.graph.sharedPCAllowedAccountType": { + "title": "sharedPCAllowedAccountType", + "enum": [ + "guest", + "domain" + ], + "type": "string" + }, + "microsoft.graph.windowsDeliveryOptimizationMode": { + "title": "windowsDeliveryOptimizationMode", + "enum": [ + "userDefined", + "httpOnly", + "httpWithPeeringNat", + "httpWithPeeringPrivateGroup", + "httpWithInternetPeering", + "simpleDownload", + "bypassMode" + ], + "type": "string" + }, + "microsoft.graph.windowsUpdateType": { + "title": "windowsUpdateType", + "enum": [ + "userDefined", + "all", + "businessReadyOnly", + "windowsInsiderBuildFast", + "windowsInsiderBuildSlow", + "windowsInsiderBuildRelease" + ], + "type": "string" + }, + "microsoft.graph.internetSiteSecurityLevel": { + "title": "internetSiteSecurityLevel", + "enum": [ + "userDefined", + "medium", + "mediumHigh", + "high" + ], + "type": "string" + }, + "microsoft.graph.siteSecurityLevel": { + "title": "siteSecurityLevel", + "enum": [ + "userDefined", + "low", + "mediumLow", + "medium", + "mediumHigh", + "high" + ], + "type": "string" + }, + "microsoft.graph.windowsUserAccountControlSettings": { + "title": "windowsUserAccountControlSettings", + "enum": [ + "userDefined", + "alwaysNotify", + "notifyOnAppChanges", + "notifyOnAppChangesWithoutDimming", + "neverNotify" + ], + "type": "string" + }, + "microsoft.graph.miracastChannel": { + "title": "miracastChannel", + "enum": [ + "userDefined", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "ten", + "eleven", + "thirtySix", + "forty", + "fortyFour", + "fortyEight", + "oneHundredFortyNine", + "oneHundredFiftyThree", + "oneHundredFiftySeven", + "oneHundredSixtyOne", + "oneHundredSixtyFive" + ], + "type": "string" + }, + "microsoft.graph.welcomeScreenMeetingInformation": { + "title": "welcomeScreenMeetingInformation", + "enum": [ + "userDefined", + "showOrganizerAndTimeOnly", + "showOrganizerAndTimeAndSubject" + ], + "type": "string" + }, + "microsoft.graph.deviceComplianceActionType": { + "title": "deviceComplianceActionType", + "enum": [ + "noAction", + "notification", + "block", + "retire", + "wipe", + "removeResourceAccessProfiles", + "pushNotification" + ], + "type": "string" + }, + "microsoft.graph.deviceThreatProtectionLevel": { + "title": "deviceThreatProtectionLevel", + "enum": [ + "unavailable", + "secured", + "low", + "medium", + "high", + "notSet" + ], + "type": "string" + }, + "microsoft.graph.policyPlatformType": { + "title": "policyPlatformType", + "enum": [ + "android", + "iOS", + "macOS", + "windowsPhone81", + "windows81AndLater", + "windows10AndLater", + "androidWorkProfile", + "all" + ], + "type": "string" + }, + "microsoft.graph.iosUpdatesInstallStatus": { + "title": "iosUpdatesInstallStatus", + "enum": [ + "success", + "available", + "idle", + "unknown", + "downloading", + "downloadFailed", + "downloadRequiresComputer", + "downloadInsufficientSpace", + "downloadInsufficientPower", + "downloadInsufficientNetwork", + "installing", + "installInsufficientSpace", + "installInsufficientPower", + "installPhoneCallInProgress", + "installFailed", + "notSupportedOperation", + "sharedDeviceUserLoggedInError" + ], + "type": "string" + }, + "microsoft.graph.deviceManagementExchangeConnectorSyncType": { + "title": "deviceManagementExchangeConnectorSyncType", + "enum": [ + "fullSync", + "deltaSync" + ], + "type": "string" + }, + "microsoft.graph.mdmAuthority": { + "title": "mdmAuthority", + "enum": [ + "unknown", + "intune", + "sccm", + "office365" + ], + "type": "string" + }, + "microsoft.graph.windowsHelloForBusinessPinUsage": { + "title": "windowsHelloForBusinessPinUsage", + "enum": [ + "allowed", + "required", + "disallowed" + ], + "type": "string" + }, + "microsoft.graph.enablement": { + "title": "enablement", + "enum": [ + "notConfigured", + "enabled", + "disabled" + ], + "type": "string" + }, + "microsoft.graph.vppTokenState": { + "title": "vppTokenState", + "enum": [ + "unknown", + "valid", + "expired", + "invalid", + "assignedToExternalMDM" + ], + "type": "string" + }, + "microsoft.graph.vppTokenSyncStatus": { + "title": "vppTokenSyncStatus", + "enum": [ + "none", + "inProgress", + "completed", + "failed" + ], + "type": "string" + }, + "microsoft.graph.deviceManagementExchangeConnectorStatus": { + "title": "deviceManagementExchangeConnectorStatus", + "enum": [ + "none", + "connectionPending", + "connected", + "disconnected" + ], + "type": "string" + }, + "microsoft.graph.deviceManagementExchangeConnectorType": { + "title": "deviceManagementExchangeConnectorType", + "enum": [ + "onPremises", + "hosted", + "serviceToService", + "dedicated" + ], + "type": "string" + }, + "microsoft.graph.mobileThreatPartnerTenantState": { + "title": "mobileThreatPartnerTenantState", + "enum": [ + "unavailable", + "available", + "enabled", + "unresponsive" + ], + "type": "string" + }, + "microsoft.graph.deviceManagementPartnerTenantState": { + "title": "deviceManagementPartnerTenantState", + "enum": [ + "unknown", + "unavailable", + "enabled", + "terminated", + "rejected", + "unresponsive" + ], + "type": "string" + }, + "microsoft.graph.deviceManagementPartnerAppType": { + "title": "deviceManagementPartnerAppType", + "enum": [ + "unknown", + "singleTenantApp", + "multiTenantApp" + ], + "type": "string" + }, + "microsoft.graph.managedAppDataTransferLevel": { + "title": "managedAppDataTransferLevel", + "enum": [ + "allApps", + "managedApps", + "none" + ], + "type": "string" + }, + "microsoft.graph.managedAppClipboardSharingLevel": { + "title": "managedAppClipboardSharingLevel", + "enum": [ + "allApps", + "managedAppsWithPasteIn", + "managedApps", + "blocked" + ], + "type": "string" + }, + "microsoft.graph.managedAppPinCharacterSet": { + "title": "managedAppPinCharacterSet", + "enum": [ + "numeric", + "alphanumericAndSymbol" + ], + "type": "string" + }, + "microsoft.graph.managedAppDataStorageLocation": { + "title": "managedAppDataStorageLocation", + "enum": [ + "oneDriveForBusiness", + "sharePoint", + "localStorage" + ], + "type": "string" + }, + "microsoft.graph.managedAppDataEncryptionType": { + "title": "managedAppDataEncryptionType", + "enum": [ + "useDeviceSettings", + "afterDeviceRestart", + "whenDeviceLockedExceptOpenFiles", + "whenDeviceLocked" + ], + "type": "string" + }, + "microsoft.graph.windowsInformationProtectionEnforcementLevel": { + "title": "windowsInformationProtectionEnforcementLevel", + "enum": [ + "noProtection", + "encryptAndAuditOnly", + "encryptAuditAndPrompt", + "encryptAuditAndBlock" + ], + "type": "string" + }, + "microsoft.graph.windowsInformationProtectionPinCharacterRequirements": { + "title": "windowsInformationProtectionPinCharacterRequirements", + "enum": [ + "notAllow", + "requireAtLeastOne", + "allow" + ], + "type": "string" + }, + "microsoft.graph.managedAppFlaggedReason": { + "title": "managedAppFlaggedReason", + "enum": [ + "none", + "rootedDevice" + ], + "type": "string" + }, + "microsoft.graph.notificationTemplateBrandingOptions": { + "title": "notificationTemplateBrandingOptions", + "enum": [ + "none", + "includeCompanyLogo", + "includeCompanyName", + "includeContactInformation" + ], + "type": "string" + }, + "microsoft.graph.installState": { + "title": "installState", + "enum": [ + "notApplicable", + "installed", + "failed", + "notInstalled", + "uninstallFailed", + "unknown" + ], + "type": "string" + }, + "microsoft.graph.remoteAssistanceOnboardingStatus": { + "title": "remoteAssistanceOnboardingStatus", + "enum": [ + "notOnboarded", + "onboarding", + "onboarded" + ], + "type": "string" + }, + "microsoft.graph.applicationType": { + "title": "applicationType", + "enum": [ + "universal", + "desktop" + ], + "type": "string" + }, + "microsoft.graph.deviceEnrollmentFailureReason": { + "title": "deviceEnrollmentFailureReason", + "enum": [ + "unknown", + "authentication", + "authorization", + "accountValidation", + "userValidation", + "deviceNotSupported", + "inMaintenance", + "badRequest", + "featureNotSupported", + "enrollmentRestrictionsEnforced", + "clientDisconnected", + "userAbandonment" + ], + "type": "string" + }, + "microsoft.graph.status": { + "title": "status", + "enum": [ + "active", + "updated", + "deleted", + "ignored", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.alertFeedback": { + "title": "alertFeedback", + "enum": [ + "unknown", + "truePositive", + "falsePositive", + "benignPositive", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.alertSeverity": { + "title": "alertSeverity", + "enum": [ + "unknown", + "informational", + "low", + "medium", + "high", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.alertStatus": { + "title": "alertStatus", + "enum": [ + "unknown", + "newAlert", + "inProgress", + "resolved", + "dismissed", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.connectionDirection": { + "title": "connectionDirection", + "enum": [ + "unknown", + "inbound", + "outbound", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.connectionStatus": { + "title": "connectionStatus", + "enum": [ + "unknown", + "attempted", + "succeeded", + "blocked", + "failed", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.emailRole": { + "title": "emailRole", + "enum": [ + "unknown", + "sender", + "recipient", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.fileHashType": { + "title": "fileHashType", + "enum": [ + "unknown", + "sha1", + "sha256", + "md5", + "authenticodeHash256", + "lsHash", + "ctph", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.logonType": { + "title": "logonType", + "enum": [ + "unknown", + "interactive", + "remoteInteractive", + "network", + "batch", + "service", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.processIntegrityLevel": { + "title": "processIntegrityLevel", + "enum": [ + "unknown", + "untrusted", + "low", + "medium", + "high", + "system", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.registryHive": { + "title": "registryHive", + "enum": [ + "unknown", + "currentConfig", + "currentUser", + "localMachineSam", + "localMachineSecurity", + "localMachineSoftware", + "localMachineSystem", + "usersDefault", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.registryOperation": { + "title": "registryOperation", + "enum": [ + "unknown", + "create", + "modify", + "delete", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.registryValueType": { + "title": "registryValueType", + "enum": [ + "unknown", + "binary", + "dword", + "dwordLittleEndian", + "dwordBigEndian", + "expandSz", + "link", + "multiSz", + "none", + "qword", + "qwordlittleEndian", + "sz", + "unknownFutureValue" + ], + "type": "string" + }, + "microsoft.graph.securityNetworkProtocol": { + "title": "securityNetworkProtocol", + "enum": [ + "ip", + "icmp", + "igmp", + "ggp", + "ipv4", + "tcp", + "pup", + "udp", + "idp", + "ipv6", + "ipv6RoutingHeader", + "ipv6FragmentHeader", + "ipSecEncapsulatingSecurityPayload", + "ipSecAuthenticationHeader", + "icmpV6", + "ipv6NoNextHeader", + "ipv6DestinationOptions", + "nd", + "raw", + "ipx", + "spx", + "spxII", + "unknownFutureValue", + "unknown" + ], + "type": "string" + }, + "microsoft.graph.userAccountSecurityType": { + "title": "userAccountSecurityType", + "enum": [ + "unknown", + "standard", + "power", + "administrator", + "unknownFutureValue" + ], + "type": "string" + }, + "odata.error": { + "required": [ + "error" + ], + "type": "object", + "properties": { + "error": { + "$ref": "#/components/schemas/odata.error.main" + } + } + }, + "odata.error.main": { + "required": [ + "code", + "message" + ], + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "target": { + "type": "string" + }, + "details": { + "type": "array", + "items": { + "$ref": "#/components/schemas/odata.error.detail" + } + }, + "innererror": { + "type": "object", + "description": "The structure of this object is service-specific" + } + } + }, + "odata.error.detail": { + "required": [ + "code", + "message" + ], + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "target": { + "type": "string" + } + } + } + }, + "responses": { + "error": { + "description": "error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/odata.error" + } + } + } + } + }, + "parameters": { + "top": { + "name": "$top", + "in": "query", + "description": "Show only the first n items", + "schema": { + "minimum": 0, + "type": "integer" + }, + "example": 50 + }, + "skip": { + "name": "$skip", + "in": "query", + "description": "Skip the first n items", + "schema": { + "minimum": 0, + "type": "integer" + } + }, + "count": { + "name": "$count", + "in": "query", + "description": "Include count of items", + "schema": { + "type": "boolean" + } + }, + "filter": { + "name": "$filter", + "in": "query", + "description": "Filter items by property values", + "schema": { + "type": "string" + } + }, + "search": { + "name": "$search", + "in": "query", + "description": "Search items by search phrases", + "schema": { + "type": "string" + } + }, + "sessionId": { + "name": "workbook-session-id", + "description": "The ID of the session", + "in": "header", + "required": false, + "schema": { + "type": "string" + } + } + }, + "examples": { + "Entity": { + "value": { + "id": "String (identifier)" + } + }, + "microsoft.graph.directory": { + "value": { + "deletedItems": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ] + } + }, + "microsoft.graph.directoryObject": { + "value": { + "deletedDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.device": { + "value": { + "accountEnabled": true, + "alternativeSecurityIds": [ + { + "@odata.type": "microsoft.graph.alternativeSecurityId" + } + ], + "approximateLastSignInDateTime": "0001-01-01T00:00:00.0000000+00:00", + "deviceId": "String", + "deviceMetadata": "String", + "deviceVersion": 0, + "displayName": "String", + "extensions": [ + { + "@odata.type": "microsoft.graph.extension" + } + ], + "isCompliant": true, + "isManaged": true, + "onPremisesLastSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "onPremisesSyncEnabled": true, + "operatingSystem": "String", + "operatingSystemVersion": "String", + "physicalIds": [ + "String" + ], + "registeredOwners": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "registeredUsers": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "trustType": "String" + } + }, + "microsoft.graph.alternativeSecurityId": { + "value": { + "identityProvider": "String", + "key": "AA==", + "type": 0 + } + }, + "microsoft.graph.extension": {}, + "microsoft.graph.directoryRole": { + "value": { + "description": "String", + "displayName": "String", + "members": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "roleTemplateId": "String" + } + }, + "microsoft.graph.directoryRoleTemplate": { + "value": { + "description": "String", + "displayName": "String" + } + }, + "microsoft.graph.domain": { + "value": { + "authenticationType": "String", + "availabilityStatus": "String", + "domainNameReferences": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "isAdminManaged": true, + "isDefault": true, + "isInitial": true, + "isRoot": true, + "isVerified": true, + "serviceConfigurationRecords": [ + { + "@odata.type": "microsoft.graph.domainDnsRecord" + } + ], + "state": { + "@odata.type": "microsoft.graph.domainState" + }, + "supportedServices": [ + "String" + ], + "verificationDnsRecords": [ + { + "@odata.type": "microsoft.graph.domainDnsRecord" + } + ] + } + }, + "microsoft.graph.domainState": { + "value": { + "lastActionDateTime": "0001-01-01T00:00:00.0000000+00:00", + "operation": "String", + "status": "String" + } + }, + "microsoft.graph.domainDnsRecord": { + "value": { + "isOptional": true, + "label": "String", + "recordType": "String", + "supportedService": "String", + "ttl": 0 + } + }, + "microsoft.graph.domainDnsCnameRecord": { + "value": { + "canonicalName": "String" + } + }, + "microsoft.graph.domainDnsMxRecord": { + "value": { + "mailExchange": "String", + "preference": 0 + } + }, + "microsoft.graph.domainDnsSrvRecord": { + "value": { + "nameTarget": "String", + "port": 0, + "priority": 0, + "protocol": "String", + "service": "String", + "weight": 0 + } + }, + "microsoft.graph.domainDnsTxtRecord": { + "value": { + "text": "String" + } + }, + "microsoft.graph.domainDnsUnavailableRecord": { + "value": { + "description": "String" + } + }, + "microsoft.graph.licenseDetails": { + "value": { + "servicePlans": [ + { + "@odata.type": "microsoft.graph.servicePlanInfo" + } + ], + "skuId": "00000000-0000-0000-0000-000000000000", + "skuPartNumber": "String" + } + }, + "microsoft.graph.servicePlanInfo": { + "value": { + "appliesTo": "String", + "provisioningStatus": "String", + "servicePlanId": "00000000-0000-0000-0000-000000000000", + "servicePlanName": "String" + } + }, + "microsoft.graph.group": { + "value": { + "acceptedSenders": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "allowExternalSenders": true, + "autoSubscribeNewMembers": true, + "calendar": { + "@odata.type": "microsoft.graph.calendar" + }, + "calendarView": [ + { + "@odata.type": "microsoft.graph.event" + } + ], + "classification": "String", + "conversations": [ + { + "@odata.type": "microsoft.graph.conversation" + } + ], + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "createdOnBehalfOf": { + "@odata.type": "microsoft.graph.directoryObject" + }, + "description": "String", + "displayName": "String", + "drive": { + "@odata.type": "microsoft.graph.drive" + }, + "drives": [ + { + "@odata.type": "microsoft.graph.drive" + } + ], + "events": [ + { + "@odata.type": "microsoft.graph.event" + } + ], + "extensions": [ + { + "@odata.type": "microsoft.graph.extension" + } + ], + "groupLifecyclePolicies": [ + { + "@odata.type": "microsoft.graph.groupLifecyclePolicy" + } + ], + "groupTypes": [ + "String" + ], + "isSubscribedByMail": true, + "mail": "String", + "mailEnabled": true, + "mailNickname": "String", + "memberOf": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "members": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "onenote": { + "@odata.type": "microsoft.graph.onenote" + }, + "onPremisesLastSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "onPremisesProvisioningErrors": [ + { + "@odata.type": "microsoft.graph.onPremisesProvisioningError" + } + ], + "onPremisesSecurityIdentifier": "String", + "onPremisesSyncEnabled": true, + "owners": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "photo": { + "@odata.type": "microsoft.graph.profilePhoto" + }, + "photos": [ + { + "@odata.type": "microsoft.graph.profilePhoto" + } + ], + "planner": { + "@odata.type": "microsoft.graph.plannerGroup" + }, + "proxyAddresses": [ + "String" + ], + "rejectedSenders": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "renewedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "securityEnabled": true, + "settings": [ + { + "@odata.type": "microsoft.graph.groupSetting" + } + ], + "sites": [ + { + "@odata.type": "microsoft.graph.site" + } + ], + "threads": [ + { + "@odata.type": "microsoft.graph.conversationThread" + } + ], + "unseenCount": 0, + "visibility": "String" + } + }, + "microsoft.graph.onPremisesProvisioningError": { + "value": { + "category": "String", + "occurredDateTime": "0001-01-01T00:00:00.0000000+00:00", + "propertyCausingError": "String", + "value": "String" + } + }, + "microsoft.graph.groupSetting": { + "value": { + "displayName": "String", + "templateId": "String", + "values": [ + { + "@odata.type": "microsoft.graph.settingValue" + } + ] + } + }, + "microsoft.graph.conversationThread": { + "value": { + "ccRecipients": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "hasAttachments": true, + "isLocked": true, + "lastDeliveredDateTime": "0001-01-01T00:00:00.0000000+00:00", + "posts": [ + { + "@odata.type": "microsoft.graph.post" + } + ], + "preview": "String", + "topic": "String", + "toRecipients": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "uniqueSenders": [ + "String" + ] + } + }, + "microsoft.graph.calendar": { + "value": { + "calendarView": [ + { + "@odata.type": "microsoft.graph.event" + } + ], + "canEdit": true, + "canShare": true, + "canViewPrivateItems": true, + "changeKey": "String", + "color": { + "@odata.type": "microsoft.graph.calendarColor" + }, + "events": [ + { + "@odata.type": "microsoft.graph.event" + } + ], + "multiValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.multiValueLegacyExtendedProperty" + } + ], + "name": "String", + "owner": { + "@odata.type": "microsoft.graph.emailAddress" + }, + "singleValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.singleValueLegacyExtendedProperty" + } + ] + } + }, + "microsoft.graph.outlookItem": { + "value": { + "categories": [ + "String" + ], + "changeKey": "String", + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.event": { + "value": { + "attachments": [ + { + "@odata.type": "microsoft.graph.attachment" + } + ], + "attendees": [ + { + "@odata.type": "microsoft.graph.attendee" + } + ], + "body": { + "@odata.type": "microsoft.graph.itemBody" + }, + "bodyPreview": "String", + "calendar": { + "@odata.type": "microsoft.graph.calendar" + }, + "end": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "extensions": [ + { + "@odata.type": "microsoft.graph.extension" + } + ], + "hasAttachments": true, + "iCalUId": "String", + "importance": { + "@odata.type": "microsoft.graph.importance" + }, + "instances": [ + { + "@odata.type": "microsoft.graph.event" + } + ], + "isAllDay": true, + "isCancelled": true, + "isOrganizer": true, + "isReminderOn": true, + "location": { + "@odata.type": "microsoft.graph.location" + }, + "locations": [ + { + "@odata.type": "microsoft.graph.location" + } + ], + "multiValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.multiValueLegacyExtendedProperty" + } + ], + "onlineMeetingUrl": "String", + "organizer": { + "@odata.type": "microsoft.graph.recipient" + }, + "originalEndTimeZone": "String", + "originalStart": "0001-01-01T00:00:00.0000000+00:00", + "originalStartTimeZone": "String", + "recurrence": { + "@odata.type": "microsoft.graph.patternedRecurrence" + }, + "reminderMinutesBeforeStart": 0, + "responseRequested": true, + "responseStatus": { + "@odata.type": "microsoft.graph.responseStatus" + }, + "sensitivity": { + "@odata.type": "microsoft.graph.sensitivity" + }, + "seriesMasterId": "String", + "showAs": { + "@odata.type": "microsoft.graph.freeBusyStatus" + }, + "singleValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.singleValueLegacyExtendedProperty" + } + ], + "start": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "subject": "String", + "type": { + "@odata.type": "microsoft.graph.eventType" + }, + "webLink": "String" + } + }, + "microsoft.graph.conversation": { + "value": { + "hasAttachments": true, + "lastDeliveredDateTime": "0001-01-01T00:00:00.0000000+00:00", + "preview": "String", + "threads": [ + { + "@odata.type": "microsoft.graph.conversationThread" + } + ], + "topic": "String", + "uniqueSenders": [ + "String" + ] + } + }, + "microsoft.graph.profilePhoto": { + "value": { + "height": 0, + "width": 0 + } + }, + "microsoft.graph.baseItem": { + "value": { + "createdBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "createdByUser": { + "@odata.type": "microsoft.graph.user" + }, + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "eTag": "String", + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedByUser": { + "@odata.type": "microsoft.graph.user" + }, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "name": "String", + "parentReference": { + "@odata.type": "microsoft.graph.itemReference" + }, + "webUrl": "String" + } + }, + "microsoft.graph.drive": { + "value": { + "driveType": "String", + "items": [ + { + "@odata.type": "microsoft.graph.driveItem" + } + ], + "list": { + "@odata.type": "microsoft.graph.list" + }, + "owner": { + "@odata.type": "microsoft.graph.identitySet" + }, + "quota": { + "@odata.type": "microsoft.graph.quota" + }, + "root": { + "@odata.type": "microsoft.graph.driveItem" + }, + "sharePointIds": { + "@odata.type": "microsoft.graph.sharepointIds" + }, + "special": [ + { + "@odata.type": "microsoft.graph.driveItem" + } + ], + "system": { + "@odata.type": "microsoft.graph.systemFacet" + } + } + }, + "microsoft.graph.site": { + "value": { + "columns": [ + { + "@odata.type": "microsoft.graph.columnDefinition" + } + ], + "contentTypes": [ + { + "@odata.type": "microsoft.graph.contentType" + } + ], + "displayName": "String", + "drive": { + "@odata.type": "microsoft.graph.drive" + }, + "drives": [ + { + "@odata.type": "microsoft.graph.drive" + } + ], + "items": [ + { + "@odata.type": "microsoft.graph.baseItem" + } + ], + "lists": [ + { + "@odata.type": "microsoft.graph.list" + } + ], + "onenote": { + "@odata.type": "microsoft.graph.onenote" + }, + "root": { + "@odata.type": "microsoft.graph.root" + }, + "sharepointIds": { + "@odata.type": "microsoft.graph.sharepointIds" + }, + "siteCollection": { + "@odata.type": "microsoft.graph.siteCollection" + }, + "sites": [ + { + "@odata.type": "microsoft.graph.site" + } + ] + } + }, + "microsoft.graph.plannerGroup": { + "value": { + "plans": [ + { + "@odata.type": "microsoft.graph.plannerPlan" + } + ] + } + }, + "microsoft.graph.onenote": { + "value": { + "notebooks": [ + { + "@odata.type": "microsoft.graph.notebook" + } + ], + "operations": [ + { + "@odata.type": "microsoft.graph.onenoteOperation" + } + ], + "pages": [ + { + "@odata.type": "microsoft.graph.onenotePage" + } + ], + "resources": [ + { + "@odata.type": "microsoft.graph.onenoteResource" + } + ], + "sectionGroups": [ + { + "@odata.type": "microsoft.graph.sectionGroup" + } + ], + "sections": [ + { + "@odata.type": "microsoft.graph.onenoteSection" + } + ] + } + }, + "microsoft.graph.groupLifecyclePolicy": { + "value": { + "alternateNotificationEmails": "String", + "groupLifetimeInDays": 0, + "managedGroupTypes": "String" + } + }, + "microsoft.graph.contract": { + "value": { + "contractType": "String", + "customerId": "00000000-0000-0000-0000-000000000000", + "defaultDomainName": "String", + "displayName": "String" + } + }, + "microsoft.graph.subscribedSku": { + "value": { + "appliesTo": "String", + "capabilityStatus": "String", + "consumedUnits": 0, + "prepaidUnits": { + "@odata.type": "microsoft.graph.licenseUnitsDetail" + }, + "servicePlans": [ + { + "@odata.type": "microsoft.graph.servicePlanInfo" + } + ], + "skuId": "00000000-0000-0000-0000-000000000000", + "skuPartNumber": "String" + } + }, + "microsoft.graph.licenseUnitsDetail": { + "value": { + "enabled": 0, + "suspended": 0, + "warning": 0 + } + }, + "microsoft.graph.organization": { + "value": { + "assignedPlans": [ + { + "@odata.type": "microsoft.graph.assignedPlan" + } + ], + "businessPhones": [ + "String" + ], + "city": "String", + "country": "String", + "countryLetterCode": "String", + "displayName": "String", + "extensions": [ + { + "@odata.type": "microsoft.graph.extension" + } + ], + "marketingNotificationEmails": [ + "String" + ], + "mobileDeviceManagementAuthority": { + "@odata.type": "microsoft.graph.mdmAuthority" + }, + "onPremisesLastSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "onPremisesSyncEnabled": true, + "postalCode": "String", + "preferredLanguage": "String", + "privacyProfile": { + "@odata.type": "microsoft.graph.privacyProfile" + }, + "provisionedPlans": [ + { + "@odata.type": "microsoft.graph.provisionedPlan" + } + ], + "securityComplianceNotificationMails": [ + "String" + ], + "securityComplianceNotificationPhones": [ + "String" + ], + "state": "String", + "street": "String", + "technicalNotificationMails": [ + "String" + ], + "verifiedDomains": [ + { + "@odata.type": "microsoft.graph.verifiedDomain" + } + ] + } + }, + "microsoft.graph.assignedPlan": { + "value": { + "assignedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "capabilityStatus": "String", + "service": "String", + "servicePlanId": "00000000-0000-0000-0000-000000000000" + } + }, + "microsoft.graph.privacyProfile": { + "value": { + "contactEmail": "String", + "statementUrl": "String" + } + }, + "microsoft.graph.provisionedPlan": { + "value": { + "capabilityStatus": "String", + "provisioningStatus": "String", + "service": "String" + } + }, + "microsoft.graph.verifiedDomain": { + "value": { + "capabilities": "String", + "isDefault": true, + "isInitial": true, + "name": "String", + "type": "String" + } + }, + "microsoft.graph.user": { + "value": { + "aboutMe": "String", + "accountEnabled": true, + "activities": [ + { + "@odata.type": "microsoft.graph.userActivity" + } + ], + "ageGroup": "String", + "assignedLicenses": [ + { + "@odata.type": "microsoft.graph.assignedLicense" + } + ], + "assignedPlans": [ + { + "@odata.type": "microsoft.graph.assignedPlan" + } + ], + "birthday": "0001-01-01T00:00:00.0000000+00:00", + "businessPhones": [ + "String" + ], + "calendar": { + "@odata.type": "microsoft.graph.calendar" + }, + "calendarGroups": [ + { + "@odata.type": "microsoft.graph.calendarGroup" + } + ], + "calendars": [ + { + "@odata.type": "microsoft.graph.calendar" + } + ], + "calendarView": [ + { + "@odata.type": "microsoft.graph.event" + } + ], + "city": "String", + "companyName": "String", + "consentProvidedForMinor": "String", + "contactFolders": [ + { + "@odata.type": "microsoft.graph.contactFolder" + } + ], + "contacts": [ + { + "@odata.type": "microsoft.graph.contact" + } + ], + "country": "String", + "createdObjects": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "department": "String", + "deviceEnrollmentLimit": 0, + "deviceManagementTroubleshootingEvents": [ + { + "@odata.type": "microsoft.graph.deviceManagementTroubleshootingEvent" + } + ], + "directReports": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "displayName": "String", + "drive": { + "@odata.type": "microsoft.graph.drive" + }, + "drives": [ + { + "@odata.type": "microsoft.graph.drive" + } + ], + "events": [ + { + "@odata.type": "microsoft.graph.event" + } + ], + "extensions": [ + { + "@odata.type": "microsoft.graph.extension" + } + ], + "givenName": "String", + "hireDate": "0001-01-01T00:00:00.0000000+00:00", + "imAddresses": [ + "String" + ], + "inferenceClassification": { + "@odata.type": "microsoft.graph.inferenceClassification" + }, + "insights": { + "@odata.type": "microsoft.graph.officeGraphInsights" + }, + "interests": [ + "String" + ], + "jobTitle": "String", + "legalAgeGroupClassification": "String", + "licenseDetails": [ + { + "@odata.type": "microsoft.graph.licenseDetails" + } + ], + "mail": "String", + "mailboxSettings": { + "@odata.type": "microsoft.graph.mailboxSettings" + }, + "mailFolders": [ + { + "@odata.type": "microsoft.graph.mailFolder" + } + ], + "mailNickname": "String", + "managedAppRegistrations": [ + { + "@odata.type": "microsoft.graph.managedAppRegistration" + } + ], + "managedDevices": [ + { + "@odata.type": "microsoft.graph.managedDevice" + } + ], + "manager": { + "@odata.type": "microsoft.graph.directoryObject" + }, + "memberOf": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "messages": [ + { + "@odata.type": "microsoft.graph.message" + } + ], + "mobilePhone": "String", + "mySite": "String", + "officeLocation": "String", + "onenote": { + "@odata.type": "microsoft.graph.onenote" + }, + "onPremisesDomainName": "String", + "onPremisesExtensionAttributes": { + "@odata.type": "microsoft.graph.onPremisesExtensionAttributes" + }, + "onPremisesImmutableId": "String", + "onPremisesLastSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "onPremisesProvisioningErrors": [ + { + "@odata.type": "microsoft.graph.onPremisesProvisioningError" + } + ], + "onPremisesSamAccountName": "String", + "onPremisesSecurityIdentifier": "String", + "onPremisesSyncEnabled": true, + "onPremisesUserPrincipalName": "String", + "outlook": { + "@odata.type": "microsoft.graph.outlookUser" + }, + "ownedDevices": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "ownedObjects": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "passwordPolicies": "String", + "passwordProfile": { + "@odata.type": "microsoft.graph.passwordProfile" + }, + "pastProjects": [ + "String" + ], + "people": [ + { + "@odata.type": "microsoft.graph.person" + } + ], + "photo": { + "@odata.type": "microsoft.graph.profilePhoto" + }, + "photos": [ + { + "@odata.type": "microsoft.graph.profilePhoto" + } + ], + "planner": { + "@odata.type": "microsoft.graph.plannerUser" + }, + "postalCode": "String", + "preferredLanguage": "String", + "preferredName": "String", + "provisionedPlans": [ + { + "@odata.type": "microsoft.graph.provisionedPlan" + } + ], + "proxyAddresses": [ + "String" + ], + "registeredDevices": [ + { + "@odata.type": "microsoft.graph.directoryObject" + } + ], + "responsibilities": [ + "String" + ], + "schools": [ + "String" + ], + "settings": { + "@odata.type": "microsoft.graph.userSettings" + }, + "skills": [ + "String" + ], + "state": "String", + "streetAddress": "String", + "surname": "String", + "usageLocation": "String", + "userPrincipalName": "String", + "userType": "String" + } + }, + "microsoft.graph.assignedLicense": { + "value": { + "disabledPlans": [ + "00000000-0000-0000-0000-000000000000" + ], + "skuId": "00000000-0000-0000-0000-000000000000" + } + }, + "microsoft.graph.onPremisesExtensionAttributes": { + "value": { + "extensionAttribute1": "String", + "extensionAttribute10": "String", + "extensionAttribute11": "String", + "extensionAttribute12": "String", + "extensionAttribute13": "String", + "extensionAttribute14": "String", + "extensionAttribute15": "String", + "extensionAttribute2": "String", + "extensionAttribute3": "String", + "extensionAttribute4": "String", + "extensionAttribute5": "String", + "extensionAttribute6": "String", + "extensionAttribute7": "String", + "extensionAttribute8": "String", + "extensionAttribute9": "String" + } + }, + "microsoft.graph.passwordProfile": { + "value": { + "forceChangePasswordNextSignIn": true, + "password": "String" + } + }, + "microsoft.graph.mailboxSettings": { + "value": { + "archiveFolder": "String", + "automaticRepliesSetting": { + "@odata.type": "microsoft.graph.automaticRepliesSetting" + }, + "language": { + "@odata.type": "microsoft.graph.localeInfo" + }, + "timeZone": "String", + "workingHours": { + "@odata.type": "microsoft.graph.workingHours" + } + } + }, + "microsoft.graph.automaticRepliesSetting": { + "value": { + "externalAudience": { + "@odata.type": "microsoft.graph.externalAudienceScope" + }, + "externalReplyMessage": "String", + "internalReplyMessage": "String", + "scheduledEndDateTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "scheduledStartDateTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "status": { + "@odata.type": "microsoft.graph.automaticRepliesStatus" + } + } + }, + "microsoft.graph.dateTimeTimeZone": { + "value": { + "dateTime": "String", + "timeZone": "String" + } + }, + "microsoft.graph.localeInfo": { + "value": { + "displayName": "String", + "locale": "String" + } + }, + "microsoft.graph.workingHours": { + "value": { + "daysOfWeek": [ + { + "@odata.type": "microsoft.graph.dayOfWeek" + } + ], + "endTime": "TimeOfDay (timestamp)", + "startTime": "TimeOfDay (timestamp)", + "timeZone": { + "@odata.type": "microsoft.graph.timeZoneBase" + } + } + }, + "microsoft.graph.timeZoneBase": { + "value": { + "name": "String" + } + }, + "microsoft.graph.outlookUser": { + "value": { + "masterCategories": [ + { + "@odata.type": "microsoft.graph.outlookCategory" + } + ] + } + }, + "microsoft.graph.message": { + "value": { + "attachments": [ + { + "@odata.type": "microsoft.graph.attachment" + } + ], + "bccRecipients": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "body": { + "@odata.type": "microsoft.graph.itemBody" + }, + "bodyPreview": "String", + "ccRecipients": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "conversationId": "String", + "extensions": [ + { + "@odata.type": "microsoft.graph.extension" + } + ], + "flag": { + "@odata.type": "microsoft.graph.followupFlag" + }, + "from": { + "@odata.type": "microsoft.graph.recipient" + }, + "hasAttachments": true, + "importance": { + "@odata.type": "microsoft.graph.importance" + }, + "inferenceClassification": { + "@odata.type": "microsoft.graph.inferenceClassificationType" + }, + "internetMessageHeaders": [ + { + "@odata.type": "microsoft.graph.internetMessageHeader" + } + ], + "internetMessageId": "String", + "isDeliveryReceiptRequested": true, + "isDraft": true, + "isRead": true, + "isReadReceiptRequested": true, + "multiValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.multiValueLegacyExtendedProperty" + } + ], + "parentFolderId": "String", + "receivedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "replyTo": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "sender": { + "@odata.type": "microsoft.graph.recipient" + }, + "sentDateTime": "0001-01-01T00:00:00.0000000+00:00", + "singleValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.singleValueLegacyExtendedProperty" + } + ], + "subject": "String", + "toRecipients": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "uniqueBody": { + "@odata.type": "microsoft.graph.itemBody" + }, + "webLink": "String" + } + }, + "microsoft.graph.mailFolder": { + "value": { + "childFolderCount": 0, + "childFolders": [ + { + "@odata.type": "microsoft.graph.mailFolder" + } + ], + "displayName": "String", + "messageRules": [ + { + "@odata.type": "microsoft.graph.messageRule" + } + ], + "messages": [ + { + "@odata.type": "microsoft.graph.message" + } + ], + "multiValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.multiValueLegacyExtendedProperty" + } + ], + "parentFolderId": "String", + "singleValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.singleValueLegacyExtendedProperty" + } + ], + "totalItemCount": 0, + "unreadItemCount": 0 + } + }, + "microsoft.graph.calendarGroup": { + "value": { + "calendars": [ + { + "@odata.type": "microsoft.graph.calendar" + } + ], + "changeKey": "String", + "classId": "00000000-0000-0000-0000-000000000000", + "name": "String" + } + }, + "microsoft.graph.person": { + "value": { + "birthday": "String", + "companyName": "String", + "department": "String", + "displayName": "String", + "givenName": "String", + "imAddress": "String", + "isFavorite": true, + "jobTitle": "String", + "officeLocation": "String", + "personNotes": "String", + "personType": { + "@odata.type": "microsoft.graph.personType" + }, + "phones": [ + { + "@odata.type": "microsoft.graph.phone" + } + ], + "postalAddresses": [ + { + "@odata.type": "microsoft.graph.location" + } + ], + "profession": "String", + "scoredEmailAddresses": [ + { + "@odata.type": "microsoft.graph.scoredEmailAddress" + } + ], + "surname": "String", + "userPrincipalName": "String", + "websites": [ + { + "@odata.type": "microsoft.graph.website" + } + ], + "yomiCompany": "String" + } + }, + "microsoft.graph.contact": { + "value": { + "assistantName": "String", + "birthday": "0001-01-01T00:00:00.0000000+00:00", + "businessAddress": { + "@odata.type": "microsoft.graph.physicalAddress" + }, + "businessHomePage": "String", + "businessPhones": [ + "String" + ], + "children": [ + "String" + ], + "companyName": "String", + "department": "String", + "displayName": "String", + "emailAddresses": [ + { + "@odata.type": "microsoft.graph.emailAddress" + } + ], + "extensions": [ + { + "@odata.type": "microsoft.graph.extension" + } + ], + "fileAs": "String", + "generation": "String", + "givenName": "String", + "homeAddress": { + "@odata.type": "microsoft.graph.physicalAddress" + }, + "homePhones": [ + "String" + ], + "imAddresses": [ + "String" + ], + "initials": "String", + "jobTitle": "String", + "manager": "String", + "middleName": "String", + "mobilePhone": "String", + "multiValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.multiValueLegacyExtendedProperty" + } + ], + "nickName": "String", + "officeLocation": "String", + "otherAddress": { + "@odata.type": "microsoft.graph.physicalAddress" + }, + "parentFolderId": "String", + "personalNotes": "String", + "photo": { + "@odata.type": "microsoft.graph.profilePhoto" + }, + "profession": "String", + "singleValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.singleValueLegacyExtendedProperty" + } + ], + "spouseName": "String", + "surname": "String", + "title": "String", + "yomiCompanyName": "String", + "yomiGivenName": "String", + "yomiSurname": "String" + } + }, + "microsoft.graph.contactFolder": { + "value": { + "childFolders": [ + { + "@odata.type": "microsoft.graph.contactFolder" + } + ], + "contacts": [ + { + "@odata.type": "microsoft.graph.contact" + } + ], + "displayName": "String", + "multiValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.multiValueLegacyExtendedProperty" + } + ], + "parentFolderId": "String", + "singleValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.singleValueLegacyExtendedProperty" + } + ] + } + }, + "microsoft.graph.inferenceClassification": { + "value": { + "overrides": [ + { + "@odata.type": "microsoft.graph.inferenceClassificationOverride" + } + ] + } + }, + "microsoft.graph.plannerUser": { + "value": { + "plans": [ + { + "@odata.type": "microsoft.graph.plannerPlan" + } + ], + "tasks": [ + { + "@odata.type": "microsoft.graph.plannerTask" + } + ] + } + }, + "microsoft.graph.managedDevice": { + "value": { + "activationLockBypassCode": "String", + "androidSecurityPatchLevel": "String", + "azureADDeviceId": "String", + "azureADRegistered": true, + "complianceGracePeriodExpirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "complianceState": { + "@odata.type": "microsoft.graph.complianceState" + }, + "configurationManagerClientEnabledFeatures": { + "@odata.type": "microsoft.graph.configurationManagerClientEnabledFeatures" + }, + "deviceActionResults": [ + { + "@odata.type": "microsoft.graph.deviceActionResult" + } + ], + "deviceCategory": { + "@odata.type": "microsoft.graph.deviceCategory" + }, + "deviceCategoryDisplayName": "String", + "deviceCompliancePolicyStates": [ + { + "@odata.type": "microsoft.graph.deviceCompliancePolicyState" + } + ], + "deviceConfigurationStates": [ + { + "@odata.type": "microsoft.graph.deviceConfigurationState" + } + ], + "deviceEnrollmentType": { + "@odata.type": "microsoft.graph.deviceEnrollmentType" + }, + "deviceHealthAttestationState": { + "@odata.type": "microsoft.graph.deviceHealthAttestationState" + }, + "deviceName": "String", + "deviceRegistrationState": { + "@odata.type": "microsoft.graph.deviceRegistrationState" + }, + "easActivated": true, + "easActivationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "easDeviceId": "String", + "emailAddress": "String", + "enrolledDateTime": "0001-01-01T00:00:00.0000000+00:00", + "exchangeAccessState": { + "@odata.type": "microsoft.graph.deviceManagementExchangeAccessState" + }, + "exchangeAccessStateReason": { + "@odata.type": "microsoft.graph.deviceManagementExchangeAccessStateReason" + }, + "exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "freeStorageSpaceInBytes": 0, + "imei": "String", + "isEncrypted": true, + "isSupervised": true, + "jailBroken": "String", + "lastSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "managedDeviceName": "String", + "managedDeviceOwnerType": { + "@odata.type": "microsoft.graph.managedDeviceOwnerType" + }, + "managementAgent": { + "@odata.type": "microsoft.graph.managementAgentType" + }, + "manufacturer": "String", + "meid": "String", + "model": "String", + "operatingSystem": "String", + "osVersion": "String", + "partnerReportedThreatState": { + "@odata.type": "microsoft.graph.managedDevicePartnerReportedHealthState" + }, + "phoneNumber": "String", + "remoteAssistanceSessionErrorDetails": "String", + "remoteAssistanceSessionUrl": "String", + "serialNumber": "String", + "subscriberCarrier": "String", + "totalStorageSpaceInBytes": 0, + "userDisplayName": "String", + "userId": "String", + "userPrincipalName": "String", + "wiFiMacAddress": "String" + } + }, + "microsoft.graph.managedAppRegistration": { + "value": { + "appIdentifier": { + "@odata.type": "microsoft.graph.mobileAppIdentifier" + }, + "applicationVersion": "String", + "appliedPolicies": [ + { + "@odata.type": "microsoft.graph.managedAppPolicy" + } + ], + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "deviceName": "String", + "deviceTag": "String", + "deviceType": "String", + "flaggedReasons": [ + { + "@odata.type": "microsoft.graph.managedAppFlaggedReason" + } + ], + "intendedPolicies": [ + { + "@odata.type": "microsoft.graph.managedAppPolicy" + } + ], + "lastSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "managementSdkVersion": "String", + "operations": [ + { + "@odata.type": "microsoft.graph.managedAppOperation" + } + ], + "platformVersion": "String", + "userId": "String", + "version": "String" + } + }, + "microsoft.graph.deviceManagementTroubleshootingEvent": { + "value": { + "correlationId": "String", + "eventDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.userActivity": { + "value": { + "activationUrl": "String", + "activitySourceHost": "String", + "appActivityId": "String", + "appDisplayName": "String", + "contentInfo": { + "@odata.type": "Json" + }, + "contentUrl": "String", + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "expirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "fallbackUrl": "String", + "historyItems": [ + { + "@odata.type": "microsoft.graph.activityHistoryItem" + } + ], + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "status": { + "@odata.type": "microsoft.graph.status" + }, + "userTimezone": "String", + "visualElements": { + "@odata.type": "microsoft.graph.visualInfo" + } + } + }, + "microsoft.graph.officeGraphInsights": { + "value": { + "shared": [ + { + "@odata.type": "microsoft.graph.sharedInsight" + } + ], + "trending": [ + { + "@odata.type": "microsoft.graph.trending" + } + ], + "used": [ + { + "@odata.type": "microsoft.graph.usedInsight" + } + ] + } + }, + "microsoft.graph.userSettings": { + "value": { + "contributionToContentDiscoveryAsOrganizationDisabled": true, + "contributionToContentDiscoveryDisabled": true + } + }, + "microsoft.graph.settingValue": { + "value": { + "name": "String", + "value": "String" + } + }, + "microsoft.graph.groupSettingTemplate": { + "value": { + "description": "String", + "displayName": "String", + "values": [ + { + "@odata.type": "microsoft.graph.settingTemplateValue" + } + ] + } + }, + "microsoft.graph.settingTemplateValue": { + "value": { + "defaultValue": "String", + "description": "String", + "name": "String", + "type": "String" + } + }, + "microsoft.graph.ComplexExtensionValue": {}, + "microsoft.graph.schemaExtension": { + "value": { + "description": "String", + "owner": "String", + "properties": [ + { + "@odata.type": "microsoft.graph.extensionSchemaProperty" + } + ], + "status": "String", + "targetTypes": [ + "String" + ] + } + }, + "microsoft.graph.extensionSchemaProperty": { + "value": { + "name": "String", + "type": "String" + } + }, + "microsoft.graph.attachment": { + "value": { + "contentType": "String", + "isInline": true, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "name": "String", + "size": 0 + } + }, + "microsoft.graph.customTimeZone": { + "value": { + "bias": 0, + "daylightOffset": { + "@odata.type": "microsoft.graph.daylightTimeZoneOffset" + }, + "standardOffset": { + "@odata.type": "microsoft.graph.standardTimeZoneOffset" + } + } + }, + "microsoft.graph.standardTimeZoneOffset": { + "value": { + "dayOccurrence": 0, + "dayOfWeek": { + "@odata.type": "microsoft.graph.dayOfWeek" + }, + "month": 0, + "time": "TimeOfDay (timestamp)", + "year": 0 + } + }, + "microsoft.graph.daylightTimeZoneOffset": { + "value": { + "daylightBias": 0 + } + }, + "microsoft.graph.outlookCategory": { + "value": { + "color": { + "@odata.type": "microsoft.graph.categoryColor" + }, + "displayName": "String" + } + }, + "microsoft.graph.recipient": { + "value": { + "emailAddress": { + "@odata.type": "microsoft.graph.emailAddress" + } + } + }, + "microsoft.graph.emailAddress": { + "value": { + "address": "String", + "name": "String" + } + }, + "microsoft.graph.attendeeBase": { + "value": { + "type": { + "@odata.type": "microsoft.graph.attendeeType" + } + } + }, + "microsoft.graph.meetingTimeSuggestionsResult": { + "value": { + "emptySuggestionsReason": "String", + "meetingTimeSuggestions": [ + { + "@odata.type": "microsoft.graph.meetingTimeSuggestion" + } + ] + } + }, + "microsoft.graph.meetingTimeSuggestion": { + "value": { + "attendeeAvailability": [ + { + "@odata.type": "microsoft.graph.attendeeAvailability" + } + ], + "confidence": 0, + "locations": [ + { + "@odata.type": "microsoft.graph.location" + } + ], + "meetingTimeSlot": { + "@odata.type": "microsoft.graph.timeSlot" + }, + "organizerAvailability": { + "@odata.type": "microsoft.graph.freeBusyStatus" + }, + "suggestionReason": "String" + } + }, + "microsoft.graph.timeSlot": { + "value": { + "end": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "start": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + } + } + }, + "microsoft.graph.attendeeAvailability": { + "value": { + "attendee": { + "@odata.type": "microsoft.graph.attendeeBase" + }, + "availability": { + "@odata.type": "microsoft.graph.freeBusyStatus" + } + } + }, + "microsoft.graph.location": { + "value": { + "address": { + "@odata.type": "microsoft.graph.physicalAddress" + }, + "coordinates": { + "@odata.type": "microsoft.graph.outlookGeoCoordinates" + }, + "displayName": "String", + "locationEmailAddress": "String", + "locationType": { + "@odata.type": "microsoft.graph.locationType" + }, + "locationUri": "String", + "uniqueId": "String", + "uniqueIdType": { + "@odata.type": "microsoft.graph.locationUniqueIdType" + } + } + }, + "microsoft.graph.physicalAddress": { + "value": { + "city": "String", + "countryOrRegion": "String", + "postalCode": "String", + "state": "String", + "street": "String" + } + }, + "microsoft.graph.outlookGeoCoordinates": { + "value": { + "accuracy": 0, + "altitude": 0, + "altitudeAccuracy": 0, + "latitude": 0, + "longitude": 0 + } + }, + "microsoft.graph.locationConstraint": { + "value": { + "isRequired": true, + "locations": [ + { + "@odata.type": "microsoft.graph.locationConstraintItem" + } + ], + "suggestLocation": true + } + }, + "microsoft.graph.locationConstraintItem": { + "value": { + "resolveAvailability": true + } + }, + "microsoft.graph.timeConstraint": { + "value": { + "activityDomain": { + "@odata.type": "microsoft.graph.activityDomain" + }, + "timeslots": [ + { + "@odata.type": "microsoft.graph.timeSlot" + } + ] + } + }, + "microsoft.graph.reminder": { + "value": { + "changeKey": "String", + "eventEndTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "eventId": "String", + "eventLocation": { + "@odata.type": "microsoft.graph.location" + }, + "eventStartTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "eventSubject": "String", + "eventWebLink": "String", + "reminderFireTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + } + } + }, + "microsoft.graph.mailTips": { + "value": { + "automaticReplies": { + "@odata.type": "microsoft.graph.automaticRepliesMailTips" + }, + "customMailTip": "String", + "deliveryRestricted": true, + "emailAddress": { + "@odata.type": "microsoft.graph.emailAddress" + }, + "error": { + "@odata.type": "microsoft.graph.mailTipsError" + }, + "externalMemberCount": 0, + "isModerated": true, + "mailboxFull": true, + "maxMessageSize": 0, + "recipientScope": { + "@odata.type": "microsoft.graph.recipientScopeType" + }, + "recipientSuggestions": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "totalMemberCount": 0 + } + }, + "microsoft.graph.automaticRepliesMailTips": { + "value": { + "message": "String", + "messageLanguage": { + "@odata.type": "microsoft.graph.localeInfo" + }, + "scheduledEndTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "scheduledStartTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + } + } + }, + "microsoft.graph.mailTipsError": { + "value": { + "code": "String", + "message": "String" + } + }, + "microsoft.graph.timeZoneInformation": { + "value": { + "alias": "String", + "displayName": "String" + } + }, + "microsoft.graph.messageRule": { + "value": { + "actions": { + "@odata.type": "microsoft.graph.messageRuleActions" + }, + "conditions": { + "@odata.type": "microsoft.graph.messageRulePredicates" + }, + "displayName": "String", + "exceptions": { + "@odata.type": "microsoft.graph.messageRulePredicates" + }, + "hasError": true, + "isEnabled": true, + "isReadOnly": true, + "sequence": 0 + } + }, + "microsoft.graph.singleValueLegacyExtendedProperty": { + "value": { + "value": "String" + } + }, + "microsoft.graph.multiValueLegacyExtendedProperty": { + "value": { + "value": [ + "String" + ] + } + }, + "microsoft.graph.internetMessageHeader": { + "value": { + "name": "String", + "value": "String" + } + }, + "microsoft.graph.itemBody": { + "value": { + "content": "String", + "contentType": { + "@odata.type": "microsoft.graph.bodyType" + } + } + }, + "microsoft.graph.followupFlag": { + "value": { + "completedDateTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "dueDateTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + }, + "flagStatus": { + "@odata.type": "microsoft.graph.followupFlagStatus" + }, + "startDateTime": { + "@odata.type": "microsoft.graph.dateTimeTimeZone" + } + } + }, + "microsoft.graph.fileAttachment": { + "value": { + "contentBytes": "AA==", + "contentId": "String", + "contentLocation": "String" + } + }, + "microsoft.graph.itemAttachment": { + "value": { + "item": { + "@odata.type": "microsoft.graph.outlookItem" + } + } + }, + "microsoft.graph.responseStatus": { + "value": { + "response": { + "@odata.type": "microsoft.graph.responseType" + }, + "time": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.patternedRecurrence": { + "value": { + "pattern": { + "@odata.type": "microsoft.graph.recurrencePattern" + }, + "range": { + "@odata.type": "microsoft.graph.recurrenceRange" + } + } + }, + "microsoft.graph.recurrencePattern": { + "value": { + "dayOfMonth": 0, + "daysOfWeek": [ + { + "@odata.type": "microsoft.graph.dayOfWeek" + } + ], + "firstDayOfWeek": { + "@odata.type": "microsoft.graph.dayOfWeek" + }, + "index": { + "@odata.type": "microsoft.graph.weekIndex" + }, + "interval": 0, + "month": 0, + "type": { + "@odata.type": "microsoft.graph.recurrencePatternType" + } + } + }, + "microsoft.graph.recurrenceRange": { + "value": { + "endDate": "0001-01-01T00:00:00.0000000", + "numberOfOccurrences": 0, + "recurrenceTimeZone": "String", + "startDate": "0001-01-01T00:00:00.0000000", + "type": { + "@odata.type": "microsoft.graph.recurrenceRangeType" + } + } + }, + "microsoft.graph.attendee": { + "value": { + "status": { + "@odata.type": "microsoft.graph.responseStatus" + } + } + }, + "microsoft.graph.eventMessage": { + "value": { + "event": { + "@odata.type": "microsoft.graph.event" + }, + "meetingMessageType": { + "@odata.type": "microsoft.graph.meetingMessageType" + } + } + }, + "microsoft.graph.messageRulePredicates": { + "value": { + "bodyContains": [ + "String" + ], + "bodyOrSubjectContains": [ + "String" + ], + "categories": [ + "String" + ], + "fromAddresses": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "hasAttachments": true, + "headerContains": [ + "String" + ], + "importance": { + "@odata.type": "microsoft.graph.importance" + }, + "isApprovalRequest": true, + "isAutomaticForward": true, + "isAutomaticReply": true, + "isEncrypted": true, + "isMeetingRequest": true, + "isMeetingResponse": true, + "isNonDeliveryReport": true, + "isPermissionControlled": true, + "isReadReceipt": true, + "isSigned": true, + "isVoicemail": true, + "messageActionFlag": { + "@odata.type": "microsoft.graph.messageActionFlag" + }, + "notSentToMe": true, + "recipientContains": [ + "String" + ], + "senderContains": [ + "String" + ], + "sensitivity": { + "@odata.type": "microsoft.graph.sensitivity" + }, + "sentCcMe": true, + "sentOnlyToMe": true, + "sentToAddresses": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "sentToMe": true, + "sentToOrCcMe": true, + "subjectContains": [ + "String" + ], + "withinSizeRange": { + "@odata.type": "microsoft.graph.sizeRange" + } + } + }, + "microsoft.graph.sizeRange": { + "value": { + "maximumSize": 0, + "minimumSize": 0 + } + }, + "microsoft.graph.messageRuleActions": { + "value": { + "assignCategories": [ + "String" + ], + "copyToFolder": "String", + "delete": true, + "forwardAsAttachmentTo": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "forwardTo": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "markAsRead": true, + "markImportance": { + "@odata.type": "microsoft.graph.importance" + }, + "moveToFolder": "String", + "permanentDelete": true, + "redirectTo": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "stopProcessingRules": true + } + }, + "microsoft.graph.referenceAttachment": {}, + "microsoft.graph.openTypeExtension": { + "value": { + "extensionName": "String" + } + }, + "microsoft.graph.post": { + "value": { + "attachments": [ + { + "@odata.type": "microsoft.graph.attachment" + } + ], + "body": { + "@odata.type": "microsoft.graph.itemBody" + }, + "conversationId": "String", + "conversationThreadId": "String", + "extensions": [ + { + "@odata.type": "microsoft.graph.extension" + } + ], + "from": { + "@odata.type": "microsoft.graph.recipient" + }, + "hasAttachments": true, + "inReplyTo": { + "@odata.type": "microsoft.graph.post" + }, + "multiValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.multiValueLegacyExtendedProperty" + } + ], + "newParticipants": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "receivedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "sender": { + "@odata.type": "microsoft.graph.recipient" + }, + "singleValueExtendedProperties": [ + { + "@odata.type": "microsoft.graph.singleValueLegacyExtendedProperty" + } + ] + } + }, + "microsoft.graph.inferenceClassificationOverride": { + "value": { + "classifyAs": { + "@odata.type": "microsoft.graph.inferenceClassificationType" + }, + "senderEmailAddress": { + "@odata.type": "microsoft.graph.emailAddress" + } + } + }, + "microsoft.graph.scoredEmailAddress": { + "value": { + "address": "String", + "ItemId": "String", + "relevanceScore": 0, + "selectionLikelihood": { + "@odata.type": "microsoft.graph.selectionLikelihoodInfo" + } + } + }, + "microsoft.graph.phone": { + "value": { + "language": "String", + "number": "String", + "region": "String", + "type": { + "@odata.type": "microsoft.graph.phoneType" + } + } + }, + "microsoft.graph.website": { + "value": { + "address": "String", + "displayName": "String", + "type": { + "@odata.type": "microsoft.graph.websiteType" + } + } + }, + "microsoft.graph.personType": { + "value": { + "class": "String", + "subclass": "String" + } + }, + "microsoft.graph.identitySet": { + "value": { + "application": { + "@odata.type": "microsoft.graph.identity" + }, + "device": { + "@odata.type": "microsoft.graph.identity" + }, + "user": { + "@odata.type": "microsoft.graph.identity" + } + } + }, + "microsoft.graph.identity": { + "value": { + "displayName": "String", + "id": "String" + } + }, + "microsoft.graph.itemReference": { + "value": { + "driveId": "String", + "driveType": "String", + "id": "String", + "name": "String", + "path": "String", + "shareId": "String", + "sharepointIds": { + "@odata.type": "microsoft.graph.sharepointIds" + } + } + }, + "microsoft.graph.sharepointIds": { + "value": { + "listId": "String", + "listItemId": "String", + "listItemUniqueId": "String", + "siteId": "String", + "siteUrl": "String", + "webId": "String" + } + }, + "microsoft.graph.baseItemVersion": { + "value": { + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "publication": { + "@odata.type": "microsoft.graph.publicationFacet" + } + } + }, + "microsoft.graph.publicationFacet": { + "value": { + "level": "String", + "versionId": "String" + } + }, + "microsoft.graph.columnDefinition": { + "value": { + "boolean": { + "@odata.type": "microsoft.graph.booleanColumn" + }, + "calculated": { + "@odata.type": "microsoft.graph.calculatedColumn" + }, + "choice": { + "@odata.type": "microsoft.graph.choiceColumn" + }, + "columnGroup": "String", + "currency": { + "@odata.type": "microsoft.graph.currencyColumn" + }, + "dateTime": { + "@odata.type": "microsoft.graph.dateTimeColumn" + }, + "defaultValue": { + "@odata.type": "microsoft.graph.defaultColumnValue" + }, + "description": "String", + "displayName": "String", + "enforceUniqueValues": true, + "hidden": true, + "indexed": true, + "lookup": { + "@odata.type": "microsoft.graph.lookupColumn" + }, + "name": "String", + "number": { + "@odata.type": "microsoft.graph.numberColumn" + }, + "personOrGroup": { + "@odata.type": "microsoft.graph.personOrGroupColumn" + }, + "readOnly": true, + "required": true, + "text": { + "@odata.type": "microsoft.graph.textColumn" + } + } + }, + "microsoft.graph.booleanColumn": {}, + "microsoft.graph.calculatedColumn": { + "value": { + "format": "String", + "formula": "String", + "outputType": "String" + } + }, + "microsoft.graph.choiceColumn": { + "value": { + "allowTextEntry": true, + "choices": [ + "String" + ], + "displayAs": "String" + } + }, + "microsoft.graph.currencyColumn": { + "value": { + "locale": "String" + } + }, + "microsoft.graph.dateTimeColumn": { + "value": { + "displayAs": "String", + "format": "String" + } + }, + "microsoft.graph.defaultColumnValue": { + "value": { + "formula": "String", + "value": "String" + } + }, + "microsoft.graph.lookupColumn": { + "value": { + "allowMultipleValues": true, + "allowUnlimitedLength": true, + "columnName": "String", + "listId": "String", + "primaryLookupColumnId": "String" + } + }, + "microsoft.graph.numberColumn": { + "value": { + "decimalPlaces": "String", + "displayAs": "String", + "maximum": 0, + "minimum": 0 + } + }, + "microsoft.graph.personOrGroupColumn": { + "value": { + "allowMultipleSelection": true, + "chooseFromType": "String", + "displayAs": "String" + } + }, + "microsoft.graph.textColumn": { + "value": { + "allowMultipleLines": true, + "appendChangesToExistingText": true, + "linesForEditing": 0, + "maxLength": 0, + "textType": "String" + } + }, + "microsoft.graph.columnLink": { + "value": { + "name": "String" + } + }, + "microsoft.graph.contentType": { + "value": { + "columnLinks": [ + { + "@odata.type": "microsoft.graph.columnLink" + } + ], + "description": "String", + "group": "String", + "hidden": true, + "inheritedFrom": { + "@odata.type": "microsoft.graph.itemReference" + }, + "name": "String", + "order": { + "@odata.type": "microsoft.graph.contentTypeOrder" + }, + "parentId": "String", + "readOnly": true, + "sealed": true + } + }, + "microsoft.graph.contentTypeOrder": { + "value": { + "default": true, + "position": 0 + } + }, + "microsoft.graph.quota": { + "value": { + "deleted": 0, + "remaining": 0, + "state": "String", + "total": 0, + "used": 0 + } + }, + "microsoft.graph.systemFacet": {}, + "microsoft.graph.driveItem": { + "value": { + "audio": { + "@odata.type": "microsoft.graph.audio" + }, + "children": [ + { + "@odata.type": "microsoft.graph.driveItem" + } + ], + "content": "Stream", + "cTag": "String", + "deleted": { + "@odata.type": "microsoft.graph.deleted" + }, + "file": { + "@odata.type": "microsoft.graph.file" + }, + "fileSystemInfo": { + "@odata.type": "microsoft.graph.fileSystemInfo" + }, + "folder": { + "@odata.type": "microsoft.graph.folder" + }, + "image": { + "@odata.type": "microsoft.graph.image" + }, + "listItem": { + "@odata.type": "microsoft.graph.listItem" + }, + "location": { + "@odata.type": "microsoft.graph.geoCoordinates" + }, + "package": { + "@odata.type": "microsoft.graph.package" + }, + "permissions": [ + { + "@odata.type": "microsoft.graph.permission" + } + ], + "photo": { + "@odata.type": "microsoft.graph.photo" + }, + "publication": { + "@odata.type": "microsoft.graph.publicationFacet" + }, + "remoteItem": { + "@odata.type": "microsoft.graph.remoteItem" + }, + "root": { + "@odata.type": "microsoft.graph.root" + }, + "searchResult": { + "@odata.type": "microsoft.graph.searchResult" + }, + "shared": { + "@odata.type": "microsoft.graph.shared" + }, + "sharepointIds": { + "@odata.type": "microsoft.graph.sharepointIds" + }, + "size": 0, + "specialFolder": { + "@odata.type": "microsoft.graph.specialFolder" + }, + "thumbnails": [ + { + "@odata.type": "microsoft.graph.thumbnailSet" + } + ], + "versions": [ + { + "@odata.type": "microsoft.graph.driveItemVersion" + } + ], + "video": { + "@odata.type": "microsoft.graph.video" + }, + "webDavUrl": "String", + "workbook": { + "@odata.type": "microsoft.graph.workbook" + } + } + }, + "microsoft.graph.list": { + "value": { + "columns": [ + { + "@odata.type": "microsoft.graph.columnDefinition" + } + ], + "contentTypes": [ + { + "@odata.type": "microsoft.graph.contentType" + } + ], + "displayName": "String", + "drive": { + "@odata.type": "microsoft.graph.drive" + }, + "items": [ + { + "@odata.type": "microsoft.graph.listItem" + } + ], + "list": { + "@odata.type": "microsoft.graph.listInfo" + }, + "sharepointIds": { + "@odata.type": "microsoft.graph.sharepointIds" + }, + "system": { + "@odata.type": "microsoft.graph.systemFacet" + } + } + }, + "microsoft.graph.audio": { + "value": { + "album": "String", + "albumArtist": "String", + "artist": "String", + "bitrate": 0, + "composers": "String", + "copyright": "String", + "disc": 0, + "discCount": 0, + "duration": 0, + "genre": "String", + "hasDrm": true, + "isVariableBitrate": true, + "title": "String", + "track": 0, + "trackCount": 0, + "year": 0 + } + }, + "microsoft.graph.deleted": { + "value": { + "state": "String" + } + }, + "microsoft.graph.file": { + "value": { + "hashes": { + "@odata.type": "microsoft.graph.hashes" + }, + "mimeType": "String", + "processingMetadata": true + } + }, + "microsoft.graph.hashes": { + "value": { + "crc32Hash": "String", + "quickXorHash": "String", + "sha1Hash": "String" + } + }, + "microsoft.graph.fileSystemInfo": { + "value": { + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastAccessedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.folder": { + "value": { + "childCount": 0, + "view": { + "@odata.type": "microsoft.graph.folderView" + } + } + }, + "microsoft.graph.folderView": { + "value": { + "sortBy": "String", + "sortOrder": "String", + "viewType": "String" + } + }, + "microsoft.graph.image": { + "value": { + "height": 0, + "width": 0 + } + }, + "microsoft.graph.geoCoordinates": { + "value": { + "altitude": 0, + "latitude": 0, + "longitude": 0 + } + }, + "microsoft.graph.package": { + "value": { + "type": "String" + } + }, + "microsoft.graph.photo": { + "value": { + "cameraMake": "String", + "cameraModel": "String", + "exposureDenominator": 0, + "exposureNumerator": 0, + "fNumber": 0, + "focalLength": 0, + "iso": 0, + "takenDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.remoteItem": { + "value": { + "createdBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "file": { + "@odata.type": "microsoft.graph.file" + }, + "fileSystemInfo": { + "@odata.type": "microsoft.graph.fileSystemInfo" + }, + "folder": { + "@odata.type": "microsoft.graph.folder" + }, + "id": "String", + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "name": "String", + "package": { + "@odata.type": "microsoft.graph.package" + }, + "parentReference": { + "@odata.type": "microsoft.graph.itemReference" + }, + "shared": { + "@odata.type": "microsoft.graph.shared" + }, + "sharepointIds": { + "@odata.type": "microsoft.graph.sharepointIds" + }, + "size": 0, + "specialFolder": { + "@odata.type": "microsoft.graph.specialFolder" + }, + "webDavUrl": "String", + "webUrl": "String" + } + }, + "microsoft.graph.shared": { + "value": { + "owner": { + "@odata.type": "microsoft.graph.identitySet" + }, + "scope": "String", + "sharedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "sharedDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.specialFolder": { + "value": { + "name": "String" + } + }, + "microsoft.graph.root": {}, + "microsoft.graph.searchResult": { + "value": { + "onClickTelemetryUrl": "String" + } + }, + "microsoft.graph.video": { + "value": { + "audioBitsPerSample": 0, + "audioChannels": 0, + "audioFormat": "String", + "audioSamplesPerSecond": 0, + "bitrate": 0, + "duration": 0, + "fourCC": "String", + "frameRate": 0, + "height": 0, + "width": 0 + } + }, + "microsoft.graph.listItem": { + "value": { + "contentType": { + "@odata.type": "microsoft.graph.contentTypeInfo" + }, + "driveItem": { + "@odata.type": "microsoft.graph.driveItem" + }, + "fields": { + "@odata.type": "microsoft.graph.fieldValueSet" + }, + "sharepointIds": { + "@odata.type": "microsoft.graph.sharepointIds" + }, + "versions": [ + { + "@odata.type": "microsoft.graph.listItemVersion" + } + ] + } + }, + "microsoft.graph.permission": { + "value": { + "grantedTo": { + "@odata.type": "microsoft.graph.identitySet" + }, + "inheritedFrom": { + "@odata.type": "microsoft.graph.itemReference" + }, + "invitation": { + "@odata.type": "microsoft.graph.sharingInvitation" + }, + "link": { + "@odata.type": "microsoft.graph.sharingLink" + }, + "roles": [ + "String" + ], + "shareId": "String" + } + }, + "microsoft.graph.thumbnailSet": { + "value": { + "large": { + "@odata.type": "microsoft.graph.thumbnail" + }, + "medium": { + "@odata.type": "microsoft.graph.thumbnail" + }, + "small": { + "@odata.type": "microsoft.graph.thumbnail" + }, + "source": { + "@odata.type": "microsoft.graph.thumbnail" + } + } + }, + "microsoft.graph.driveItemVersion": { + "value": { + "content": "Stream", + "size": 0 + } + }, + "microsoft.graph.workbook": { + "value": { + "application": { + "@odata.type": "Application" + }, + "functions": { + "@odata.type": "microsoft.graph.workbookFunctions" + }, + "names": [ + { + "@odata.type": "NamedItem" + } + ], + "tables": [ + { + "@odata.type": "Table" + } + ], + "worksheets": [ + { + "@odata.type": "Worksheet" + } + ] + } + }, + "microsoft.graph.fieldValueSet": {}, + "microsoft.graph.listInfo": { + "value": { + "contentTypesEnabled": true, + "hidden": true, + "template": "String" + } + }, + "microsoft.graph.contentTypeInfo": { + "value": { + "id": "String" + } + }, + "microsoft.graph.listItemVersion": { + "value": { + "fields": { + "@odata.type": "microsoft.graph.fieldValueSet" + } + } + }, + "microsoft.graph.sharingInvitation": { + "value": { + "email": "String", + "invitedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "redeemedBy": "String", + "signInRequired": true + } + }, + "microsoft.graph.sharingLink": { + "value": { + "application": { + "@odata.type": "microsoft.graph.identity" + }, + "scope": "String", + "type": "String", + "webUrl": "String" + } + }, + "microsoft.graph.sharedDriveItem": { + "value": { + "driveItem": { + "@odata.type": "microsoft.graph.driveItem" + }, + "items": [ + { + "@odata.type": "microsoft.graph.driveItem" + } + ], + "list": { + "@odata.type": "microsoft.graph.list" + }, + "listItem": { + "@odata.type": "microsoft.graph.listItem" + }, + "owner": { + "@odata.type": "microsoft.graph.identitySet" + }, + "root": { + "@odata.type": "microsoft.graph.driveItem" + }, + "site": { + "@odata.type": "microsoft.graph.site" + } + } + }, + "microsoft.graph.siteCollection": { + "value": { + "hostname": "String", + "root": { + "@odata.type": "microsoft.graph.root" + } + } + }, + "microsoft.graph.thumbnail": { + "value": { + "content": "Stream", + "height": 0, + "sourceItemId": "String", + "url": "String", + "width": 0 + } + }, + "microsoft.graph.driveItemUploadableProperties": { + "value": { + "description": "String", + "fileSystemInfo": { + "@odata.type": "microsoft.graph.fileSystemInfo" + }, + "name": "String" + } + }, + "microsoft.graph.driveRecipient": { + "value": { + "alias": "String", + "email": "String", + "objectId": "String" + } + }, + "microsoft.graph.itemPreviewInfo": { + "value": { + "getUrl": "String", + "postParameters": "String", + "postUrl": "String" + } + }, + "microsoft.graph.uploadSession": { + "value": { + "expirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "nextExpectedRanges": [ + "String" + ], + "uploadUrl": "String" + } + }, + "Application": { + "value": { + "calculationMode": "String" + } + }, + "NamedItem": { + "value": { + "comment": "String", + "name": "String", + "scope": "String", + "type": "String", + "value": { + "@odata.type": "Json" + }, + "visible": true, + "worksheet": { + "@odata.type": "Worksheet" + } + } + }, + "Table": { + "value": { + "columns": [ + { + "@odata.type": "Column" + } + ], + "highlightFirstColumn": true, + "highlightLastColumn": true, + "name": "String", + "rows": [ + { + "@odata.type": "Row" + } + ], + "showBandedColumns": true, + "showBandedRows": true, + "showFilterButton": true, + "showHeaders": true, + "showTotals": true, + "sort": { + "@odata.type": "TableSort" + }, + "style": "String", + "worksheet": { + "@odata.type": "Worksheet" + } + } + }, + "Worksheet": { + "value": { + "charts": [ + { + "@odata.type": "Chart" + } + ], + "name": "String", + "names": [ + { + "@odata.type": "NamedItem" + } + ], + "pivotTables": [ + { + "@odata.type": "PivotTable" + } + ], + "position": 0, + "protection": { + "@odata.type": "WorksheetProtection" + }, + "tables": [ + { + "@odata.type": "Table" + } + ], + "visibility": "String" + } + }, + "microsoft.graph.workbookFunctions": {}, + "SessionInfo": { + "value": { + "id": "String", + "persistChanges": true + } + }, + "Json": {}, + "Chart": { + "value": { + "axes": { + "@odata.type": "ChartAxes" + }, + "dataLabels": { + "@odata.type": "ChartDataLabels" + }, + "format": { + "@odata.type": "ChartAreaFormat" + }, + "height": 0, + "left": 0, + "legend": { + "@odata.type": "ChartLegend" + }, + "name": "String", + "series": [ + { + "@odata.type": "ChartSeries" + } + ], + "title": { + "@odata.type": "ChartTitle" + }, + "top": 0, + "width": 0, + "worksheet": { + "@odata.type": "Worksheet" + } + } + }, + "ChartAxes": { + "value": { + "categoryAxis": { + "@odata.type": "ChartAxis" + }, + "seriesAxis": { + "@odata.type": "ChartAxis" + }, + "valueAxis": { + "@odata.type": "ChartAxis" + } + } + }, + "ChartDataLabels": { + "value": { + "format": { + "@odata.type": "ChartDataLabelFormat" + }, + "position": "String", + "separator": "String", + "showBubbleSize": true, + "showCategoryName": true, + "showLegendKey": true, + "showPercentage": true, + "showSeriesName": true, + "showValue": true + } + }, + "ChartAreaFormat": { + "value": { + "fill": { + "@odata.type": "ChartFill" + }, + "font": { + "@odata.type": "ChartFont" + } + } + }, + "ChartLegend": { + "value": { + "format": { + "@odata.type": "ChartLegendFormat" + }, + "overlay": true, + "position": "String", + "visible": true + } + }, + "ChartSeries": { + "value": { + "format": { + "@odata.type": "ChartSeriesFormat" + }, + "name": "String", + "points": [ + { + "@odata.type": "ChartPoint" + } + ] + } + }, + "ChartTitle": { + "value": { + "format": { + "@odata.type": "ChartTitleFormat" + }, + "overlay": true, + "text": "String", + "visible": true + } + }, + "ChartFill": {}, + "ChartFont": { + "value": { + "bold": true, + "color": "String", + "italic": true, + "name": "String", + "size": 0, + "underline": "String" + } + }, + "ChartAxis": { + "value": { + "format": { + "@odata.type": "ChartAxisFormat" + }, + "majorGridlines": { + "@odata.type": "ChartGridlines" + }, + "majorUnit": { + "@odata.type": "Json" + }, + "maximum": { + "@odata.type": "Json" + }, + "minimum": { + "@odata.type": "Json" + }, + "minorGridlines": { + "@odata.type": "ChartGridlines" + }, + "minorUnit": { + "@odata.type": "Json" + }, + "title": { + "@odata.type": "ChartAxisTitle" + } + } + }, + "ChartAxisFormat": { + "value": { + "font": { + "@odata.type": "ChartFont" + }, + "line": { + "@odata.type": "ChartLineFormat" + } + } + }, + "ChartGridlines": { + "value": { + "format": { + "@odata.type": "ChartGridlinesFormat" + }, + "visible": true + } + }, + "ChartAxisTitle": { + "value": { + "format": { + "@odata.type": "ChartAxisTitleFormat" + }, + "text": "String", + "visible": true + } + }, + "ChartLineFormat": { + "value": { + "color": "String" + } + }, + "ChartAxisTitleFormat": { + "value": { + "font": { + "@odata.type": "ChartFont" + } + } + }, + "ChartDataLabelFormat": { + "value": { + "fill": { + "@odata.type": "ChartFill" + }, + "font": { + "@odata.type": "ChartFont" + } + } + }, + "ChartGridlinesFormat": { + "value": { + "line": { + "@odata.type": "ChartLineFormat" + } + } + }, + "ChartLegendFormat": { + "value": { + "fill": { + "@odata.type": "ChartFill" + }, + "font": { + "@odata.type": "ChartFont" + } + } + }, + "ChartPoint": { + "value": { + "format": { + "@odata.type": "ChartPointFormat" + }, + "value": { + "@odata.type": "Json" + } + } + }, + "ChartPointFormat": { + "value": { + "fill": { + "@odata.type": "ChartFill" + } + } + }, + "ChartSeriesFormat": { + "value": { + "fill": { + "@odata.type": "ChartFill" + }, + "line": { + "@odata.type": "ChartLineFormat" + } + } + }, + "ChartTitleFormat": { + "value": { + "fill": { + "@odata.type": "ChartFill" + }, + "font": { + "@odata.type": "ChartFont" + } + } + }, + "Filter": { + "value": { + "criteria": { + "@odata.type": "FilterCriteria" + } + } + }, + "FilterCriteria": { + "value": { + "color": "String", + "criterion1": "String", + "criterion2": "String", + "dynamicCriteria": "String", + "filterOn": "String", + "icon": { + "@odata.type": "Icon" + }, + "operator": "String", + "values": { + "@odata.type": "Json" + } + } + }, + "Icon": { + "value": { + "index": 0, + "set": "String" + } + }, + "FormatProtection": { + "value": { + "formulaHidden": true, + "locked": true + } + }, + "microsoft.graph.workbookFunctionResult": { + "value": { + "error": "String", + "value": { + "@odata.type": "Json" + } + } + }, + "PivotTable": { + "value": { + "name": "String", + "worksheet": { + "@odata.type": "Worksheet" + } + } + }, + "Range": { + "value": { + "address": "String", + "addressLocal": "String", + "cellCount": 0, + "columnCount": 0, + "columnHidden": true, + "columnIndex": 0, + "format": { + "@odata.type": "RangeFormat" + }, + "formulas": { + "@odata.type": "Json" + }, + "formulasLocal": { + "@odata.type": "Json" + }, + "formulasR1C1": { + "@odata.type": "Json" + }, + "hidden": true, + "numberFormat": { + "@odata.type": "Json" + }, + "rowCount": 0, + "rowHidden": true, + "rowIndex": 0, + "sort": { + "@odata.type": "RangeSort" + }, + "text": { + "@odata.type": "Json" + }, + "values": { + "@odata.type": "Json" + }, + "valueTypes": { + "@odata.type": "Json" + }, + "worksheet": { + "@odata.type": "Worksheet" + } + } + }, + "RangeFormat": { + "value": { + "borders": [ + { + "@odata.type": "RangeBorder" + } + ], + "columnWidth": 0, + "fill": { + "@odata.type": "RangeFill" + }, + "font": { + "@odata.type": "RangeFont" + }, + "horizontalAlignment": "String", + "protection": { + "@odata.type": "FormatProtection" + }, + "rowHeight": 0, + "verticalAlignment": "String", + "wrapText": true + } + }, + "RangeSort": {}, + "RangeBorder": { + "value": { + "color": "String", + "sideIndex": "String", + "style": "String", + "weight": "String" + } + }, + "RangeFill": { + "value": { + "color": "String" + } + }, + "RangeFont": { + "value": { + "bold": true, + "color": "String", + "italic": true, + "name": "String", + "size": 0, + "underline": "String" + } + }, + "RangeView": { + "value": { + "cellAddresses": { + "@odata.type": "Json" + }, + "columnCount": 0, + "formulas": { + "@odata.type": "Json" + }, + "formulasLocal": { + "@odata.type": "Json" + }, + "formulasR1C1": { + "@odata.type": "Json" + }, + "index": 0, + "numberFormat": { + "@odata.type": "Json" + }, + "rowCount": 0, + "rows": [ + { + "@odata.type": "RangeView" + } + ], + "text": { + "@odata.type": "Json" + }, + "values": { + "@odata.type": "Json" + }, + "valueTypes": { + "@odata.type": "Json" + } + } + }, + "Column": { + "value": { + "filter": { + "@odata.type": "Filter" + }, + "index": 0, + "name": "String", + "values": { + "@odata.type": "Json" + } + } + }, + "Row": { + "value": { + "index": 0, + "values": { + "@odata.type": "Json" + } + } + }, + "TableSort": { + "value": { + "fields": [ + { + "@odata.type": "SortField" + } + ], + "matchCase": true, + "method": "String" + } + }, + "SortField": { + "value": { + "ascending": true, + "color": "String", + "dataOption": "String", + "icon": { + "@odata.type": "Icon" + }, + "key": 0, + "sortOn": "String" + } + }, + "WorksheetProtection": { + "value": { + "options": { + "@odata.type": "WorksheetProtectionOptions" + }, + "protected": true + } + }, + "WorksheetProtectionOptions": { + "value": { + "allowAutoFilter": true, + "allowDeleteColumns": true, + "allowDeleteRows": true, + "allowFormatCells": true, + "allowFormatColumns": true, + "allowFormatRows": true, + "allowInsertColumns": true, + "allowInsertHyperlinks": true, + "allowInsertRows": true, + "allowPivotTables": true, + "allowSort": true + } + }, + "FilterDatetime": { + "value": { + "date": "String", + "specificity": "String" + } + }, + "RangeReference": { + "value": { + "address": "String" + } + }, + "microsoft.graph.subscription": { + "value": { + "applicationId": "String", + "changeType": "String", + "clientState": "String", + "creatorId": "String", + "expirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "notificationUrl": "String", + "resource": "String" + } + }, + "microsoft.graph.invitation": { + "value": { + "invitedUser": { + "@odata.type": "microsoft.graph.user" + }, + "invitedUserDisplayName": "String", + "invitedUserEmailAddress": "String", + "invitedUserMessageInfo": { + "@odata.type": "microsoft.graph.invitedUserMessageInfo" + }, + "invitedUserType": "String", + "inviteRedeemUrl": "String", + "inviteRedirectUrl": "String", + "sendInvitationMessage": true, + "status": "String" + } + }, + "microsoft.graph.invitedUserMessageInfo": { + "value": { + "ccRecipients": [ + { + "@odata.type": "microsoft.graph.recipient" + } + ], + "customizedMessageBody": "String", + "messageLanguage": "String" + } + }, + "microsoft.graph.plannerTask": { + "value": { + "activeChecklistItemCount": 0, + "appliedCategories": { + "@odata.type": "microsoft.graph.plannerAppliedCategories" + }, + "assignedToTaskBoardFormat": { + "@odata.type": "microsoft.graph.plannerAssignedToTaskBoardTaskFormat" + }, + "assigneePriority": "String", + "assignments": { + "@odata.type": "microsoft.graph.plannerAssignments" + }, + "bucketId": "String", + "bucketTaskBoardFormat": { + "@odata.type": "microsoft.graph.plannerBucketTaskBoardTaskFormat" + }, + "checklistItemCount": 0, + "completedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "completedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "conversationThreadId": "String", + "createdBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "details": { + "@odata.type": "microsoft.graph.plannerTaskDetails" + }, + "dueDateTime": "0001-01-01T00:00:00.0000000+00:00", + "hasDescription": true, + "orderHint": "String", + "percentComplete": 0, + "planId": "String", + "previewType": { + "@odata.type": "microsoft.graph.plannerPreviewType" + }, + "progressTaskBoardFormat": { + "@odata.type": "microsoft.graph.plannerProgressTaskBoardTaskFormat" + }, + "referenceCount": 0, + "startDateTime": "0001-01-01T00:00:00.0000000+00:00", + "title": "String" + } + }, + "microsoft.graph.plannerPlan": { + "value": { + "buckets": [ + { + "@odata.type": "microsoft.graph.plannerBucket" + } + ], + "createdBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "details": { + "@odata.type": "microsoft.graph.plannerPlanDetails" + }, + "owner": "String", + "tasks": [ + { + "@odata.type": "microsoft.graph.plannerTask" + } + ], + "title": "String" + } + }, + "microsoft.graph.planner": { + "value": { + "buckets": [ + { + "@odata.type": "microsoft.graph.plannerBucket" + } + ], + "plans": [ + { + "@odata.type": "microsoft.graph.plannerPlan" + } + ], + "tasks": [ + { + "@odata.type": "microsoft.graph.plannerTask" + } + ] + } + }, + "microsoft.graph.plannerBucket": { + "value": { + "name": "String", + "orderHint": "String", + "planId": "String", + "tasks": [ + { + "@odata.type": "microsoft.graph.plannerTask" + } + ] + } + }, + "microsoft.graph.plannerAppliedCategories": {}, + "microsoft.graph.plannerAssignments": {}, + "microsoft.graph.plannerTaskDetails": { + "value": { + "checklist": { + "@odata.type": "microsoft.graph.plannerChecklistItems" + }, + "description": "String", + "previewType": { + "@odata.type": "microsoft.graph.plannerPreviewType" + }, + "references": { + "@odata.type": "microsoft.graph.plannerExternalReferences" + } + } + }, + "microsoft.graph.plannerAssignedToTaskBoardTaskFormat": { + "value": { + "orderHintsByAssignee": { + "@odata.type": "microsoft.graph.plannerOrderHintsByAssignee" + }, + "unassignedOrderHint": "String" + } + }, + "microsoft.graph.plannerProgressTaskBoardTaskFormat": { + "value": { + "orderHint": "String" + } + }, + "microsoft.graph.plannerBucketTaskBoardTaskFormat": { + "value": { + "orderHint": "String" + } + }, + "microsoft.graph.plannerPlanDetails": { + "value": { + "categoryDescriptions": { + "@odata.type": "microsoft.graph.plannerCategoryDescriptions" + }, + "sharedWith": { + "@odata.type": "microsoft.graph.plannerUserIds" + } + } + }, + "microsoft.graph.plannerExternalReference": { + "value": { + "alias": "String", + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "previewPriority": "String", + "type": "String" + } + }, + "microsoft.graph.plannerChecklistItem": { + "value": { + "isChecked": true, + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "orderHint": "String", + "title": "String" + } + }, + "microsoft.graph.plannerAssignment": { + "value": { + "assignedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "assignedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "orderHint": "String" + } + }, + "microsoft.graph.plannerExternalReferences": {}, + "microsoft.graph.plannerChecklistItems": {}, + "microsoft.graph.plannerOrderHintsByAssignee": {}, + "microsoft.graph.plannerUserIds": {}, + "microsoft.graph.plannerCategoryDescriptions": { + "value": { + "category1": "String", + "category2": "String", + "category3": "String", + "category4": "String", + "category5": "String", + "category6": "String" + } + }, + "microsoft.graph.onenoteEntityBaseModel": { + "value": { + "self": "String" + } + }, + "microsoft.graph.onenoteEntitySchemaObjectModel": { + "value": { + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.onenoteEntityHierarchyModel": { + "value": { + "createdBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "displayName": "String", + "lastModifiedBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.notebook": { + "value": { + "isDefault": true, + "isShared": true, + "links": { + "@odata.type": "microsoft.graph.notebookLinks" + }, + "sectionGroups": [ + { + "@odata.type": "microsoft.graph.sectionGroup" + } + ], + "sectionGroupsUrl": "String", + "sections": [ + { + "@odata.type": "microsoft.graph.onenoteSection" + } + ], + "sectionsUrl": "String", + "userRole": { + "@odata.type": "microsoft.graph.onenoteUserRole" + } + } + }, + "microsoft.graph.onenoteSection": { + "value": { + "isDefault": true, + "links": { + "@odata.type": "microsoft.graph.sectionLinks" + }, + "pages": [ + { + "@odata.type": "microsoft.graph.onenotePage" + } + ], + "pagesUrl": "String", + "parentNotebook": { + "@odata.type": "microsoft.graph.notebook" + }, + "parentSectionGroup": { + "@odata.type": "microsoft.graph.sectionGroup" + } + } + }, + "microsoft.graph.sectionGroup": { + "value": { + "parentNotebook": { + "@odata.type": "microsoft.graph.notebook" + }, + "parentSectionGroup": { + "@odata.type": "microsoft.graph.sectionGroup" + }, + "sectionGroups": [ + { + "@odata.type": "microsoft.graph.sectionGroup" + } + ], + "sectionGroupsUrl": "String", + "sections": [ + { + "@odata.type": "microsoft.graph.onenoteSection" + } + ], + "sectionsUrl": "String" + } + }, + "microsoft.graph.onenotePage": { + "value": { + "content": "Stream", + "contentUrl": "String", + "createdByAppId": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "level": 0, + "links": { + "@odata.type": "microsoft.graph.pageLinks" + }, + "order": 0, + "parentNotebook": { + "@odata.type": "microsoft.graph.notebook" + }, + "parentSection": { + "@odata.type": "microsoft.graph.onenoteSection" + }, + "title": "String", + "userTags": [ + "String" + ] + } + }, + "microsoft.graph.onenoteResource": { + "value": { + "content": "Stream", + "contentUrl": "String" + } + }, + "microsoft.graph.operation": { + "value": { + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastActionDateTime": "0001-01-01T00:00:00.0000000+00:00", + "status": { + "@odata.type": "microsoft.graph.operationStatus" + } + } + }, + "microsoft.graph.onenoteOperation": { + "value": { + "error": { + "@odata.type": "microsoft.graph.onenoteOperationError" + }, + "percentComplete": "String", + "resourceId": "String", + "resourceLocation": "String" + } + }, + "microsoft.graph.notebookLinks": { + "value": { + "oneNoteClientUrl": { + "@odata.type": "microsoft.graph.externalLink" + }, + "oneNoteWebUrl": { + "@odata.type": "microsoft.graph.externalLink" + } + } + }, + "microsoft.graph.externalLink": { + "value": { + "href": "String" + } + }, + "microsoft.graph.sectionLinks": { + "value": { + "oneNoteClientUrl": { + "@odata.type": "microsoft.graph.externalLink" + }, + "oneNoteWebUrl": { + "@odata.type": "microsoft.graph.externalLink" + } + } + }, + "microsoft.graph.pageLinks": { + "value": { + "oneNoteClientUrl": { + "@odata.type": "microsoft.graph.externalLink" + }, + "oneNoteWebUrl": { + "@odata.type": "microsoft.graph.externalLink" + } + } + }, + "microsoft.graph.onenoteOperationError": { + "value": { + "code": "String", + "message": "String" + } + }, + "microsoft.graph.diagnostic": { + "value": { + "message": "String", + "url": "String" + } + }, + "microsoft.graph.onenotePatchContentCommand": { + "value": { + "action": { + "@odata.type": "microsoft.graph.onenotePatchActionType" + }, + "content": "String", + "position": { + "@odata.type": "microsoft.graph.onenotePatchInsertPosition" + }, + "target": "String" + } + }, + "microsoft.graph.onenotePagePreview": { + "value": { + "links": { + "@odata.type": "microsoft.graph.onenotePagePreviewLinks" + }, + "previewText": "String" + } + }, + "microsoft.graph.onenotePagePreviewLinks": { + "value": { + "previewImageUrl": { + "@odata.type": "microsoft.graph.externalLink" + } + } + }, + "microsoft.graph.recentNotebook": { + "value": { + "displayName": "String", + "lastAccessedTime": "0001-01-01T00:00:00.0000000+00:00", + "links": { + "@odata.type": "microsoft.graph.recentNotebookLinks" + }, + "sourceService": { + "@odata.type": "microsoft.graph.onenoteSourceService" + } + } + }, + "microsoft.graph.recentNotebookLinks": { + "value": { + "oneNoteClientUrl": { + "@odata.type": "microsoft.graph.externalLink" + }, + "oneNoteWebUrl": { + "@odata.type": "microsoft.graph.externalLink" + } + } + }, + "microsoft.graph.reportRoot": {}, + "microsoft.graph.report": { + "value": { + "content": "Stream" + } + }, + "microsoft.graph.administrativeUnit": {}, + "microsoft.graph.educationRoot": { + "value": { + "classes": [ + { + "@odata.type": "microsoft.graph.educationClass" + } + ], + "me": { + "@odata.type": "microsoft.graph.educationUser" + }, + "schools": [ + { + "@odata.type": "microsoft.graph.educationSchool" + } + ], + "users": [ + { + "@odata.type": "microsoft.graph.educationUser" + } + ] + } + }, + "microsoft.graph.educationClass": { + "value": { + "classCode": "String", + "createdBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "description": "String", + "displayName": "String", + "externalId": "String", + "externalName": "String", + "externalSource": { + "@odata.type": "microsoft.graph.educationExternalSource" + }, + "group": { + "@odata.type": "microsoft.graph.group" + }, + "mailNickname": "String", + "members": [ + { + "@odata.type": "microsoft.graph.educationUser" + } + ], + "schools": [ + { + "@odata.type": "microsoft.graph.educationSchool" + } + ], + "teachers": [ + { + "@odata.type": "microsoft.graph.educationUser" + } + ], + "term": { + "@odata.type": "microsoft.graph.educationTerm" + } + } + }, + "microsoft.graph.educationOrganization": { + "value": { + "description": "String", + "displayName": "String", + "externalSource": { + "@odata.type": "microsoft.graph.educationExternalSource" + } + } + }, + "microsoft.graph.educationSchool": { + "value": { + "address": { + "@odata.type": "microsoft.graph.physicalAddress" + }, + "classes": [ + { + "@odata.type": "microsoft.graph.educationClass" + } + ], + "createdBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "externalId": "String", + "externalPrincipalId": "String", + "fax": "String", + "highestGrade": "String", + "lowestGrade": "String", + "phone": "String", + "principalEmail": "String", + "principalName": "String", + "schoolNumber": "String", + "users": [ + { + "@odata.type": "microsoft.graph.educationUser" + } + ] + } + }, + "microsoft.graph.educationUser": { + "value": { + "accountEnabled": true, + "assignedLicenses": [ + { + "@odata.type": "microsoft.graph.assignedLicense" + } + ], + "assignedPlans": [ + { + "@odata.type": "microsoft.graph.assignedPlan" + } + ], + "businessPhones": [ + "String" + ], + "classes": [ + { + "@odata.type": "microsoft.graph.educationClass" + } + ], + "createdBy": { + "@odata.type": "microsoft.graph.identitySet" + }, + "department": "String", + "displayName": "String", + "externalSource": { + "@odata.type": "microsoft.graph.educationExternalSource" + }, + "givenName": "String", + "mail": "String", + "mailingAddress": { + "@odata.type": "microsoft.graph.physicalAddress" + }, + "mailNickname": "String", + "middleName": "String", + "mobilePhone": "String", + "officeLocation": "String", + "passwordPolicies": "String", + "passwordProfile": { + "@odata.type": "microsoft.graph.passwordProfile" + }, + "preferredLanguage": "String", + "primaryRole": { + "@odata.type": "microsoft.graph.educationUserRole" + }, + "provisionedPlans": [ + { + "@odata.type": "microsoft.graph.provisionedPlan" + } + ], + "refreshTokensValidFromDateTime": "0001-01-01T00:00:00.0000000+00:00", + "relatedContacts": [ + { + "@odata.type": "microsoft.graph.educationRelatedContact" + } + ], + "residenceAddress": { + "@odata.type": "microsoft.graph.physicalAddress" + }, + "schools": [ + { + "@odata.type": "microsoft.graph.educationSchool" + } + ], + "showInAddressList": true, + "student": { + "@odata.type": "microsoft.graph.educationStudent" + }, + "surname": "String", + "teacher": { + "@odata.type": "microsoft.graph.educationTeacher" + }, + "usageLocation": "String", + "user": { + "@odata.type": "microsoft.graph.user" + }, + "userPrincipalName": "String", + "userType": "String" + } + }, + "microsoft.graph.educationStudent": { + "value": { + "birthDate": "0001-01-01T00:00:00.0000000", + "externalId": "String", + "gender": { + "@odata.type": "microsoft.graph.educationGender" + }, + "grade": "String", + "graduationYear": "String", + "studentNumber": "String" + } + }, + "microsoft.graph.educationRelatedContact": { + "value": { + "accessConsent": true, + "displayName": "String", + "emailAddress": "String", + "id": "String", + "mobilePhone": "String", + "relationship": { + "@odata.type": "microsoft.graph.educationContactRelationship" + } + } + }, + "microsoft.graph.educationTeacher": { + "value": { + "externalId": "String", + "teacherNumber": "String" + } + }, + "microsoft.graph.educationTerm": { + "value": { + "displayName": "String", + "endDate": "0001-01-01T00:00:00.0000000", + "externalId": "String", + "startDate": "0001-01-01T00:00:00.0000000" + } + }, + "microsoft.graph.deviceAppManagement": { + "value": { + "androidManagedAppProtections": [ + { + "@odata.type": "microsoft.graph.androidManagedAppProtection" + } + ], + "defaultManagedAppProtections": [ + { + "@odata.type": "microsoft.graph.defaultManagedAppProtection" + } + ], + "iosManagedAppProtections": [ + { + "@odata.type": "microsoft.graph.iosManagedAppProtection" + } + ], + "isEnabledForMicrosoftStoreForBusiness": true, + "managedAppPolicies": [ + { + "@odata.type": "microsoft.graph.managedAppPolicy" + } + ], + "managedAppRegistrations": [ + { + "@odata.type": "microsoft.graph.managedAppRegistration" + } + ], + "managedAppStatuses": [ + { + "@odata.type": "microsoft.graph.managedAppStatus" + } + ], + "managedEBooks": [ + { + "@odata.type": "microsoft.graph.managedEBook" + } + ], + "mdmWindowsInformationProtectionPolicies": [ + { + "@odata.type": "microsoft.graph.mdmWindowsInformationProtectionPolicy" + } + ], + "microsoftStoreForBusinessLanguage": "String", + "microsoftStoreForBusinessLastCompletedApplicationSyncTime": "0001-01-01T00:00:00.0000000+00:00", + "microsoftStoreForBusinessLastSuccessfulSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "mobileAppCategories": [ + { + "@odata.type": "microsoft.graph.mobileAppCategory" + } + ], + "mobileAppConfigurations": [ + { + "@odata.type": "microsoft.graph.managedDeviceMobileAppConfiguration" + } + ], + "mobileApps": [ + { + "@odata.type": "microsoft.graph.mobileApp" + } + ], + "targetedManagedAppConfigurations": [ + { + "@odata.type": "microsoft.graph.targetedManagedAppConfiguration" + } + ], + "vppTokens": [ + { + "@odata.type": "microsoft.graph.vppToken" + } + ], + "windowsInformationProtectionPolicies": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionPolicy" + } + ] + } + }, + "microsoft.graph.mobileApp": { + "value": { + "assignments": [ + { + "@odata.type": "microsoft.graph.mobileAppAssignment" + } + ], + "categories": [ + { + "@odata.type": "microsoft.graph.mobileAppCategory" + } + ], + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "developer": "String", + "displayName": "String", + "informationUrl": "String", + "isFeatured": true, + "largeIcon": { + "@odata.type": "microsoft.graph.mimeContent" + }, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "notes": "String", + "owner": "String", + "privacyInformationUrl": "String", + "publisher": "String", + "publishingState": { + "@odata.type": "microsoft.graph.mobileAppPublishingState" + } + } + }, + "microsoft.graph.mobileAppCategory": { + "value": { + "displayName": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.managedDeviceMobileAppConfiguration": { + "value": { + "assignments": [ + { + "@odata.type": "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" + } + ], + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "deviceStatuses": [ + { + "@odata.type": "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" + } + ], + "deviceStatusSummary": { + "@odata.type": "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" + }, + "displayName": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "targetedMobileApps": [ + "String" + ], + "userStatuses": [ + { + "@odata.type": "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" + } + ], + "userStatusSummary": { + "@odata.type": "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" + }, + "version": 0 + } + }, + "microsoft.graph.vppToken": { + "value": { + "appleId": "String", + "automaticallyUpdateApps": true, + "countryOrRegion": "String", + "expirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastSyncStatus": { + "@odata.type": "microsoft.graph.vppTokenSyncStatus" + }, + "organizationName": "String", + "state": { + "@odata.type": "microsoft.graph.vppTokenState" + }, + "token": "String", + "vppTokenAccountType": { + "@odata.type": "microsoft.graph.vppTokenAccountType" + } + } + }, + "microsoft.graph.managedAppPolicy": { + "value": { + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "displayName": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "version": "String" + } + }, + "microsoft.graph.managedAppProtection": { + "value": { + "allowedDataStorageLocations": [ + { + "@odata.type": "microsoft.graph.managedAppDataStorageLocation" + } + ], + "allowedInboundDataTransferSources": { + "@odata.type": "microsoft.graph.managedAppDataTransferLevel" + }, + "allowedOutboundClipboardSharingLevel": { + "@odata.type": "microsoft.graph.managedAppClipboardSharingLevel" + }, + "allowedOutboundDataTransferDestinations": { + "@odata.type": "microsoft.graph.managedAppDataTransferLevel" + }, + "contactSyncBlocked": true, + "dataBackupBlocked": true, + "deviceComplianceRequired": true, + "disableAppPinIfDevicePinIsSet": true, + "fingerprintBlocked": true, + "managedBrowserToOpenLinksRequired": true, + "maximumPinRetries": 0, + "minimumPinLength": 0, + "minimumRequiredAppVersion": "String", + "minimumRequiredOsVersion": "String", + "minimumWarningAppVersion": "String", + "minimumWarningOsVersion": "String", + "organizationalCredentialsRequired": true, + "periodBeforePinReset": "Duration", + "periodOfflineBeforeAccessCheck": "Duration", + "periodOfflineBeforeWipeIsEnforced": "Duration", + "periodOnlineBeforeAccessCheck": "Duration", + "pinCharacterSet": { + "@odata.type": "microsoft.graph.managedAppPinCharacterSet" + }, + "pinRequired": true, + "printBlocked": true, + "saveAsBlocked": true, + "simplePinBlocked": true + } + }, + "microsoft.graph.targetedManagedAppProtection": { + "value": { + "assignments": [ + { + "@odata.type": "microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "isAssigned": true + } + }, + "microsoft.graph.iosManagedAppProtection": { + "value": { + "appDataEncryptionType": { + "@odata.type": "microsoft.graph.managedAppDataEncryptionType" + }, + "apps": [ + { + "@odata.type": "microsoft.graph.managedMobileApp" + } + ], + "deployedAppCount": 0, + "deploymentSummary": { + "@odata.type": "microsoft.graph.managedAppPolicyDeploymentSummary" + }, + "faceIdBlocked": true, + "minimumRequiredSdkVersion": "String" + } + }, + "microsoft.graph.androidManagedAppProtection": { + "value": { + "apps": [ + { + "@odata.type": "microsoft.graph.managedMobileApp" + } + ], + "deployedAppCount": 0, + "deploymentSummary": { + "@odata.type": "microsoft.graph.managedAppPolicyDeploymentSummary" + }, + "disableAppEncryptionIfDeviceEncryptionIsEnabled": true, + "encryptAppData": true, + "minimumRequiredPatchVersion": "String", + "minimumWarningPatchVersion": "String", + "screenCaptureBlocked": true + } + }, + "microsoft.graph.defaultManagedAppProtection": { + "value": { + "appDataEncryptionType": { + "@odata.type": "microsoft.graph.managedAppDataEncryptionType" + }, + "apps": [ + { + "@odata.type": "microsoft.graph.managedMobileApp" + } + ], + "customSettings": [ + { + "@odata.type": "microsoft.graph.keyValuePair" + } + ], + "deployedAppCount": 0, + "deploymentSummary": { + "@odata.type": "microsoft.graph.managedAppPolicyDeploymentSummary" + }, + "disableAppEncryptionIfDeviceEncryptionIsEnabled": true, + "encryptAppData": true, + "faceIdBlocked": true, + "minimumRequiredPatchVersion": "String", + "minimumRequiredSdkVersion": "String", + "minimumWarningPatchVersion": "String", + "screenCaptureBlocked": true + } + }, + "microsoft.graph.managedAppConfiguration": { + "value": { + "customSettings": [ + { + "@odata.type": "microsoft.graph.keyValuePair" + } + ] + } + }, + "microsoft.graph.targetedManagedAppConfiguration": { + "value": { + "apps": [ + { + "@odata.type": "microsoft.graph.managedMobileApp" + } + ], + "assignments": [ + { + "@odata.type": "microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "deployedAppCount": 0, + "deploymentSummary": { + "@odata.type": "microsoft.graph.managedAppPolicyDeploymentSummary" + }, + "isAssigned": true + } + }, + "microsoft.graph.windowsInformationProtection": { + "value": { + "assignments": [ + { + "@odata.type": "microsoft.graph.targetedManagedAppPolicyAssignment" + } + ], + "azureRightsManagementServicesAllowed": true, + "dataRecoveryCertificate": { + "@odata.type": "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" + }, + "enforcementLevel": { + "@odata.type": "microsoft.graph.windowsInformationProtectionEnforcementLevel" + }, + "enterpriseDomain": "String", + "enterpriseInternalProxyServers": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "enterpriseIPRanges": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionIPRangeCollection" + } + ], + "enterpriseIPRangesAreAuthoritative": true, + "enterpriseNetworkDomainNames": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "enterpriseProtectedDomainNames": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "enterpriseProxiedDomains": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionProxiedDomainCollection" + } + ], + "enterpriseProxyServers": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "enterpriseProxyServersAreAuthoritative": true, + "exemptAppLockerFiles": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionAppLockerFile" + } + ], + "exemptApps": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionApp" + } + ], + "iconsVisible": true, + "indexingEncryptedStoresOrItemsBlocked": true, + "isAssigned": true, + "neutralDomainResources": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionResourceCollection" + } + ], + "protectedAppLockerFiles": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionAppLockerFile" + } + ], + "protectedApps": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionApp" + } + ], + "protectionUnderLockConfigRequired": true, + "revokeOnUnenrollDisabled": true, + "rightsManagementServicesTemplateId": "00000000-0000-0000-0000-000000000000", + "smbAutoEncryptedFileExtensions": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionResourceCollection" + } + ] + } + }, + "microsoft.graph.mdmWindowsInformationProtectionPolicy": {}, + "microsoft.graph.windowsInformationProtectionPolicy": { + "value": { + "daysWithoutContactBeforeUnenroll": 0, + "mdmEnrollmentUrl": "String", + "minutesOfInactivityBeforeDeviceLock": 0, + "numberOfPastPinsRemembered": 0, + "passwordMaximumAttemptCount": 0, + "pinExpirationDays": 0, + "pinLowercaseLetters": { + "@odata.type": "microsoft.graph.windowsInformationProtectionPinCharacterRequirements" + }, + "pinMinimumLength": 0, + "pinSpecialCharacters": { + "@odata.type": "microsoft.graph.windowsInformationProtectionPinCharacterRequirements" + }, + "pinUppercaseLetters": { + "@odata.type": "microsoft.graph.windowsInformationProtectionPinCharacterRequirements" + }, + "revokeOnMdmHandoffDisabled": true, + "windowsHelloForBusinessBlocked": true + } + }, + "microsoft.graph.managedAppStatus": { + "value": { + "displayName": "String", + "version": "String" + } + }, + "microsoft.graph.managedEBook": { + "value": { + "assignments": [ + { + "@odata.type": "microsoft.graph.managedEBookAssignment" + } + ], + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "deviceStates": [ + { + "@odata.type": "microsoft.graph.deviceInstallState" + } + ], + "displayName": "String", + "informationUrl": "String", + "installSummary": { + "@odata.type": "microsoft.graph.eBookInstallSummary" + }, + "largeCover": { + "@odata.type": "microsoft.graph.mimeContent" + }, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "privacyInformationUrl": "String", + "publishedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "publisher": "String", + "userStateSummary": [ + { + "@odata.type": "microsoft.graph.userInstallStateSummary" + } + ] + } + }, + "microsoft.graph.mobileAppAssignment": { + "value": { + "intent": { + "@odata.type": "microsoft.graph.installIntent" + }, + "settings": { + "@odata.type": "microsoft.graph.mobileAppAssignmentSettings" + }, + "target": { + "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + } + }, + "microsoft.graph.deviceAndAppManagementAssignmentTarget": {}, + "microsoft.graph.mobileAppAssignmentSettings": {}, + "microsoft.graph.mimeContent": { + "value": { + "type": "String", + "value": "AA==" + } + }, + "microsoft.graph.mobileAppContentFile": { + "value": { + "azureStorageUri": "String", + "azureStorageUriExpirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "isCommitted": true, + "manifest": "AA==", + "name": "String", + "size": 0, + "sizeEncrypted": 0, + "uploadState": { + "@odata.type": "microsoft.graph.mobileAppContentFileUploadState" + } + } + }, + "microsoft.graph.fileEncryptionInfo": { + "value": { + "encryptionKey": "AA==", + "fileDigest": "AA==", + "fileDigestAlgorithm": "String", + "initializationVector": "AA==", + "mac": "AA==", + "macKey": "AA==", + "profileIdentifier": "String" + } + }, + "microsoft.graph.allLicensedUsersAssignmentTarget": {}, + "microsoft.graph.groupAssignmentTarget": { + "value": { + "groupId": "String" + } + }, + "microsoft.graph.exclusionGroupAssignmentTarget": {}, + "microsoft.graph.allDevicesAssignmentTarget": {}, + "microsoft.graph.iosLobAppAssignmentSettings": { + "value": { + "vpnConfigurationId": "String" + } + }, + "microsoft.graph.iosStoreAppAssignmentSettings": { + "value": { + "vpnConfigurationId": "String" + } + }, + "microsoft.graph.iosVppAppAssignmentSettings": { + "value": { + "useDeviceLicensing": true, + "vpnConfigurationId": "String" + } + }, + "microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings": { + "value": { + "useDeviceContext": true + } + }, + "microsoft.graph.macOSOfficeSuiteApp": {}, + "microsoft.graph.managedApp": { + "value": { + "appAvailability": { + "@odata.type": "microsoft.graph.managedAppAvailability" + }, + "version": "String" + } + }, + "microsoft.graph.managedAndroidStoreApp": { + "value": { + "appStoreUrl": "String", + "minimumSupportedOperatingSystem": { + "@odata.type": "microsoft.graph.androidMinimumOperatingSystem" + }, + "packageId": "String" + } + }, + "microsoft.graph.androidMinimumOperatingSystem": { + "value": { + "v4_0": true, + "v4_0_3": true, + "v4_1": true, + "v4_2": true, + "v4_3": true, + "v4_4": true, + "v5_0": true, + "v5_1": true + } + }, + "microsoft.graph.managedIOSStoreApp": { + "value": { + "applicableDeviceType": { + "@odata.type": "microsoft.graph.iosDeviceType" + }, + "appStoreUrl": "String", + "bundleId": "String", + "minimumSupportedOperatingSystem": { + "@odata.type": "microsoft.graph.iosMinimumOperatingSystem" + } + } + }, + "microsoft.graph.iosDeviceType": { + "value": { + "iPad": true, + "iPhoneAndIPod": true + } + }, + "microsoft.graph.iosMinimumOperatingSystem": { + "value": { + "v10_0": true, + "v11_0": true, + "v8_0": true, + "v9_0": true + } + }, + "microsoft.graph.managedMobileLobApp": { + "value": { + "committedContentVersion": "String", + "contentVersions": [ + { + "@odata.type": "microsoft.graph.mobileAppContent" + } + ], + "fileName": "String", + "size": 0 + } + }, + "microsoft.graph.mobileAppContent": { + "value": { + "files": [ + { + "@odata.type": "microsoft.graph.mobileAppContentFile" + } + ] + } + }, + "microsoft.graph.managedAndroidLobApp": { + "value": { + "minimumSupportedOperatingSystem": { + "@odata.type": "microsoft.graph.androidMinimumOperatingSystem" + }, + "packageId": "String", + "versionCode": "String", + "versionName": "String" + } + }, + "microsoft.graph.managedIOSLobApp": { + "value": { + "applicableDeviceType": { + "@odata.type": "microsoft.graph.iosDeviceType" + }, + "buildNumber": "String", + "bundleId": "String", + "expirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "minimumSupportedOperatingSystem": { + "@odata.type": "microsoft.graph.iosMinimumOperatingSystem" + }, + "versionNumber": "String" + } + }, + "microsoft.graph.mobileLobApp": { + "value": { + "committedContentVersion": "String", + "contentVersions": [ + { + "@odata.type": "microsoft.graph.mobileAppContent" + } + ], + "fileName": "String", + "size": 0 + } + }, + "microsoft.graph.windowsMinimumOperatingSystem": { + "value": { + "v10_0": true, + "v8_0": true, + "v8_1": true + } + }, + "microsoft.graph.windowsMobileMSI": { + "value": { + "commandLine": "String", + "ignoreVersionDetection": true, + "productCode": "String", + "productVersion": "String" + } + }, + "microsoft.graph.windowsUniversalAppX": { + "value": { + "applicableArchitectures": { + "@odata.type": "microsoft.graph.windowsArchitecture" + }, + "applicableDeviceTypes": { + "@odata.type": "microsoft.graph.windowsDeviceType" + }, + "identityName": "String", + "identityPublisherHash": "String", + "identityResourceIdentifier": "String", + "identityVersion": "String", + "isBundle": true, + "minimumSupportedOperatingSystem": { + "@odata.type": "microsoft.graph.windowsMinimumOperatingSystem" + } + } + }, + "microsoft.graph.androidLobApp": { + "value": { + "minimumSupportedOperatingSystem": { + "@odata.type": "microsoft.graph.androidMinimumOperatingSystem" + }, + "packageId": "String", + "versionCode": "String", + "versionName": "String" + } + }, + "microsoft.graph.iosLobApp": { + "value": { + "applicableDeviceType": { + "@odata.type": "microsoft.graph.iosDeviceType" + }, + "buildNumber": "String", + "bundleId": "String", + "expirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "minimumSupportedOperatingSystem": { + "@odata.type": "microsoft.graph.iosMinimumOperatingSystem" + }, + "versionNumber": "String" + } + }, + "microsoft.graph.microsoftStoreForBusinessApp": { + "value": { + "licenseType": { + "@odata.type": "microsoft.graph.microsoftStoreForBusinessLicenseType" + }, + "packageIdentityName": "String", + "productKey": "String", + "totalLicenseCount": 0, + "usedLicenseCount": 0 + } + }, + "microsoft.graph.webApp": { + "value": { + "appUrl": "String", + "useManagedBrowser": true + } + }, + "microsoft.graph.androidStoreApp": { + "value": { + "appStoreUrl": "String", + "minimumSupportedOperatingSystem": { + "@odata.type": "microsoft.graph.androidMinimumOperatingSystem" + }, + "packageId": "String" + } + }, + "microsoft.graph.iosVppApp": { + "value": { + "applicableDeviceType": { + "@odata.type": "microsoft.graph.iosDeviceType" + }, + "appStoreUrl": "String", + "bundleId": "String", + "licensingType": { + "@odata.type": "microsoft.graph.vppLicensingType" + }, + "releaseDateTime": "0001-01-01T00:00:00.0000000+00:00", + "totalLicenseCount": 0, + "usedLicenseCount": 0, + "vppTokenAccountType": { + "@odata.type": "microsoft.graph.vppTokenAccountType" + }, + "vppTokenAppleId": "String", + "vppTokenOrganizationName": "String" + } + }, + "microsoft.graph.vppLicensingType": { + "value": { + "supportsDeviceLicensing": true, + "supportsUserLicensing": true + } + }, + "microsoft.graph.iosStoreApp": { + "value": { + "applicableDeviceType": { + "@odata.type": "microsoft.graph.iosDeviceType" + }, + "appStoreUrl": "String", + "bundleId": "String", + "minimumSupportedOperatingSystem": { + "@odata.type": "microsoft.graph.iosMinimumOperatingSystem" + } + } + }, + "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus": { + "value": { + "complianceGracePeriodExpirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "deviceDisplayName": "String", + "deviceModel": "String", + "lastReportedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "status": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus": { + "value": { + "devicesCount": 0, + "lastReportedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "status": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userDisplayName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.managedDeviceMobileAppConfigurationAssignment": { + "value": { + "target": { + "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + } + }, + "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary": { + "value": { + "configurationVersion": 0, + "errorCount": 0, + "failedCount": 0, + "lastUpdateDateTime": "0001-01-01T00:00:00.0000000+00:00", + "notApplicableCount": 0, + "pendingCount": 0, + "successCount": 0 + } + }, + "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary": { + "value": { + "configurationVersion": 0, + "errorCount": 0, + "failedCount": 0, + "lastUpdateDateTime": "0001-01-01T00:00:00.0000000+00:00", + "notApplicableCount": 0, + "pendingCount": 0, + "successCount": 0 + } + }, + "microsoft.graph.iosMobileAppConfiguration": { + "value": { + "encodedSettingXml": "AA==", + "settings": [ + { + "@odata.type": "microsoft.graph.appConfigurationSettingItem" + } + ] + } + }, + "microsoft.graph.appConfigurationSettingItem": { + "value": { + "appConfigKey": "String", + "appConfigKeyType": { + "@odata.type": "microsoft.graph.mdmAppConfigKeyType" + }, + "appConfigKeyValue": "String" + } + }, + "microsoft.graph.deviceManagement": { + "value": { + "applePushNotificationCertificate": { + "@odata.type": "microsoft.graph.applePushNotificationCertificate" + }, + "conditionalAccessSettings": { + "@odata.type": "microsoft.graph.onPremisesConditionalAccessSettings" + }, + "detectedApps": [ + { + "@odata.type": "microsoft.graph.detectedApp" + } + ], + "deviceCategories": [ + { + "@odata.type": "microsoft.graph.deviceCategory" + } + ], + "deviceCompliancePolicies": [ + { + "@odata.type": "microsoft.graph.deviceCompliancePolicy" + } + ], + "deviceCompliancePolicyDeviceStateSummary": { + "@odata.type": "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" + }, + "deviceCompliancePolicySettingStateSummaries": [ + { + "@odata.type": "microsoft.graph.deviceCompliancePolicySettingStateSummary" + } + ], + "deviceConfigurationDeviceStateSummaries": { + "@odata.type": "microsoft.graph.deviceConfigurationDeviceStateSummary" + }, + "deviceConfigurations": [ + { + "@odata.type": "microsoft.graph.deviceConfiguration" + } + ], + "deviceEnrollmentConfigurations": [ + { + "@odata.type": "microsoft.graph.deviceEnrollmentConfiguration" + } + ], + "deviceManagementPartners": [ + { + "@odata.type": "microsoft.graph.deviceManagementPartner" + } + ], + "exchangeConnectors": [ + { + "@odata.type": "microsoft.graph.deviceManagementExchangeConnector" + } + ], + "intuneBrand": { + "@odata.type": "microsoft.graph.intuneBrand" + }, + "iosUpdateStatuses": [ + { + "@odata.type": "microsoft.graph.iosUpdateDeviceStatus" + } + ], + "managedDeviceOverview": { + "@odata.type": "microsoft.graph.managedDeviceOverview" + }, + "managedDevices": [ + { + "@odata.type": "microsoft.graph.managedDevice" + } + ], + "mobileThreatDefenseConnectors": [ + { + "@odata.type": "microsoft.graph.mobileThreatDefenseConnector" + } + ], + "notificationMessageTemplates": [ + { + "@odata.type": "microsoft.graph.notificationMessageTemplate" + } + ], + "remoteAssistancePartners": [ + { + "@odata.type": "microsoft.graph.remoteAssistancePartner" + } + ], + "resourceOperations": [ + { + "@odata.type": "microsoft.graph.resourceOperation" + } + ], + "roleAssignments": [ + { + "@odata.type": "microsoft.graph.deviceAndAppManagementRoleAssignment" + } + ], + "roleDefinitions": [ + { + "@odata.type": "microsoft.graph.roleDefinition" + } + ], + "settings": { + "@odata.type": "microsoft.graph.deviceManagementSettings" + }, + "softwareUpdateStatusSummary": { + "@odata.type": "microsoft.graph.softwareUpdateStatusSummary" + }, + "subscriptionState": { + "@odata.type": "microsoft.graph.deviceManagementSubscriptionState" + }, + "telecomExpenseManagementPartners": [ + { + "@odata.type": "microsoft.graph.telecomExpenseManagementPartner" + } + ], + "termsAndConditions": [ + { + "@odata.type": "microsoft.graph.termsAndConditions" + } + ], + "troubleshootingEvents": [ + { + "@odata.type": "microsoft.graph.deviceManagementTroubleshootingEvent" + } + ], + "windowsInformationProtectionAppLearningSummaries": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionAppLearningSummary" + } + ], + "windowsInformationProtectionNetworkLearningSummaries": [ + { + "@odata.type": "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" + } + ] + } + }, + "microsoft.graph.termsAndConditions": { + "value": { + "acceptanceStatement": "String", + "acceptanceStatuses": [ + { + "@odata.type": "microsoft.graph.termsAndConditionsAcceptanceStatus" + } + ], + "assignments": [ + { + "@odata.type": "microsoft.graph.termsAndConditionsAssignment" + } + ], + "bodyText": "String", + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "displayName": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "title": "String", + "version": 0 + } + }, + "microsoft.graph.applePushNotificationCertificate": { + "value": { + "appleIdentifier": "String", + "certificate": "String", + "expirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "topicIdentifier": "String" + } + }, + "microsoft.graph.managedDeviceOverview": { + "value": { + "deviceExchangeAccessStateSummary": { + "@odata.type": "microsoft.graph.deviceExchangeAccessStateSummary" + }, + "deviceOperatingSystemSummary": { + "@odata.type": "microsoft.graph.deviceOperatingSystemSummary" + }, + "dualEnrolledDeviceCount": 0, + "enrolledDeviceCount": 0, + "mdmEnrolledCount": 0 + } + }, + "microsoft.graph.detectedApp": { + "value": { + "deviceCount": 0, + "displayName": "String", + "managedDevices": [ + { + "@odata.type": "microsoft.graph.managedDevice" + } + ], + "sizeInByte": 0, + "version": "String" + } + }, + "microsoft.graph.deviceManagementSettings": { + "value": { + "deviceComplianceCheckinThresholdDays": 0, + "isScheduledActionEnabled": true, + "secureByDefault": true + } + }, + "microsoft.graph.deviceConfiguration": { + "value": { + "assignments": [ + { + "@odata.type": "microsoft.graph.deviceConfigurationAssignment" + } + ], + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "deviceSettingStateSummaries": [ + { + "@odata.type": "microsoft.graph.settingStateDeviceSummary" + } + ], + "deviceStatuses": [ + { + "@odata.type": "microsoft.graph.deviceConfigurationDeviceStatus" + } + ], + "deviceStatusOverview": { + "@odata.type": "microsoft.graph.deviceConfigurationDeviceOverview" + }, + "displayName": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "userStatuses": [ + { + "@odata.type": "microsoft.graph.deviceConfigurationUserStatus" + } + ], + "userStatusOverview": { + "@odata.type": "microsoft.graph.deviceConfigurationUserOverview" + }, + "version": 0 + } + }, + "microsoft.graph.deviceCompliancePolicy": { + "value": { + "assignments": [ + { + "@odata.type": "microsoft.graph.deviceCompliancePolicyAssignment" + } + ], + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "deviceSettingStateSummaries": [ + { + "@odata.type": "microsoft.graph.settingStateDeviceSummary" + } + ], + "deviceStatuses": [ + { + "@odata.type": "microsoft.graph.deviceComplianceDeviceStatus" + } + ], + "deviceStatusOverview": { + "@odata.type": "microsoft.graph.deviceComplianceDeviceOverview" + }, + "displayName": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "scheduledActionsForRule": [ + { + "@odata.type": "microsoft.graph.deviceComplianceScheduledActionForRule" + } + ], + "userStatuses": [ + { + "@odata.type": "microsoft.graph.deviceComplianceUserStatus" + } + ], + "userStatusOverview": { + "@odata.type": "microsoft.graph.deviceComplianceUserOverview" + }, + "version": 0 + } + }, + "microsoft.graph.softwareUpdateStatusSummary": { + "value": { + "compliantDeviceCount": 0, + "compliantUserCount": 0, + "conflictDeviceCount": 0, + "conflictUserCount": 0, + "displayName": "String", + "errorDeviceCount": 0, + "errorUserCount": 0, + "nonCompliantDeviceCount": 0, + "nonCompliantUserCount": 0, + "notApplicableDeviceCount": 0, + "notApplicableUserCount": 0, + "remediatedDeviceCount": 0, + "remediatedUserCount": 0, + "unknownDeviceCount": 0, + "unknownUserCount": 0 + } + }, + "microsoft.graph.deviceCompliancePolicyDeviceStateSummary": { + "value": { + "compliantDeviceCount": 0, + "configManagerCount": 0, + "conflictDeviceCount": 0, + "errorDeviceCount": 0, + "inGracePeriodCount": 0, + "nonCompliantDeviceCount": 0, + "notApplicableDeviceCount": 0, + "remediatedDeviceCount": 0, + "unknownDeviceCount": 0 + } + }, + "microsoft.graph.deviceCompliancePolicySettingStateSummary": { + "value": { + "compliantDeviceCount": 0, + "conflictDeviceCount": 0, + "deviceComplianceSettingStates": [ + { + "@odata.type": "microsoft.graph.deviceComplianceSettingState" + } + ], + "errorDeviceCount": 0, + "nonCompliantDeviceCount": 0, + "notApplicableDeviceCount": 0, + "platformType": { + "@odata.type": "microsoft.graph.policyPlatformType" + }, + "remediatedDeviceCount": 0, + "setting": "String", + "settingName": "String", + "unknownDeviceCount": 0 + } + }, + "microsoft.graph.deviceConfigurationDeviceStateSummary": { + "value": { + "compliantDeviceCount": 0, + "conflictDeviceCount": 0, + "errorDeviceCount": 0, + "nonCompliantDeviceCount": 0, + "notApplicableDeviceCount": 0, + "remediatedDeviceCount": 0, + "unknownDeviceCount": 0 + } + }, + "microsoft.graph.iosUpdateDeviceStatus": { + "value": { + "complianceGracePeriodExpirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "deviceDisplayName": "String", + "deviceId": "String", + "deviceModel": "String", + "installStatus": { + "@odata.type": "microsoft.graph.iosUpdatesInstallStatus" + }, + "lastReportedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "osVersion": "String", + "status": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userId": "String", + "userName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.intuneBrand": { + "value": { + "contactITEmailAddress": "String", + "contactITName": "String", + "contactITNotes": "String", + "contactITPhoneNumber": "String", + "darkBackgroundLogo": { + "@odata.type": "microsoft.graph.mimeContent" + }, + "displayName": "String", + "lightBackgroundLogo": { + "@odata.type": "microsoft.graph.mimeContent" + }, + "onlineSupportSiteName": "String", + "onlineSupportSiteUrl": "String", + "privacyUrl": "String", + "showDisplayNameNextToLogo": true, + "showLogo": true, + "showNameNextToLogo": true, + "themeColor": { + "@odata.type": "microsoft.graph.rgbColor" + } + } + }, + "microsoft.graph.rgbColor": { + "value": { + "b": "AA==", + "g": "AA==", + "r": "AA==" + } + }, + "microsoft.graph.deviceCategory": { + "value": { + "description": "String", + "displayName": "String" + } + }, + "microsoft.graph.deviceManagementExchangeConnector": { + "value": { + "connectorServerName": "String", + "exchangeAlias": "String", + "exchangeConnectorType": { + "@odata.type": "microsoft.graph.deviceManagementExchangeConnectorType" + }, + "exchangeOrganization": "String", + "lastSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "primarySmtpAddress": "String", + "serverName": "String", + "status": { + "@odata.type": "microsoft.graph.deviceManagementExchangeConnectorStatus" + }, + "version": "String" + } + }, + "microsoft.graph.deviceEnrollmentConfiguration": { + "value": { + "assignments": [ + { + "@odata.type": "microsoft.graph.enrollmentConfigurationAssignment" + } + ], + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "displayName": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "priority": 0, + "version": 0 + } + }, + "microsoft.graph.onPremisesConditionalAccessSettings": { + "value": { + "enabled": true, + "excludedGroups": [ + "00000000-0000-0000-0000-000000000000" + ], + "includedGroups": [ + "00000000-0000-0000-0000-000000000000" + ], + "overrideDefaultRule": true + } + }, + "microsoft.graph.mobileThreatDefenseConnector": { + "value": { + "androidDeviceBlockedOnMissingPartnerData": true, + "androidEnabled": true, + "iosDeviceBlockedOnMissingPartnerData": true, + "iosEnabled": true, + "lastHeartbeatDateTime": "0001-01-01T00:00:00.0000000+00:00", + "partnerState": { + "@odata.type": "microsoft.graph.mobileThreatPartnerTenantState" + }, + "partnerUnresponsivenessThresholdInDays": 0, + "partnerUnsupportedOsVersionBlocked": true + } + }, + "microsoft.graph.deviceManagementPartner": { + "value": { + "displayName": "String", + "isConfigured": true, + "lastHeartbeatDateTime": "0001-01-01T00:00:00.0000000+00:00", + "partnerAppType": { + "@odata.type": "microsoft.graph.deviceManagementPartnerAppType" + }, + "partnerState": { + "@odata.type": "microsoft.graph.deviceManagementPartnerTenantState" + }, + "singleTenantAppId": "String", + "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime": "0001-01-01T00:00:00.0000000+00:00", + "whenPartnerDevicesWillBeRemovedDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.notificationMessageTemplate": { + "value": { + "brandingOptions": { + "@odata.type": "microsoft.graph.notificationTemplateBrandingOptions" + }, + "defaultLocale": "String", + "displayName": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "localizedNotificationMessages": [ + { + "@odata.type": "microsoft.graph.localizedNotificationMessage" + } + ] + } + }, + "microsoft.graph.roleDefinition": { + "value": { + "description": "String", + "displayName": "String", + "isBuiltIn": true, + "roleAssignments": [ + { + "@odata.type": "microsoft.graph.roleAssignment" + } + ], + "rolePermissions": [ + { + "@odata.type": "microsoft.graph.rolePermission" + } + ] + } + }, + "microsoft.graph.roleAssignment": { + "value": { + "description": "String", + "displayName": "String", + "resourceScopes": [ + "String" + ], + "roleDefinition": { + "@odata.type": "microsoft.graph.roleDefinition" + } + } + }, + "microsoft.graph.deviceAndAppManagementRoleAssignment": { + "value": { + "members": [ + "String" + ] + } + }, + "microsoft.graph.resourceOperation": { + "value": { + "actionName": "String", + "description": "String", + "resourceName": "String" + } + }, + "microsoft.graph.telecomExpenseManagementPartner": { + "value": { + "appAuthorized": true, + "displayName": "String", + "enabled": true, + "lastConnectionDateTime": "0001-01-01T00:00:00.0000000+00:00", + "url": "String" + } + }, + "microsoft.graph.remoteAssistancePartner": { + "value": { + "displayName": "String", + "lastConnectionDateTime": "0001-01-01T00:00:00.0000000+00:00", + "onboardingStatus": { + "@odata.type": "microsoft.graph.remoteAssistanceOnboardingStatus" + }, + "onboardingUrl": "String" + } + }, + "microsoft.graph.windowsInformationProtectionAppLearningSummary": { + "value": { + "applicationName": "String", + "applicationType": { + "@odata.type": "microsoft.graph.applicationType" + }, + "deviceCount": 0 + } + }, + "microsoft.graph.windowsInformationProtectionNetworkLearningSummary": { + "value": { + "deviceCount": 0, + "url": "String" + } + }, + "microsoft.graph.termsAndConditionsAssignment": { + "value": { + "target": { + "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + } + }, + "microsoft.graph.termsAndConditionsAcceptanceStatus": { + "value": { + "acceptedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "acceptedVersion": 0, + "termsAndConditions": { + "@odata.type": "microsoft.graph.termsAndConditions" + }, + "userDisplayName": "String" + } + }, + "microsoft.graph.deviceConfigurationState": { + "value": { + "displayName": "String", + "platformType": { + "@odata.type": "microsoft.graph.policyPlatformType" + }, + "settingCount": 0, + "settingStates": [ + { + "@odata.type": "microsoft.graph.deviceConfigurationSettingState" + } + ], + "state": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "version": 0 + } + }, + "microsoft.graph.deviceActionResult": { + "value": { + "actionName": "String", + "actionState": { + "@odata.type": "microsoft.graph.actionState" + }, + "lastUpdatedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "startDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.configurationManagerClientEnabledFeatures": { + "value": { + "compliancePolicy": true, + "deviceConfiguration": true, + "inventory": true, + "modernApps": true, + "resourceAccess": true, + "windowsUpdateForBusiness": true + } + }, + "microsoft.graph.deviceHealthAttestationState": { + "value": { + "attestationIdentityKey": "String", + "bitLockerStatus": "String", + "bootAppSecurityVersion": "String", + "bootDebugging": "String", + "bootManagerSecurityVersion": "String", + "bootManagerVersion": "String", + "bootRevisionListInfo": "String", + "codeIntegrity": "String", + "codeIntegrityCheckVersion": "String", + "codeIntegrityPolicy": "String", + "contentNamespaceUrl": "String", + "contentVersion": "String", + "dataExcutionPolicy": "String", + "deviceHealthAttestationStatus": "String", + "earlyLaunchAntiMalwareDriverProtection": "String", + "healthAttestationSupportedStatus": "String", + "healthStatusMismatchInfo": "String", + "issuedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastUpdateDateTime": "String", + "operatingSystemKernelDebugging": "String", + "operatingSystemRevListInfo": "String", + "pcr0": "String", + "pcrHashAlgorithm": "String", + "resetCount": 0, + "restartCount": 0, + "safeMode": "String", + "secureBoot": "String", + "secureBootConfigurationPolicyFingerPrint": "String", + "testSigning": "String", + "tpmVersion": "String", + "virtualSecureMode": "String", + "windowsPE": "String" + } + }, + "microsoft.graph.deviceCompliancePolicyState": { + "value": { + "displayName": "String", + "platformType": { + "@odata.type": "microsoft.graph.policyPlatformType" + }, + "settingCount": 0, + "settingStates": [ + { + "@odata.type": "microsoft.graph.deviceCompliancePolicySettingState" + } + ], + "state": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "version": 0 + } + }, + "microsoft.graph.updateWindowsDeviceAccountActionParameter": { + "value": { + "calendarSyncEnabled": true, + "deviceAccount": { + "@odata.type": "microsoft.graph.windowsDeviceAccount" + }, + "deviceAccountEmail": "String", + "exchangeServer": "String", + "passwordRotationEnabled": true, + "sessionInitiationProtocalAddress": "String" + } + }, + "microsoft.graph.windowsDeviceAccount": { + "value": { + "password": "String" + } + }, + "microsoft.graph.windowsDefenderScanActionResult": { + "value": { + "scanType": "String" + } + }, + "microsoft.graph.deleteUserFromSharedAppleDeviceActionResult": { + "value": { + "userPrincipalName": "String" + } + }, + "microsoft.graph.deviceGeoLocation": { + "value": { + "altitude": 0, + "heading": 0, + "horizontalAccuracy": 0, + "lastCollectedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "latitude": 0, + "longitude": 0, + "speed": 0, + "verticalAccuracy": 0 + } + }, + "microsoft.graph.locateDeviceActionResult": { + "value": { + "deviceLocation": { + "@odata.type": "microsoft.graph.deviceGeoLocation" + } + } + }, + "microsoft.graph.remoteLockActionResult": { + "value": { + "unlockPin": "String" + } + }, + "microsoft.graph.resetPasscodeActionResult": { + "value": { + "passcode": "String" + } + }, + "microsoft.graph.deviceOperatingSystemSummary": { + "value": { + "androidCount": 0, + "iosCount": 0, + "macOSCount": 0, + "unknownCount": 0, + "windowsCount": 0, + "windowsMobileCount": 0 + } + }, + "microsoft.graph.deviceExchangeAccessStateSummary": { + "value": { + "allowedDeviceCount": 0, + "blockedDeviceCount": 0, + "quarantinedDeviceCount": 0, + "unavailableDeviceCount": 0, + "unknownDeviceCount": 0 + } + }, + "microsoft.graph.windowsDeviceADAccount": { + "value": { + "domainName": "String", + "userName": "String" + } + }, + "microsoft.graph.windowsDeviceAzureADAccount": { + "value": { + "userPrincipalName": "String" + } + }, + "microsoft.graph.deviceConfigurationAssignment": { + "value": { + "target": { + "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + } + }, + "microsoft.graph.deviceConfigurationDeviceStatus": { + "value": { + "complianceGracePeriodExpirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "deviceDisplayName": "String", + "deviceModel": "String", + "lastReportedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "status": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.deviceConfigurationUserStatus": { + "value": { + "devicesCount": 0, + "lastReportedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "status": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userDisplayName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.deviceConfigurationDeviceOverview": { + "value": { + "configurationVersion": 0, + "errorCount": 0, + "failedCount": 0, + "lastUpdateDateTime": "0001-01-01T00:00:00.0000000+00:00", + "notApplicableCount": 0, + "pendingCount": 0, + "successCount": 0 + } + }, + "microsoft.graph.deviceConfigurationUserOverview": { + "value": { + "configurationVersion": 0, + "errorCount": 0, + "failedCount": 0, + "lastUpdateDateTime": "0001-01-01T00:00:00.0000000+00:00", + "notApplicableCount": 0, + "pendingCount": 0, + "successCount": 0 + } + }, + "microsoft.graph.settingStateDeviceSummary": { + "value": { + "compliantDeviceCount": 0, + "conflictDeviceCount": 0, + "errorDeviceCount": 0, + "instancePath": "String", + "nonCompliantDeviceCount": 0, + "notApplicableDeviceCount": 0, + "remediatedDeviceCount": 0, + "settingName": "String", + "unknownDeviceCount": 0 + } + }, + "microsoft.graph.deviceCompliancePolicyAssignment": { + "value": { + "target": { + "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + } + }, + "microsoft.graph.deviceComplianceScheduledActionForRule": { + "value": { + "ruleName": "String", + "scheduledActionConfigurations": [ + { + "@odata.type": "microsoft.graph.deviceComplianceActionItem" + } + ] + } + }, + "microsoft.graph.deviceComplianceDeviceStatus": { + "value": { + "complianceGracePeriodExpirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "deviceDisplayName": "String", + "deviceModel": "String", + "lastReportedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "status": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.deviceComplianceUserStatus": { + "value": { + "devicesCount": 0, + "lastReportedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "status": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userDisplayName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.deviceComplianceDeviceOverview": { + "value": { + "configurationVersion": 0, + "errorCount": 0, + "failedCount": 0, + "lastUpdateDateTime": "0001-01-01T00:00:00.0000000+00:00", + "notApplicableCount": 0, + "pendingCount": 0, + "successCount": 0 + } + }, + "microsoft.graph.deviceComplianceUserOverview": { + "value": { + "configurationVersion": 0, + "errorCount": 0, + "failedCount": 0, + "lastUpdateDateTime": "0001-01-01T00:00:00.0000000+00:00", + "notApplicableCount": 0, + "pendingCount": 0, + "successCount": 0 + } + }, + "microsoft.graph.deviceComplianceActionItem": { + "value": { + "actionType": { + "@odata.type": "microsoft.graph.deviceComplianceActionType" + }, + "gracePeriodHours": 0, + "notificationMessageCCList": [ + "String" + ], + "notificationTemplateId": "String" + } + }, + "microsoft.graph.appListItem": { + "value": { + "appId": "String", + "appStoreUrl": "String", + "name": "String", + "publisher": "String" + } + }, + "microsoft.graph.androidCustomConfiguration": { + "value": { + "omaSettings": [ + { + "@odata.type": "microsoft.graph.omaSetting" + } + ] + } + }, + "microsoft.graph.omaSetting": { + "value": { + "description": "String", + "displayName": "String", + "omaUri": "String" + } + }, + "microsoft.graph.omaSettingInteger": { + "value": { + "value": 0 + } + }, + "microsoft.graph.omaSettingFloatingPoint": { + "value": { + "value": 0 + } + }, + "microsoft.graph.omaSettingString": { + "value": { + "value": "String" + } + }, + "microsoft.graph.omaSettingDateTime": { + "value": { + "value": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.omaSettingStringXml": { + "value": { + "fileName": "String", + "value": "AA==" + } + }, + "microsoft.graph.omaSettingBoolean": { + "value": { + "value": true + } + }, + "microsoft.graph.omaSettingBase64": { + "value": { + "fileName": "String", + "value": "String" + } + }, + "microsoft.graph.androidGeneralDeviceConfiguration": { + "value": { + "appsBlockClipboardSharing": true, + "appsBlockCopyPaste": true, + "appsBlockYouTube": true, + "appsHideList": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "appsInstallAllowList": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "appsLaunchBlockList": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "bluetoothBlocked": true, + "cameraBlocked": true, + "cellularBlockDataRoaming": true, + "cellularBlockMessaging": true, + "cellularBlockVoiceRoaming": true, + "cellularBlockWiFiTethering": true, + "compliantAppListType": { + "@odata.type": "microsoft.graph.appListType" + }, + "compliantAppsList": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "deviceSharingAllowed": true, + "diagnosticDataBlockSubmission": true, + "factoryResetBlocked": true, + "googleAccountBlockAutoSync": true, + "googlePlayStoreBlocked": true, + "kioskModeApps": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "kioskModeBlockSleepButton": true, + "kioskModeBlockVolumeButtons": true, + "locationServicesBlocked": true, + "nfcBlocked": true, + "passwordBlockFingerprintUnlock": true, + "passwordBlockTrustAgents": true, + "passwordExpirationDays": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeScreenTimeout": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.androidRequiredPasswordType" + }, + "passwordSignInFailureCountBeforeFactoryReset": 0, + "powerOffBlocked": true, + "screenCaptureBlocked": true, + "securityRequireVerifyApps": true, + "storageBlockGoogleBackup": true, + "storageBlockRemovableStorage": true, + "storageRequireDeviceEncryption": true, + "storageRequireRemovableStorageEncryption": true, + "voiceAssistantBlocked": true, + "voiceDialingBlocked": true, + "webBrowserBlockAutofill": true, + "webBrowserBlocked": true, + "webBrowserBlockJavaScript": true, + "webBrowserBlockPopups": true, + "webBrowserCookieSettings": { + "@odata.type": "microsoft.graph.webBrowserCookieSettings" + }, + "wiFiBlocked": true + } + }, + "microsoft.graph.androidWorkProfileCustomConfiguration": { + "value": { + "omaSettings": [ + { + "@odata.type": "microsoft.graph.omaSetting" + } + ] + } + }, + "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration": { + "value": { + "passwordBlockFingerprintUnlock": true, + "passwordBlockTrustAgents": true, + "passwordExpirationDays": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeScreenTimeout": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.androidWorkProfileRequiredPasswordType" + }, + "passwordSignInFailureCountBeforeFactoryReset": 0, + "securityRequireVerifyApps": true, + "workProfileBlockAddingAccounts": true, + "workProfileBlockCamera": true, + "workProfileBlockCrossProfileCallerId": true, + "workProfileBlockCrossProfileContactsSearch": true, + "workProfileBlockCrossProfileCopyPaste": true, + "workProfileBlockNotificationsWhileDeviceLocked": true, + "workProfileBlockScreenCapture": true, + "workProfileBluetoothEnableContactSharing": true, + "workProfileDataSharingType": { + "@odata.type": "microsoft.graph.androidWorkProfileCrossProfileDataSharingType" + }, + "workProfileDefaultAppPermissionPolicy": { + "@odata.type": "microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType" + }, + "workProfilePasswordBlockFingerprintUnlock": true, + "workProfilePasswordBlockTrustAgents": true, + "workProfilePasswordExpirationDays": 0, + "workProfilePasswordMinimumLength": 0, + "workProfilePasswordMinLetterCharacters": 0, + "workProfilePasswordMinLowerCaseCharacters": 0, + "workProfilePasswordMinNonLetterCharacters": 0, + "workProfilePasswordMinNumericCharacters": 0, + "workProfilePasswordMinSymbolCharacters": 0, + "workProfilePasswordMinUpperCaseCharacters": 0, + "workProfilePasswordMinutesOfInactivityBeforeScreenTimeout": 0, + "workProfilePasswordPreviousPasswordBlockCount": 0, + "workProfilePasswordRequiredType": { + "@odata.type": "microsoft.graph.androidWorkProfileRequiredPasswordType" + }, + "workProfilePasswordSignInFailureCountBeforeFactoryReset": 0, + "workProfileRequirePassword": true + } + }, + "microsoft.graph.iosCertificateProfile": {}, + "microsoft.graph.iosCustomConfiguration": { + "value": { + "payload": "AA==", + "payloadFileName": "String", + "payloadName": "String" + } + }, + "microsoft.graph.iosGeneralDeviceConfiguration": { + "value": { + "accountBlockModification": true, + "activationLockAllowWhenSupervised": true, + "airDropBlocked": true, + "airDropForceUnmanagedDropTarget": true, + "airPlayForcePairingPasswordForOutgoingRequests": true, + "appleNewsBlocked": true, + "appleWatchBlockPairing": true, + "appleWatchForceWristDetection": true, + "appsSingleAppModeList": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "appStoreBlockAutomaticDownloads": true, + "appStoreBlocked": true, + "appStoreBlockInAppPurchases": true, + "appStoreBlockUIAppInstallation": true, + "appStoreRequirePassword": true, + "appsVisibilityList": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "appsVisibilityListType": { + "@odata.type": "microsoft.graph.appListType" + }, + "bluetoothBlockModification": true, + "cameraBlocked": true, + "cellularBlockDataRoaming": true, + "cellularBlockGlobalBackgroundFetchWhileRoaming": true, + "cellularBlockPerAppDataModification": true, + "cellularBlockPersonalHotspot": true, + "cellularBlockVoiceRoaming": true, + "certificatesBlockUntrustedTlsCertificates": true, + "classroomAppBlockRemoteScreenObservation": true, + "classroomAppForceUnpromptedScreenObservation": true, + "compliantAppListType": { + "@odata.type": "microsoft.graph.appListType" + }, + "compliantAppsList": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "configurationProfileBlockChanges": true, + "definitionLookupBlocked": true, + "deviceBlockEnableRestrictions": true, + "deviceBlockEraseContentAndSettings": true, + "deviceBlockNameModification": true, + "diagnosticDataBlockSubmission": true, + "diagnosticDataBlockSubmissionModification": true, + "documentsBlockManagedDocumentsInUnmanagedApps": true, + "documentsBlockUnmanagedDocumentsInManagedApps": true, + "emailInDomainSuffixes": [ + "String" + ], + "enterpriseAppBlockTrust": true, + "enterpriseAppBlockTrustModification": true, + "faceTimeBlocked": true, + "findMyFriendsBlocked": true, + "gameCenterBlocked": true, + "gamingBlockGameCenterFriends": true, + "gamingBlockMultiplayer": true, + "hostPairingBlocked": true, + "iBooksStoreBlocked": true, + "iBooksStoreBlockErotica": true, + "iCloudBlockActivityContinuation": true, + "iCloudBlockBackup": true, + "iCloudBlockDocumentSync": true, + "iCloudBlockManagedAppsSync": true, + "iCloudBlockPhotoLibrary": true, + "iCloudBlockPhotoStreamSync": true, + "iCloudBlockSharedPhotoStream": true, + "iCloudRequireEncryptedBackup": true, + "iTunesBlockExplicitContent": true, + "iTunesBlockMusicService": true, + "iTunesBlockRadio": true, + "keyboardBlockAutoCorrect": true, + "keyboardBlockDictation": true, + "keyboardBlockPredictive": true, + "keyboardBlockShortcuts": true, + "keyboardBlockSpellCheck": true, + "kioskModeAllowAssistiveSpeak": true, + "kioskModeAllowAssistiveTouchSettings": true, + "kioskModeAllowAutoLock": true, + "kioskModeAllowColorInversionSettings": true, + "kioskModeAllowRingerSwitch": true, + "kioskModeAllowScreenRotation": true, + "kioskModeAllowSleepButton": true, + "kioskModeAllowTouchscreen": true, + "kioskModeAllowVoiceOverSettings": true, + "kioskModeAllowVolumeButtons": true, + "kioskModeAllowZoomSettings": true, + "kioskModeAppStoreUrl": "String", + "kioskModeBuiltInAppId": "String", + "kioskModeManagedAppId": "String", + "kioskModeRequireAssistiveTouch": true, + "kioskModeRequireColorInversion": true, + "kioskModeRequireMonoAudio": true, + "kioskModeRequireVoiceOver": true, + "kioskModeRequireZoom": true, + "lockScreenBlockControlCenter": true, + "lockScreenBlockNotificationView": true, + "lockScreenBlockPassbook": true, + "lockScreenBlockTodayView": true, + "mediaContentRatingApps": { + "@odata.type": "microsoft.graph.ratingAppsType" + }, + "mediaContentRatingAustralia": { + "@odata.type": "microsoft.graph.mediaContentRatingAustralia" + }, + "mediaContentRatingCanada": { + "@odata.type": "microsoft.graph.mediaContentRatingCanada" + }, + "mediaContentRatingFrance": { + "@odata.type": "microsoft.graph.mediaContentRatingFrance" + }, + "mediaContentRatingGermany": { + "@odata.type": "microsoft.graph.mediaContentRatingGermany" + }, + "mediaContentRatingIreland": { + "@odata.type": "microsoft.graph.mediaContentRatingIreland" + }, + "mediaContentRatingJapan": { + "@odata.type": "microsoft.graph.mediaContentRatingJapan" + }, + "mediaContentRatingNewZealand": { + "@odata.type": "microsoft.graph.mediaContentRatingNewZealand" + }, + "mediaContentRatingUnitedKingdom": { + "@odata.type": "microsoft.graph.mediaContentRatingUnitedKingdom" + }, + "mediaContentRatingUnitedStates": { + "@odata.type": "microsoft.graph.mediaContentRatingUnitedStates" + }, + "messagesBlocked": true, + "networkUsageRules": [ + { + "@odata.type": "microsoft.graph.iosNetworkUsageRule" + } + ], + "notificationsBlockSettingsModification": true, + "passcodeBlockFingerprintModification": true, + "passcodeBlockFingerprintUnlock": true, + "passcodeBlockModification": true, + "passcodeBlockSimple": true, + "passcodeExpirationDays": 0, + "passcodeMinimumCharacterSetCount": 0, + "passcodeMinimumLength": 0, + "passcodeMinutesOfInactivityBeforeLock": 0, + "passcodeMinutesOfInactivityBeforeScreenTimeout": 0, + "passcodePreviousPasscodeBlockCount": 0, + "passcodeRequired": true, + "passcodeRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "passcodeSignInFailureCountBeforeWipe": 0, + "podcastsBlocked": true, + "safariBlockAutofill": true, + "safariBlocked": true, + "safariBlockJavaScript": true, + "safariBlockPopups": true, + "safariCookieSettings": { + "@odata.type": "microsoft.graph.webBrowserCookieSettings" + }, + "safariManagedDomains": [ + "String" + ], + "safariPasswordAutoFillDomains": [ + "String" + ], + "safariRequireFraudWarning": true, + "screenCaptureBlocked": true, + "siriBlocked": true, + "siriBlockedWhenLocked": true, + "siriBlockUserGeneratedContent": true, + "siriRequireProfanityFilter": true, + "spotlightBlockInternetResults": true, + "voiceDialingBlocked": true, + "wallpaperBlockModification": true, + "wiFiConnectOnlyToConfiguredNetworks": true + } + }, + "microsoft.graph.mediaContentRatingAustralia": { + "value": { + "movieRating": { + "@odata.type": "microsoft.graph.ratingAustraliaMoviesType" + }, + "tvRating": { + "@odata.type": "microsoft.graph.ratingAustraliaTelevisionType" + } + } + }, + "microsoft.graph.mediaContentRatingCanada": { + "value": { + "movieRating": { + "@odata.type": "microsoft.graph.ratingCanadaMoviesType" + }, + "tvRating": { + "@odata.type": "microsoft.graph.ratingCanadaTelevisionType" + } + } + }, + "microsoft.graph.mediaContentRatingFrance": { + "value": { + "movieRating": { + "@odata.type": "microsoft.graph.ratingFranceMoviesType" + }, + "tvRating": { + "@odata.type": "microsoft.graph.ratingFranceTelevisionType" + } + } + }, + "microsoft.graph.mediaContentRatingGermany": { + "value": { + "movieRating": { + "@odata.type": "microsoft.graph.ratingGermanyMoviesType" + }, + "tvRating": { + "@odata.type": "microsoft.graph.ratingGermanyTelevisionType" + } + } + }, + "microsoft.graph.mediaContentRatingIreland": { + "value": { + "movieRating": { + "@odata.type": "microsoft.graph.ratingIrelandMoviesType" + }, + "tvRating": { + "@odata.type": "microsoft.graph.ratingIrelandTelevisionType" + } + } + }, + "microsoft.graph.mediaContentRatingJapan": { + "value": { + "movieRating": { + "@odata.type": "microsoft.graph.ratingJapanMoviesType" + }, + "tvRating": { + "@odata.type": "microsoft.graph.ratingJapanTelevisionType" + } + } + }, + "microsoft.graph.mediaContentRatingNewZealand": { + "value": { + "movieRating": { + "@odata.type": "microsoft.graph.ratingNewZealandMoviesType" + }, + "tvRating": { + "@odata.type": "microsoft.graph.ratingNewZealandTelevisionType" + } + } + }, + "microsoft.graph.mediaContentRatingUnitedKingdom": { + "value": { + "movieRating": { + "@odata.type": "microsoft.graph.ratingUnitedKingdomMoviesType" + }, + "tvRating": { + "@odata.type": "microsoft.graph.ratingUnitedKingdomTelevisionType" + } + } + }, + "microsoft.graph.mediaContentRatingUnitedStates": { + "value": { + "movieRating": { + "@odata.type": "microsoft.graph.ratingUnitedStatesMoviesType" + }, + "tvRating": { + "@odata.type": "microsoft.graph.ratingUnitedStatesTelevisionType" + } + } + }, + "microsoft.graph.iosNetworkUsageRule": { + "value": { + "cellularDataBlocked": true, + "cellularDataBlockWhenRoaming": true, + "managedApps": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ] + } + }, + "microsoft.graph.iosUpdateConfiguration": { + "value": { + "activeHoursEnd": "TimeOfDay (timestamp)", + "activeHoursStart": "TimeOfDay (timestamp)", + "scheduledInstallDays": [ + { + "@odata.type": "microsoft.graph.dayOfWeek" + } + ], + "utcTimeOffsetInMinutes": 0 + } + }, + "microsoft.graph.macOSCustomConfiguration": { + "value": { + "payload": "AA==", + "payloadFileName": "String", + "payloadName": "String" + } + }, + "microsoft.graph.macOSGeneralDeviceConfiguration": { + "value": { + "compliantAppListType": { + "@odata.type": "microsoft.graph.appListType" + }, + "compliantAppsList": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "emailInDomainSuffixes": [ + "String" + ], + "passwordBlockSimple": true, + "passwordExpirationDays": 0, + "passwordMinimumCharacterSetCount": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeLock": 0, + "passwordMinutesOfInactivityBeforeScreenTimeout": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + } + } + }, + "microsoft.graph.appleDeviceFeaturesConfigurationBase": {}, + "microsoft.graph.iosDeviceFeaturesConfiguration": { + "value": { + "assetTagTemplate": "String", + "homeScreenDockIcons": [ + { + "@odata.type": "microsoft.graph.iosHomeScreenItem" + } + ], + "homeScreenPages": [ + { + "@odata.type": "microsoft.graph.iosHomeScreenPage" + } + ], + "lockScreenFootnote": "String", + "notificationSettings": [ + { + "@odata.type": "microsoft.graph.iosNotificationSettings" + } + ] + } + }, + "microsoft.graph.iosHomeScreenItem": { + "value": { + "displayName": "String" + } + }, + "microsoft.graph.iosHomeScreenPage": { + "value": { + "displayName": "String", + "icons": [ + { + "@odata.type": "microsoft.graph.iosHomeScreenItem" + } + ] + } + }, + "microsoft.graph.iosNotificationSettings": { + "value": { + "alertType": { + "@odata.type": "microsoft.graph.iosNotificationAlertType" + }, + "appName": "String", + "badgesEnabled": true, + "bundleID": "String", + "enabled": true, + "publisher": "String", + "showInNotificationCenter": true, + "showOnLockScreen": true, + "soundsEnabled": true + } + }, + "microsoft.graph.iosHomeScreenFolder": { + "value": { + "pages": [ + { + "@odata.type": "microsoft.graph.iosHomeScreenFolderPage" + } + ] + } + }, + "microsoft.graph.iosHomeScreenFolderPage": { + "value": { + "apps": [ + { + "@odata.type": "microsoft.graph.iosHomeScreenApp" + } + ], + "displayName": "String" + } + }, + "microsoft.graph.iosHomeScreenApp": { + "value": { + "bundleID": "String" + } + }, + "microsoft.graph.macOSDeviceFeaturesConfiguration": {}, + "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration": { + "value": { + "allowSampleSharing": true, + "enableExpeditedTelemetryReporting": true + } + }, + "microsoft.graph.editionUpgradeConfiguration": { + "value": { + "license": "String", + "licenseType": { + "@odata.type": "microsoft.graph.editionUpgradeLicenseType" + }, + "productKey": "String", + "targetEdition": { + "@odata.type": "microsoft.graph.windows10EditionType" + } + } + }, + "microsoft.graph.windows10EndpointProtectionConfiguration": { + "value": { + "applicationGuardAllowPersistence": true, + "applicationGuardAllowPrintToLocalPrinters": true, + "applicationGuardAllowPrintToNetworkPrinters": true, + "applicationGuardAllowPrintToPDF": true, + "applicationGuardAllowPrintToXPS": true, + "applicationGuardBlockClipboardSharing": { + "@odata.type": "microsoft.graph.applicationGuardBlockClipboardSharingType" + }, + "applicationGuardBlockFileTransfer": { + "@odata.type": "microsoft.graph.applicationGuardBlockFileTransferType" + }, + "applicationGuardBlockNonEnterpriseContent": true, + "applicationGuardEnabled": true, + "applicationGuardForceAuditing": true, + "appLockerApplicationControl": { + "@odata.type": "microsoft.graph.appLockerApplicationControlType" + }, + "bitLockerDisableWarningForOtherDiskEncryption": true, + "bitLockerEnableStorageCardEncryptionOnMobile": true, + "bitLockerEncryptDevice": true, + "bitLockerRemovableDrivePolicy": { + "@odata.type": "microsoft.graph.bitLockerRemovableDrivePolicy" + }, + "defenderAdditionalGuardedFolders": [ + "String" + ], + "defenderAttackSurfaceReductionExcludedPaths": [ + "String" + ], + "defenderExploitProtectionXml": "AA==", + "defenderExploitProtectionXmlFileName": "String", + "defenderGuardedFoldersAllowedAppPaths": [ + "String" + ], + "defenderSecurityCenterBlockExploitProtectionOverride": true, + "firewallBlockStatefulFTP": true, + "firewallCertificateRevocationListCheckMethod": { + "@odata.type": "microsoft.graph.firewallCertificateRevocationListCheckMethodType" + }, + "firewallIdleTimeoutForSecurityAssociationInSeconds": 0, + "firewallIPSecExemptionsAllowDHCP": true, + "firewallIPSecExemptionsAllowICMP": true, + "firewallIPSecExemptionsAllowNeighborDiscovery": true, + "firewallIPSecExemptionsAllowRouterDiscovery": true, + "firewallMergeKeyingModuleSettings": true, + "firewallPacketQueueingMethod": { + "@odata.type": "microsoft.graph.firewallPacketQueueingMethodType" + }, + "firewallPreSharedKeyEncodingMethod": { + "@odata.type": "microsoft.graph.firewallPreSharedKeyEncodingMethodType" + }, + "firewallProfileDomain": { + "@odata.type": "microsoft.graph.windowsFirewallNetworkProfile" + }, + "firewallProfilePrivate": { + "@odata.type": "microsoft.graph.windowsFirewallNetworkProfile" + }, + "firewallProfilePublic": { + "@odata.type": "microsoft.graph.windowsFirewallNetworkProfile" + }, + "smartScreenBlockOverrideForFiles": true, + "smartScreenEnableInShell": true + } + }, + "microsoft.graph.windowsFirewallNetworkProfile": { + "value": { + "authorizedApplicationRulesFromGroupPolicyMerged": true, + "connectionSecurityRulesFromGroupPolicyMerged": true, + "firewallEnabled": { + "@odata.type": "microsoft.graph.stateManagementSetting" + }, + "globalPortRulesFromGroupPolicyMerged": true, + "inboundConnectionsBlocked": true, + "inboundNotificationsBlocked": true, + "incomingTrafficBlocked": true, + "outboundConnectionsBlocked": true, + "policyRulesFromGroupPolicyMerged": true, + "securedPacketExemptionAllowed": true, + "stealthModeBlocked": true, + "unicastResponsesToMulticastBroadcastsBlocked": true + } + }, + "microsoft.graph.bitLockerRemovableDrivePolicy": { + "value": { + "blockCrossOrganizationWriteAccess": true, + "encryptionMethod": { + "@odata.type": "microsoft.graph.bitLockerEncryptionMethod" + }, + "requireEncryptionForWriteAccess": true + } + }, + "microsoft.graph.windows10GeneralConfiguration": { + "value": { + "accountsBlockAddingNonMicrosoftAccountEmail": true, + "antiTheftModeBlocked": true, + "appsAllowTrustedAppsSideloading": { + "@odata.type": "microsoft.graph.stateManagementSetting" + }, + "appsBlockWindowsStoreOriginatedApps": true, + "bluetoothAllowedServices": [ + "String" + ], + "bluetoothBlockAdvertising": true, + "bluetoothBlockDiscoverableMode": true, + "bluetoothBlocked": true, + "bluetoothBlockPrePairing": true, + "cameraBlocked": true, + "cellularBlockDataWhenRoaming": true, + "cellularBlockVpn": true, + "cellularBlockVpnWhenRoaming": true, + "certificatesBlockManualRootCertificateInstallation": true, + "connectedDevicesServiceBlocked": true, + "copyPasteBlocked": true, + "cortanaBlocked": true, + "defenderBlockEndUserAccess": true, + "defenderCloudBlockLevel": { + "@odata.type": "microsoft.graph.defenderCloudBlockLevelType" + }, + "defenderDaysBeforeDeletingQuarantinedMalware": 0, + "defenderDetectedMalwareActions": { + "@odata.type": "microsoft.graph.defenderDetectedMalwareActions" + }, + "defenderFileExtensionsToExclude": [ + "String" + ], + "defenderFilesAndFoldersToExclude": [ + "String" + ], + "defenderMonitorFileActivity": { + "@odata.type": "microsoft.graph.defenderMonitorFileActivity" + }, + "defenderProcessesToExclude": [ + "String" + ], + "defenderPromptForSampleSubmission": { + "@odata.type": "microsoft.graph.defenderPromptForSampleSubmission" + }, + "defenderRequireBehaviorMonitoring": true, + "defenderRequireCloudProtection": true, + "defenderRequireNetworkInspectionSystem": true, + "defenderRequireRealTimeMonitoring": true, + "defenderScanArchiveFiles": true, + "defenderScanDownloads": true, + "defenderScanIncomingMail": true, + "defenderScanMappedNetworkDrivesDuringFullScan": true, + "defenderScanMaxCpu": 0, + "defenderScanNetworkFiles": true, + "defenderScanRemovableDrivesDuringFullScan": true, + "defenderScanScriptsLoadedInInternetExplorer": true, + "defenderScanType": { + "@odata.type": "microsoft.graph.defenderScanType" + }, + "defenderScheduledQuickScanTime": "TimeOfDay (timestamp)", + "defenderScheduledScanTime": "TimeOfDay (timestamp)", + "defenderSignatureUpdateIntervalInHours": 0, + "defenderSystemScanSchedule": { + "@odata.type": "microsoft.graph.weeklySchedule" + }, + "developerUnlockSetting": { + "@odata.type": "microsoft.graph.stateManagementSetting" + }, + "deviceManagementBlockFactoryResetOnMobile": true, + "deviceManagementBlockManualUnenroll": true, + "diagnosticsDataSubmissionMode": { + "@odata.type": "microsoft.graph.diagnosticDataSubmissionMode" + }, + "edgeAllowStartPagesModification": true, + "edgeBlockAccessToAboutFlags": true, + "edgeBlockAddressBarDropdown": true, + "edgeBlockAutofill": true, + "edgeBlockCompatibilityList": true, + "edgeBlockDeveloperTools": true, + "edgeBlocked": true, + "edgeBlockExtensions": true, + "edgeBlockInPrivateBrowsing": true, + "edgeBlockJavaScript": true, + "edgeBlockLiveTileDataCollection": true, + "edgeBlockPasswordManager": true, + "edgeBlockPopups": true, + "edgeBlockSearchSuggestions": true, + "edgeBlockSendingDoNotTrackHeader": true, + "edgeBlockSendingIntranetTrafficToInternetExplorer": true, + "edgeClearBrowsingDataOnExit": true, + "edgeCookiePolicy": { + "@odata.type": "microsoft.graph.edgeCookiePolicy" + }, + "edgeDisableFirstRunPage": true, + "edgeEnterpriseModeSiteListLocation": "String", + "edgeFirstRunUrl": "String", + "edgeHomepageUrls": [ + "String" + ], + "edgeRequireSmartScreen": true, + "edgeSearchEngine": { + "@odata.type": "microsoft.graph.edgeSearchEngineBase" + }, + "edgeSyncFavoritesWithInternetExplorer": true, + "enterpriseCloudPrintDiscoveryEndPoint": "String", + "enterpriseCloudPrintDiscoveryMaxLimit": 0, + "enterpriseCloudPrintMopriaDiscoveryResourceIdentifier": "String", + "enterpriseCloudPrintOAuthAuthority": "String", + "enterpriseCloudPrintOAuthClientIdentifier": "String", + "enterpriseCloudPrintResourceIdentifier": "String", + "experienceBlockDeviceDiscovery": true, + "experienceBlockErrorDialogWhenNoSIM": true, + "experienceBlockTaskSwitcher": true, + "gameDvrBlocked": true, + "internetSharingBlocked": true, + "locationServicesBlocked": true, + "lockScreenAllowTimeoutConfiguration": true, + "lockScreenBlockActionCenterNotifications": true, + "lockScreenBlockCortana": true, + "lockScreenBlockToastNotifications": true, + "lockScreenTimeoutInSeconds": 0, + "logonBlockFastUserSwitching": true, + "microsoftAccountBlocked": true, + "microsoftAccountBlockSettingsSync": true, + "networkProxyApplySettingsDeviceWide": true, + "networkProxyAutomaticConfigurationUrl": "String", + "networkProxyDisableAutoDetect": true, + "networkProxyServer": { + "@odata.type": "microsoft.graph.windows10NetworkProxyServer" + }, + "nfcBlocked": true, + "oneDriveDisableFileSync": true, + "passwordBlockSimple": true, + "passwordExpirationDays": 0, + "passwordMinimumCharacterSetCount": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeScreenTimeout": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "passwordRequireWhenResumeFromIdleState": true, + "passwordSignInFailureCountBeforeFactoryReset": 0, + "personalizationDesktopImageUrl": "String", + "personalizationLockScreenImageUrl": "String", + "privacyAdvertisingId": { + "@odata.type": "microsoft.graph.stateManagementSetting" + }, + "privacyAutoAcceptPairingAndConsentPrompts": true, + "privacyBlockInputPersonalization": true, + "resetProtectionModeBlocked": true, + "safeSearchFilter": { + "@odata.type": "microsoft.graph.safeSearchFilterType" + }, + "screenCaptureBlocked": true, + "searchBlockDiacritics": true, + "searchDisableAutoLanguageDetection": true, + "searchDisableIndexerBackoff": true, + "searchDisableIndexingEncryptedItems": true, + "searchDisableIndexingRemovableDrive": true, + "searchEnableAutomaticIndexSizeManangement": true, + "searchEnableRemoteQueries": true, + "settingsBlockAccountsPage": true, + "settingsBlockAddProvisioningPackage": true, + "settingsBlockAppsPage": true, + "settingsBlockChangeLanguage": true, + "settingsBlockChangePowerSleep": true, + "settingsBlockChangeRegion": true, + "settingsBlockChangeSystemTime": true, + "settingsBlockDevicesPage": true, + "settingsBlockEaseOfAccessPage": true, + "settingsBlockEditDeviceName": true, + "settingsBlockGamingPage": true, + "settingsBlockNetworkInternetPage": true, + "settingsBlockPersonalizationPage": true, + "settingsBlockPrivacyPage": true, + "settingsBlockRemoveProvisioningPackage": true, + "settingsBlockSettingsApp": true, + "settingsBlockSystemPage": true, + "settingsBlockTimeLanguagePage": true, + "settingsBlockUpdateSecurityPage": true, + "sharedUserAppDataAllowed": true, + "smartScreenBlockPromptOverride": true, + "smartScreenBlockPromptOverrideForFiles": true, + "smartScreenEnableAppInstallControl": true, + "startBlockUnpinningAppsFromTaskbar": true, + "startMenuAppListVisibility": { + "@odata.type": "microsoft.graph.windowsStartMenuAppListVisibilityType" + }, + "startMenuHideChangeAccountSettings": true, + "startMenuHideFrequentlyUsedApps": true, + "startMenuHideHibernate": true, + "startMenuHideLock": true, + "startMenuHidePowerButton": true, + "startMenuHideRecentJumpLists": true, + "startMenuHideRecentlyAddedApps": true, + "startMenuHideRestartOptions": true, + "startMenuHideShutDown": true, + "startMenuHideSignOut": true, + "startMenuHideSleep": true, + "startMenuHideSwitchAccount": true, + "startMenuHideUserTile": true, + "startMenuLayoutEdgeAssetsXml": "AA==", + "startMenuLayoutXml": "AA==", + "startMenuMode": { + "@odata.type": "microsoft.graph.windowsStartMenuModeType" + }, + "startMenuPinnedFolderDocuments": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "startMenuPinnedFolderDownloads": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "startMenuPinnedFolderFileExplorer": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "startMenuPinnedFolderHomeGroup": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "startMenuPinnedFolderMusic": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "startMenuPinnedFolderNetwork": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "startMenuPinnedFolderPersonalFolder": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "startMenuPinnedFolderPictures": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "startMenuPinnedFolderSettings": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "startMenuPinnedFolderVideos": { + "@odata.type": "microsoft.graph.visibilitySetting" + }, + "storageBlockRemovableStorage": true, + "storageRequireMobileDeviceEncryption": true, + "storageRestrictAppDataToSystemVolume": true, + "storageRestrictAppInstallToSystemVolume": true, + "usbBlocked": true, + "voiceRecordingBlocked": true, + "webRtcBlockLocalhostIpAddress": true, + "wiFiBlockAutomaticConnectHotspots": true, + "wiFiBlocked": true, + "wiFiBlockManualConfiguration": true, + "wiFiScanInterval": 0, + "windowsSpotlightBlockConsumerSpecificFeatures": true, + "windowsSpotlightBlocked": true, + "windowsSpotlightBlockOnActionCenter": true, + "windowsSpotlightBlockTailoredExperiences": true, + "windowsSpotlightBlockThirdPartyNotifications": true, + "windowsSpotlightBlockWelcomeExperience": true, + "windowsSpotlightBlockWindowsTips": true, + "windowsSpotlightConfigureOnLockScreen": { + "@odata.type": "microsoft.graph.windowsSpotlightEnablementSettings" + }, + "windowsStoreBlockAutoUpdate": true, + "windowsStoreBlocked": true, + "windowsStoreEnablePrivateStoreOnly": true, + "wirelessDisplayBlockProjectionToThisDevice": true, + "wirelessDisplayBlockUserInputFromReceiver": true, + "wirelessDisplayRequirePinForPairing": true + } + }, + "microsoft.graph.defenderDetectedMalwareActions": { + "value": { + "highSeverity": { + "@odata.type": "microsoft.graph.defenderThreatAction" + }, + "lowSeverity": { + "@odata.type": "microsoft.graph.defenderThreatAction" + }, + "moderateSeverity": { + "@odata.type": "microsoft.graph.defenderThreatAction" + }, + "severeSeverity": { + "@odata.type": "microsoft.graph.defenderThreatAction" + } + } + }, + "microsoft.graph.windows10NetworkProxyServer": { + "value": { + "address": "String", + "exceptions": [ + "String" + ], + "useForLocalAddresses": true + } + }, + "microsoft.graph.edgeSearchEngineBase": {}, + "microsoft.graph.edgeSearchEngineCustom": { + "value": { + "edgeSearchEngineOpenSearchXmlUrl": "String" + } + }, + "microsoft.graph.edgeSearchEngine": { + "value": { + "edgeSearchEngineType": { + "@odata.type": "microsoft.graph.edgeSearchEngineType" + } + } + }, + "microsoft.graph.windows10CustomConfiguration": { + "value": { + "omaSettings": [ + { + "@odata.type": "microsoft.graph.omaSetting" + } + ] + } + }, + "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration": { + "value": { + "uninstallBuiltInApps": true + } + }, + "microsoft.graph.sharedPCConfiguration": { + "value": { + "accountManagerPolicy": { + "@odata.type": "microsoft.graph.sharedPCAccountManagerPolicy" + }, + "allowedAccounts": { + "@odata.type": "microsoft.graph.sharedPCAllowedAccountType" + }, + "allowLocalStorage": true, + "disableAccountManager": true, + "disableEduPolicies": true, + "disablePowerPolicies": true, + "disableSignInOnResume": true, + "enabled": true, + "idleTimeBeforeSleepInSeconds": 0, + "kioskAppDisplayName": "String", + "kioskAppUserModelId": "String", + "maintenanceStartTime": "TimeOfDay (timestamp)" + } + }, + "microsoft.graph.sharedPCAccountManagerPolicy": { + "value": { + "accountDeletionPolicy": { + "@odata.type": "microsoft.graph.sharedPCAccountDeletionPolicyType" + }, + "cacheAccountsAboveDiskFreePercentage": 0, + "inactiveThresholdDays": 0, + "removeAccountsBelowDiskFreePercentage": 0 + } + }, + "microsoft.graph.windows10SecureAssessmentConfiguration": { + "value": { + "allowPrinting": true, + "allowScreenCapture": true, + "allowTextSuggestion": true, + "configurationAccount": "String", + "launchUri": "String" + } + }, + "microsoft.graph.windowsPhone81CustomConfiguration": { + "value": { + "omaSettings": [ + { + "@odata.type": "microsoft.graph.omaSetting" + } + ] + } + }, + "microsoft.graph.windowsUpdateForBusinessConfiguration": { + "value": { + "automaticUpdateMode": { + "@odata.type": "microsoft.graph.automaticUpdateMode" + }, + "businessReadyUpdatesOnly": { + "@odata.type": "microsoft.graph.windowsUpdateType" + }, + "deliveryOptimizationMode": { + "@odata.type": "microsoft.graph.windowsDeliveryOptimizationMode" + }, + "driversExcluded": true, + "featureUpdatesDeferralPeriodInDays": 0, + "featureUpdatesPaused": true, + "featureUpdatesPauseExpiryDateTime": "0001-01-01T00:00:00.0000000+00:00", + "installationSchedule": { + "@odata.type": "microsoft.graph.windowsUpdateInstallScheduleType" + }, + "microsoftUpdateServiceAllowed": true, + "prereleaseFeatures": { + "@odata.type": "microsoft.graph.prereleaseFeatures" + }, + "qualityUpdatesDeferralPeriodInDays": 0, + "qualityUpdatesPaused": true, + "qualityUpdatesPauseExpiryDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + }, + "microsoft.graph.windowsUpdateInstallScheduleType": {}, + "microsoft.graph.windowsUpdateScheduledInstall": { + "value": { + "scheduledInstallDay": { + "@odata.type": "microsoft.graph.weeklySchedule" + }, + "scheduledInstallTime": "TimeOfDay (timestamp)" + } + }, + "microsoft.graph.windowsUpdateActiveHoursInstall": { + "value": { + "activeHoursEnd": "TimeOfDay (timestamp)", + "activeHoursStart": "TimeOfDay (timestamp)" + } + }, + "microsoft.graph.windows81GeneralConfiguration": { + "value": { + "accountsBlockAddingNonMicrosoftAccountEmail": true, + "applyOnlyToWindows81": true, + "browserBlockAutofill": true, + "browserBlockAutomaticDetectionOfIntranetSites": true, + "browserBlockEnterpriseModeAccess": true, + "browserBlockJavaScript": true, + "browserBlockPlugins": true, + "browserBlockPopups": true, + "browserBlockSendingDoNotTrackHeader": true, + "browserBlockSingleWordEntryOnIntranetSites": true, + "browserEnterpriseModeSiteListLocation": "String", + "browserInternetSecurityLevel": { + "@odata.type": "microsoft.graph.internetSiteSecurityLevel" + }, + "browserIntranetSecurityLevel": { + "@odata.type": "microsoft.graph.siteSecurityLevel" + }, + "browserLoggingReportLocation": "String", + "browserRequireFirewall": true, + "browserRequireFraudWarning": true, + "browserRequireHighSecurityForRestrictedSites": true, + "browserRequireSmartScreen": true, + "browserTrustedSitesSecurityLevel": { + "@odata.type": "microsoft.graph.siteSecurityLevel" + }, + "cellularBlockDataRoaming": true, + "diagnosticsBlockDataSubmission": true, + "passwordBlockPicturePasswordAndPin": true, + "passwordExpirationDays": 0, + "passwordMinimumCharacterSetCount": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeScreenTimeout": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "passwordSignInFailureCountBeforeFactoryReset": 0, + "storageRequireDeviceEncryption": true, + "updatesRequireAutomaticUpdates": true, + "userAccountControlSettings": { + "@odata.type": "microsoft.graph.windowsUserAccountControlSettings" + }, + "workFoldersUrl": "String" + } + }, + "microsoft.graph.windowsPhone81GeneralConfiguration": { + "value": { + "applyOnlyToWindowsPhone81": true, + "appsBlockCopyPaste": true, + "bluetoothBlocked": true, + "cameraBlocked": true, + "cellularBlockWifiTethering": true, + "compliantAppListType": { + "@odata.type": "microsoft.graph.appListType" + }, + "compliantAppsList": [ + { + "@odata.type": "microsoft.graph.appListItem" + } + ], + "diagnosticDataBlockSubmission": true, + "emailBlockAddingAccounts": true, + "locationServicesBlocked": true, + "microsoftAccountBlocked": true, + "nfcBlocked": true, + "passwordBlockSimple": true, + "passwordExpirationDays": 0, + "passwordMinimumCharacterSetCount": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeScreenTimeout": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "passwordSignInFailureCountBeforeFactoryReset": 0, + "screenCaptureBlocked": true, + "storageBlockRemovableStorage": true, + "storageRequireEncryption": true, + "webBrowserBlocked": true, + "wifiBlockAutomaticConnectHotspots": true, + "wifiBlocked": true, + "wifiBlockHotspotReporting": true, + "windowsStoreBlocked": true + } + }, + "microsoft.graph.windows10TeamGeneralConfiguration": { + "value": { + "azureOperationalInsightsBlockTelemetry": true, + "azureOperationalInsightsWorkspaceId": "String", + "azureOperationalInsightsWorkspaceKey": "String", + "connectAppBlockAutoLaunch": true, + "maintenanceWindowBlocked": true, + "maintenanceWindowDurationInHours": 0, + "maintenanceWindowStartTime": "TimeOfDay (timestamp)", + "miracastBlocked": true, + "miracastChannel": { + "@odata.type": "microsoft.graph.miracastChannel" + }, + "miracastRequirePin": true, + "settingsBlockMyMeetingsAndFiles": true, + "settingsBlockSessionResume": true, + "settingsBlockSigninSuggestions": true, + "settingsDefaultVolume": 0, + "settingsScreenTimeoutInMinutes": 0, + "settingsSessionTimeoutInMinutes": 0, + "settingsSleepTimeoutInMinutes": 0, + "welcomeScreenBackgroundImageUrl": "String", + "welcomeScreenBlockAutomaticWakeUp": true, + "welcomeScreenMeetingInformation": { + "@odata.type": "microsoft.graph.welcomeScreenMeetingInformation" + } + } + }, + "microsoft.graph.androidCompliancePolicy": { + "value": { + "deviceThreatProtectionEnabled": true, + "deviceThreatProtectionRequiredSecurityLevel": { + "@odata.type": "microsoft.graph.deviceThreatProtectionLevel" + }, + "minAndroidSecurityPatchLevel": "String", + "osMaximumVersion": "String", + "osMinimumVersion": "String", + "passwordExpirationDays": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeLock": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.androidRequiredPasswordType" + }, + "securityBlockJailbrokenDevices": true, + "securityDisableUsbDebugging": true, + "securityPreventInstallAppsFromUnknownSources": true, + "securityRequireCompanyPortalAppIntegrity": true, + "securityRequireGooglePlayServices": true, + "securityRequireSafetyNetAttestationBasicIntegrity": true, + "securityRequireSafetyNetAttestationCertifiedDevice": true, + "securityRequireUpToDateSecurityProviders": true, + "securityRequireVerifyApps": true, + "storageRequireEncryption": true + } + }, + "microsoft.graph.androidWorkProfileCompliancePolicy": { + "value": { + "deviceThreatProtectionEnabled": true, + "deviceThreatProtectionRequiredSecurityLevel": { + "@odata.type": "microsoft.graph.deviceThreatProtectionLevel" + }, + "minAndroidSecurityPatchLevel": "String", + "osMaximumVersion": "String", + "osMinimumVersion": "String", + "passwordExpirationDays": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeLock": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.androidRequiredPasswordType" + }, + "securityBlockJailbrokenDevices": true, + "securityDisableUsbDebugging": true, + "securityPreventInstallAppsFromUnknownSources": true, + "securityRequireCompanyPortalAppIntegrity": true, + "securityRequireGooglePlayServices": true, + "securityRequireSafetyNetAttestationBasicIntegrity": true, + "securityRequireSafetyNetAttestationCertifiedDevice": true, + "securityRequireUpToDateSecurityProviders": true, + "securityRequireVerifyApps": true, + "storageRequireEncryption": true + } + }, + "microsoft.graph.iosCompliancePolicy": { + "value": { + "deviceThreatProtectionEnabled": true, + "deviceThreatProtectionRequiredSecurityLevel": { + "@odata.type": "microsoft.graph.deviceThreatProtectionLevel" + }, + "managedEmailProfileRequired": true, + "osMaximumVersion": "String", + "osMinimumVersion": "String", + "passcodeBlockSimple": true, + "passcodeExpirationDays": 0, + "passcodeMinimumCharacterSetCount": 0, + "passcodeMinimumLength": 0, + "passcodeMinutesOfInactivityBeforeLock": 0, + "passcodePreviousPasscodeBlockCount": 0, + "passcodeRequired": true, + "passcodeRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "securityBlockJailbrokenDevices": true + } + }, + "microsoft.graph.macOSCompliancePolicy": { + "value": { + "deviceThreatProtectionEnabled": true, + "deviceThreatProtectionRequiredSecurityLevel": { + "@odata.type": "microsoft.graph.deviceThreatProtectionLevel" + }, + "firewallBlockAllIncoming": true, + "firewallEnabled": true, + "firewallEnableStealthMode": true, + "osMaximumVersion": "String", + "osMinimumVersion": "String", + "passwordBlockSimple": true, + "passwordExpirationDays": 0, + "passwordMinimumCharacterSetCount": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeLock": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "storageRequireEncryption": true, + "systemIntegrityProtectionEnabled": true + } + }, + "microsoft.graph.windows10CompliancePolicy": { + "value": { + "bitLockerEnabled": true, + "codeIntegrityEnabled": true, + "earlyLaunchAntiMalwareDriverEnabled": true, + "mobileOsMaximumVersion": "String", + "mobileOsMinimumVersion": "String", + "osMaximumVersion": "String", + "osMinimumVersion": "String", + "passwordBlockSimple": true, + "passwordExpirationDays": 0, + "passwordMinimumCharacterSetCount": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeLock": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredToUnlockFromIdle": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "requireHealthyDeviceReport": true, + "secureBootEnabled": true, + "storageRequireEncryption": true + } + }, + "microsoft.graph.windows10MobileCompliancePolicy": { + "value": { + "bitLockerEnabled": true, + "codeIntegrityEnabled": true, + "earlyLaunchAntiMalwareDriverEnabled": true, + "osMaximumVersion": "String", + "osMinimumVersion": "String", + "passwordBlockSimple": true, + "passwordExpirationDays": 0, + "passwordMinimumCharacterSetCount": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeLock": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "passwordRequireToUnlockFromIdle": true, + "secureBootEnabled": true, + "storageRequireEncryption": true + } + }, + "microsoft.graph.windows81CompliancePolicy": { + "value": { + "osMaximumVersion": "String", + "osMinimumVersion": "String", + "passwordBlockSimple": true, + "passwordExpirationDays": 0, + "passwordMinimumCharacterSetCount": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeLock": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "storageRequireEncryption": true + } + }, + "microsoft.graph.windowsPhone81CompliancePolicy": { + "value": { + "osMaximumVersion": "String", + "osMinimumVersion": "String", + "passwordBlockSimple": true, + "passwordExpirationDays": 0, + "passwordMinimumCharacterSetCount": 0, + "passwordMinimumLength": 0, + "passwordMinutesOfInactivityBeforeLock": 0, + "passwordPreviousPasswordBlockCount": 0, + "passwordRequired": true, + "passwordRequiredType": { + "@odata.type": "microsoft.graph.requiredPasswordType" + }, + "storageRequireEncryption": true + } + }, + "microsoft.graph.deviceComplianceSettingState": { + "value": { + "complianceGracePeriodExpirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "deviceId": "String", + "deviceModel": "String", + "deviceName": "String", + "setting": "String", + "settingName": "String", + "state": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userEmail": "String", + "userId": "String", + "userName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.deviceConfigurationSettingState": { + "value": { + "currentValue": "String", + "errorCode": 0, + "errorDescription": "String", + "instanceDisplayName": "String", + "setting": "String", + "settingName": "String", + "sources": [ + { + "@odata.type": "microsoft.graph.settingSource" + } + ], + "state": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userEmail": "String", + "userId": "String", + "userName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.settingSource": { + "value": { + "displayName": "String", + "id": "String" + } + }, + "microsoft.graph.deviceCompliancePolicySettingState": { + "value": { + "currentValue": "String", + "errorCode": 0, + "errorDescription": "String", + "instanceDisplayName": "String", + "setting": "String", + "settingName": "String", + "sources": [ + { + "@odata.type": "microsoft.graph.settingSource" + } + ], + "state": { + "@odata.type": "microsoft.graph.complianceStatus" + }, + "userEmail": "String", + "userId": "String", + "userName": "String", + "userPrincipalName": "String" + } + }, + "microsoft.graph.enrollmentConfigurationAssignment": { + "value": { + "target": { + "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + } + }, + "microsoft.graph.deviceEnrollmentLimitConfiguration": { + "value": { + "limit": 0 + } + }, + "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration": { + "value": { + "androidRestriction": { + "@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction" + }, + "iosRestriction": { + "@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction" + }, + "macOSRestriction": { + "@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction" + }, + "windowsMobileRestriction": { + "@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction" + }, + "windowsRestriction": { + "@odata.type": "microsoft.graph.deviceEnrollmentPlatformRestriction" + } + } + }, + "microsoft.graph.deviceEnrollmentPlatformRestriction": { + "value": { + "osMaximumVersion": "String", + "osMinimumVersion": "String", + "personalDeviceEnrollmentBlocked": true, + "platformBlocked": true + } + }, + "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration": { + "value": { + "enhancedBiometricsState": { + "@odata.type": "microsoft.graph.enablement" + }, + "pinExpirationInDays": 0, + "pinLowercaseCharactersUsage": { + "@odata.type": "microsoft.graph.windowsHelloForBusinessPinUsage" + }, + "pinMaximumLength": 0, + "pinMinimumLength": 0, + "pinPreviousBlockCount": 0, + "pinSpecialCharactersUsage": { + "@odata.type": "microsoft.graph.windowsHelloForBusinessPinUsage" + }, + "pinUppercaseCharactersUsage": { + "@odata.type": "microsoft.graph.windowsHelloForBusinessPinUsage" + }, + "remotePassportEnabled": true, + "securityDeviceRequired": true, + "state": { + "@odata.type": "microsoft.graph.enablement" + }, + "unlockWithBiometricsEnabled": true + } + }, + "microsoft.graph.managedMobileApp": { + "value": { + "mobileAppIdentifier": { + "@odata.type": "microsoft.graph.mobileAppIdentifier" + }, + "version": "String" + } + }, + "microsoft.graph.mobileAppIdentifier": {}, + "microsoft.graph.targetedManagedAppPolicyAssignment": { + "value": { + "target": { + "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + } + }, + "microsoft.graph.managedAppDiagnosticStatus": { + "value": { + "mitigationInstruction": "String", + "state": "String", + "validationName": "String" + } + }, + "microsoft.graph.managedAppOperation": { + "value": { + "displayName": "String", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "state": "String", + "version": "String" + } + }, + "microsoft.graph.keyValuePair": { + "value": { + "name": "String", + "value": "String" + } + }, + "microsoft.graph.managedAppPolicyDeploymentSummary": { + "value": { + "configurationDeployedUserCount": 0, + "configurationDeploymentSummaryPerApp": [ + { + "@odata.type": "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp" + } + ], + "displayName": "String", + "lastRefreshTime": "0001-01-01T00:00:00.0000000+00:00", + "version": "String" + } + }, + "microsoft.graph.windowsInformationProtectionResourceCollection": { + "value": { + "displayName": "String", + "resources": [ + "String" + ] + } + }, + "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate": { + "value": { + "certificate": "AA==", + "description": "String", + "expirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "subjectName": "String" + } + }, + "microsoft.graph.windowsInformationProtectionApp": { + "value": { + "denied": true, + "description": "String", + "displayName": "String", + "productName": "String", + "publisherName": "String" + } + }, + "microsoft.graph.windowsInformationProtectionProxiedDomainCollection": { + "value": { + "displayName": "String", + "proxiedDomains": [ + { + "@odata.type": "microsoft.graph.proxiedDomain" + } + ] + } + }, + "microsoft.graph.proxiedDomain": { + "value": { + "ipAddressOrFQDN": "String", + "proxy": "String" + } + }, + "microsoft.graph.windowsInformationProtectionIPRangeCollection": { + "value": { + "displayName": "String", + "ranges": [ + { + "@odata.type": "microsoft.graph.ipRange" + } + ] + } + }, + "microsoft.graph.ipRange": {}, + "microsoft.graph.windowsInformationProtectionAppLockerFile": { + "value": { + "displayName": "String", + "file": "AA==", + "fileHash": "String", + "version": "String" + } + }, + "microsoft.graph.androidMobileAppIdentifier": { + "value": { + "packageId": "String" + } + }, + "microsoft.graph.iosMobileAppIdentifier": { + "value": { + "bundleId": "String" + } + }, + "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp": { + "value": { + "configurationAppliedUserCount": 0, + "mobileAppIdentifier": { + "@odata.type": "microsoft.graph.mobileAppIdentifier" + } + } + }, + "microsoft.graph.windowsInformationProtectionStoreApp": {}, + "microsoft.graph.windowsInformationProtectionDesktopApp": { + "value": { + "binaryName": "String", + "binaryVersionHigh": "String", + "binaryVersionLow": "String" + } + }, + "microsoft.graph.iPv6Range": { + "value": { + "lowerAddress": "String", + "upperAddress": "String" + } + }, + "microsoft.graph.iPv4Range": { + "value": { + "lowerAddress": "String", + "upperAddress": "String" + } + }, + "microsoft.graph.iosManagedAppRegistration": {}, + "microsoft.graph.androidManagedAppRegistration": {}, + "microsoft.graph.managedAppStatusRaw": { + "value": { + "content": { + "@odata.type": "Json" + } + } + }, + "microsoft.graph.localizedNotificationMessage": { + "value": { + "isDefault": true, + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "locale": "String", + "messageTemplate": "String", + "subject": "String" + } + }, + "microsoft.graph.rolePermission": { + "value": { + "resourceActions": [ + { + "@odata.type": "microsoft.graph.resourceAction" + } + ] + } + }, + "microsoft.graph.resourceAction": { + "value": { + "allowedResourceActions": [ + "String" + ], + "notAllowedResourceActions": [ + "String" + ] + } + }, + "microsoft.graph.deviceAndAppManagementRoleDefinition": {}, + "microsoft.graph.managedEBookAssignment": { + "value": { + "installIntent": { + "@odata.type": "microsoft.graph.installIntent" + }, + "target": { + "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget" + } + } + }, + "microsoft.graph.eBookInstallSummary": { + "value": { + "failedDeviceCount": 0, + "failedUserCount": 0, + "installedDeviceCount": 0, + "installedUserCount": 0, + "notInstalledDeviceCount": 0, + "notInstalledUserCount": 0 + } + }, + "microsoft.graph.deviceInstallState": { + "value": { + "deviceId": "String", + "deviceName": "String", + "errorCode": "String", + "installState": { + "@odata.type": "microsoft.graph.installState" + }, + "lastSyncDateTime": "0001-01-01T00:00:00.0000000+00:00", + "osDescription": "String", + "osVersion": "String", + "userName": "String" + } + }, + "microsoft.graph.userInstallStateSummary": { + "value": { + "deviceStates": [ + { + "@odata.type": "microsoft.graph.deviceInstallState" + } + ], + "failedDeviceCount": 0, + "installedDeviceCount": 0, + "notInstalledDeviceCount": 0, + "userName": "String" + } + }, + "microsoft.graph.iosVppEBookAssignment": {}, + "microsoft.graph.iosVppEBook": { + "value": { + "appleId": "String", + "genres": [ + "String" + ], + "language": "String", + "seller": "String", + "totalLicenseCount": 0, + "usedLicenseCount": 0, + "vppOrganizationName": "String", + "vppTokenId": "00000000-0000-0000-0000-000000000000" + } + }, + "microsoft.graph.enrollmentTroubleshootingEvent": { + "value": { + "deviceId": "String", + "enrollmentType": { + "@odata.type": "microsoft.graph.deviceEnrollmentType" + }, + "failureCategory": { + "@odata.type": "microsoft.graph.deviceEnrollmentFailureReason" + }, + "failureReason": "String", + "managedDeviceIdentifier": "String", + "operatingSystem": "String", + "osVersion": "String", + "userId": "String" + } + }, + "microsoft.graph.activityHistoryItem": { + "value": { + "activeDurationSeconds": 0, + "activity": { + "@odata.type": "microsoft.graph.userActivity" + }, + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "expirationDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastActiveDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "startedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "status": { + "@odata.type": "microsoft.graph.status" + }, + "userTimezone": "String" + } + }, + "microsoft.graph.imageInfo": { + "value": { + "addImageQuery": true, + "alternateText": "String", + "alternativeText": "String", + "iconUrl": "String" + } + }, + "microsoft.graph.visualInfo": { + "value": { + "attribution": { + "@odata.type": "microsoft.graph.imageInfo" + }, + "backgroundColor": "String", + "content": { + "@odata.type": "Json" + }, + "description": "String", + "displayText": "String" + } + }, + "microsoft.graph.security": { + "value": { + "alerts": [ + { + "@odata.type": "microsoft.graph.alert" + } + ] + } + }, + "microsoft.graph.alert": { + "value": { + "activityGroupName": "String", + "assignedTo": "String", + "azureSubscriptionId": "String", + "azureTenantId": "String", + "category": "String", + "closedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "cloudAppStates": [ + { + "@odata.type": "microsoft.graph.cloudAppSecurityState" + } + ], + "comments": [ + "String" + ], + "confidence": 0, + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "description": "String", + "detectionIds": [ + "String" + ], + "eventDateTime": "0001-01-01T00:00:00.0000000+00:00", + "feedback": { + "@odata.type": "microsoft.graph.alertFeedback" + }, + "fileStates": [ + { + "@odata.type": "microsoft.graph.fileSecurityState" + } + ], + "hostStates": [ + { + "@odata.type": "microsoft.graph.hostSecurityState" + } + ], + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "malwareStates": [ + { + "@odata.type": "microsoft.graph.malwareState" + } + ], + "networkConnections": [ + { + "@odata.type": "microsoft.graph.networkConnection" + } + ], + "processes": [ + { + "@odata.type": "microsoft.graph.process" + } + ], + "recommendedActions": [ + "String" + ], + "registryKeyStates": [ + { + "@odata.type": "microsoft.graph.registryKeyState" + } + ], + "severity": { + "@odata.type": "microsoft.graph.alertSeverity" + }, + "sourceMaterials": [ + "String" + ], + "status": { + "@odata.type": "microsoft.graph.alertStatus" + }, + "tags": [ + "String" + ], + "title": "String", + "triggers": [ + { + "@odata.type": "microsoft.graph.alertTrigger" + } + ], + "userStates": [ + { + "@odata.type": "microsoft.graph.userSecurityState" + } + ], + "vendorInformation": { + "@odata.type": "microsoft.graph.securityVendorInformation" + }, + "vulnerabilityStates": [ + { + "@odata.type": "microsoft.graph.vulnerabilityState" + } + ] + } + }, + "microsoft.graph.cloudAppSecurityState": { + "value": { + "destinationServiceIp": "String", + "destinationServiceName": "String", + "riskScore": "String" + } + }, + "microsoft.graph.fileSecurityState": { + "value": { + "fileHash": { + "@odata.type": "microsoft.graph.fileHash" + }, + "name": "String", + "path": "String", + "riskScore": "String" + } + }, + "microsoft.graph.fileHash": { + "value": { + "hashType": { + "@odata.type": "microsoft.graph.fileHashType" + }, + "hashValue": "String" + } + }, + "microsoft.graph.hostSecurityState": { + "value": { + "fqdn": "String", + "isAzureAdJoined": true, + "isAzureAdRegistered": true, + "isHybridAzureDomainJoined": true, + "netBiosName": "String", + "os": "String", + "privateIpAddress": "String", + "publicIpAddress": "String", + "riskScore": "String" + } + }, + "microsoft.graph.malwareState": { + "value": { + "category": "String", + "family": "String", + "name": "String", + "severity": "String", + "wasRunning": true + } + }, + "microsoft.graph.networkConnection": { + "value": { + "applicationName": "String", + "destinationAddress": "String", + "destinationDomain": "String", + "destinationPort": "String", + "destinationUrl": "String", + "direction": { + "@odata.type": "microsoft.graph.connectionDirection" + }, + "domainRegisteredDateTime": "0001-01-01T00:00:00.0000000+00:00", + "localDnsName": "String", + "natDestinationAddress": "String", + "natDestinationPort": "String", + "natSourceAddress": "String", + "natSourcePort": "String", + "protocol": { + "@odata.type": "microsoft.graph.securityNetworkProtocol" + }, + "riskScore": "String", + "sourceAddress": "String", + "sourcePort": "String", + "status": { + "@odata.type": "microsoft.graph.connectionStatus" + }, + "urlParameters": "String" + } + }, + "microsoft.graph.process": { + "value": { + "accountName": "String", + "commandLine": "String", + "createdDateTime": "0001-01-01T00:00:00.0000000+00:00", + "fileHash": { + "@odata.type": "microsoft.graph.fileHash" + }, + "integrityLevel": { + "@odata.type": "microsoft.graph.processIntegrityLevel" + }, + "isElevated": true, + "name": "String", + "parentProcessCreatedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "parentProcessId": 0, + "parentProcessName": "String", + "path": "String", + "processId": 0 + } + }, + "microsoft.graph.registryKeyState": { + "value": { + "hive": { + "@odata.type": "microsoft.graph.registryHive" + }, + "key": "String", + "oldKey": "String", + "oldValueData": "String", + "oldValueName": "String", + "operation": { + "@odata.type": "microsoft.graph.registryOperation" + }, + "processId": 0, + "valueData": "String", + "valueName": "String", + "valueType": { + "@odata.type": "microsoft.graph.registryValueType" + } + } + }, + "microsoft.graph.alertTrigger": { + "value": { + "name": "String", + "type": "String", + "value": "String" + } + }, + "microsoft.graph.userSecurityState": { + "value": { + "aadUserId": "String", + "accountName": "String", + "domainName": "String", + "emailRole": { + "@odata.type": "microsoft.graph.emailRole" + }, + "isVpn": true, + "logonDateTime": "0001-01-01T00:00:00.0000000+00:00", + "logonId": "String", + "logonIp": "String", + "logonLocation": "String", + "logonType": { + "@odata.type": "microsoft.graph.logonType" + }, + "onPremisesSecurityIdentifier": "String", + "riskScore": "String", + "userAccountType": { + "@odata.type": "microsoft.graph.userAccountSecurityType" + }, + "userPrincipalName": "String" + } + }, + "microsoft.graph.securityVendorInformation": { + "value": { + "provider": "String", + "providerVersion": "String", + "subProvider": "String", + "vendor": "String" + } + }, + "microsoft.graph.vulnerabilityState": { + "value": { + "cve": "String", + "severity": "String", + "wasRunning": true + } + }, + "microsoft.graph.trending": { + "value": { + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "resource": { + "@odata.type": "Entity" + }, + "resourceReference": { + "@odata.type": "microsoft.graph.resourceReference" + }, + "resourceVisualization": { + "@odata.type": "microsoft.graph.resourceVisualization" + }, + "weight": 0 + } + }, + "microsoft.graph.sharedInsight": { + "value": { + "lastShared": { + "@odata.type": "microsoft.graph.sharingDetail" + }, + "lastSharedMethod": { + "@odata.type": "Entity" + }, + "resource": { + "@odata.type": "Entity" + }, + "resourceReference": { + "@odata.type": "microsoft.graph.resourceReference" + }, + "resourceVisualization": { + "@odata.type": "microsoft.graph.resourceVisualization" + }, + "sharingHistory": [ + { + "@odata.type": "microsoft.graph.sharingDetail" + } + ] + } + }, + "microsoft.graph.usedInsight": { + "value": { + "lastUsed": { + "@odata.type": "microsoft.graph.usageDetails" + }, + "resource": { + "@odata.type": "Entity" + }, + "resourceReference": { + "@odata.type": "microsoft.graph.resourceReference" + }, + "resourceVisualization": { + "@odata.type": "microsoft.graph.resourceVisualization" + } + } + }, + "microsoft.graph.resourceVisualization": { + "value": { + "containerDisplayName": "String", + "containerType": "String", + "containerWebUrl": "String", + "mediaType": "String", + "previewImageUrl": "String", + "previewText": "String", + "title": "String", + "type": "String" + } + }, + "microsoft.graph.resourceReference": { + "value": { + "id": "String", + "type": "String", + "webUrl": "String" + } + }, + "microsoft.graph.sharingDetail": { + "value": { + "sharedBy": { + "@odata.type": "microsoft.graph.insightIdentity" + }, + "sharedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "sharingReference": { + "@odata.type": "microsoft.graph.resourceReference" + }, + "sharingSubject": "String", + "sharingType": "String" + } + }, + "microsoft.graph.insightIdentity": { + "value": { + "address": "String", + "displayName": "String", + "id": "String" + } + }, + "microsoft.graph.usageDetails": { + "value": { + "lastAccessedDateTime": "0001-01-01T00:00:00.0000000+00:00", + "lastModifiedDateTime": "0001-01-01T00:00:00.0000000+00:00" + } + } + } + }, + "tags": [ + { + "name": "contracts.contract", + "x-ms-docs-toc-type": "page" + }, + { + "name": "contracts.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "deviceAppManagement.deviceAppManagement", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.androidManagedAppProtection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.androidManagedAppProtections.managedMobileApp", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.androidManagedAppProtections.managedAppPolicyDeploymentSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.defaultManagedAppProtection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.defaultManagedAppProtections.managedMobileApp", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.defaultManagedAppProtections.managedAppPolicyDeploymentSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.iosManagedAppProtection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.iosManagedAppProtections.managedMobileApp", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.iosManagedAppProtections.managedAppPolicyDeploymentSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedAppPolicy", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "deviceAppManagement.managedAppRegistration", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedAppRegistrations.managedAppPolicy", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedAppRegistrations.managedAppOperation", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "deviceAppManagement.managedAppStatus", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedEBook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedEBooks.managedEBookAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedEBooks.deviceInstallState", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedEBooks.eBookInstallSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedEBooks.userInstallStateSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedEBooks.userStateSummary.deviceInstallState", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mdmWindowsInformationProtectionPolicy", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mobileAppCategory", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.managedDeviceMobileAppConfiguration", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceStatus", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationDeviceSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserStatus", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfigurationUserSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mobileApp", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mobileApps.mobileAppAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.mobileApps.mobileAppCategory", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.targetedManagedAppConfiguration", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.targetedManagedAppConfigurations.managedMobileApp", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppPolicyAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.targetedManagedAppConfigurations.managedAppPolicyDeploymentSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.vppToken", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceAppManagement.windowsInformationProtectionPolicy", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceManagement", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.applePushNotificationCertificate", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "deviceManagement.onPremisesConditionalAccessSettings", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.detectedApp", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.detectedApps.managedDevice", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCategory", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicy", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicies.deviceCompliancePolicyAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicies.settingStateDeviceSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceStatus", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicies.deviceComplianceDeviceOverview", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "deviceManagement.deviceCompliancePolicies.deviceComplianceScheduledActionForRule", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.deviceComplianceActionItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicies.deviceComplianceUserStatus", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicies.deviceComplianceUserOverview", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicyDeviceStateSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicySettingStateSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceCompliancePolicySettingStateSummaries.deviceComplianceSettingState", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceConfigurationDeviceStateSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceConfiguration", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceConfigurations.deviceConfigurationAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceConfigurations.settingStateDeviceSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceConfigurations.deviceConfigurationDeviceStatus", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceConfigurations.deviceConfigurationDeviceOverview", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceConfigurations.deviceConfigurationUserStatus", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceConfigurations.deviceConfigurationUserOverview", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceEnrollmentConfiguration", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceEnrollmentConfigurations.enrollmentConfigurationAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceManagementPartner", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceManagementExchangeConnector", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.iosUpdateDeviceStatus", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.managedDeviceOverview", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.managedDevice", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.managedDevices.deviceCategory", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.managedDevices.deviceCompliancePolicyState", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.managedDevices.deviceConfigurationState", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.mobileThreatDefenseConnector", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.notificationMessageTemplate", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.notificationMessageTemplates.localizedNotificationMessage", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.remoteAssistancePartner", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.resourceOperation", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceAndAppManagementRoleAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.roleDefinition", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.roleDefinitions.roleAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.roleDefinitions.roleAssignments.roleDefinition", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.softwareUpdateStatusSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.telecomExpenseManagementPartner", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.termsAndConditions", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.termsAndConditions.termsAndConditionsAcceptanceStatus", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.termsAndConditions.acceptanceStatuses.termsAndConditions", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.termsAndConditions.termsAndConditionsAssignment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.deviceManagementTroubleshootingEvent", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.windowsInformationProtectionAppLearningSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "deviceManagement.windowsInformationProtectionNetworkLearningSummary", + "x-ms-docs-toc-type": "page" + }, + { + "name": "devices.device", + "x-ms-docs-toc-type": "page" + }, + { + "name": "devices.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "devices.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "devices.directoryObject", + "x-ms-docs-toc-type": "page" + }, + { + "name": "directory.directory", + "x-ms-docs-toc-type": "page" + }, + { + "name": "directory.directoryObject", + "x-ms-docs-toc-type": "page" + }, + { + "name": "directoryObjects.directoryObject", + "x-ms-docs-toc-type": "page" + }, + { + "name": "directoryObjects.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "directoryRoles.directoryRole", + "x-ms-docs-toc-type": "page" + }, + { + "name": "directoryRoles.directoryObject", + "x-ms-docs-toc-type": "page" + }, + { + "name": "directoryRoles.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "directoryRoleTemplates.directoryRoleTemplate", + "x-ms-docs-toc-type": "page" + }, + { + "name": "directoryRoleTemplates.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "domainDnsRecords.domainDnsRecord", + "x-ms-docs-toc-type": "page" + }, + { + "name": "domains.domain", + "x-ms-docs-toc-type": "page" + }, + { + "name": "domains.directoryObject", + "x-ms-docs-toc-type": "page" + }, + { + "name": "domains.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "domains.domainDnsRecord", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.list", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.list.columnDefinition", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.list.contentType", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.list.contentTypes.columnLink", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.list.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.list.listItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.list.items.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.list.items.fieldValueSet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.list.items.listItemVersion", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drive.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "drive.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "drives.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.list", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.list.columnDefinition", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.list.contentType", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.list.contentTypes.columnLink", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.list.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.list.listItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.list.items.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.list.items.fieldValueSet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.list.items.listItemVersion", + "x-ms-docs-toc-type": "page" + }, + { + "name": "drives.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "drives.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "education.educationRoot", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.educationClass", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.classes.group", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.classes.educationUser", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.classes.educationSchool", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.educationUser", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.me.educationClass", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.me.educationSchool", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.me.user", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.educationSchool", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.schools.educationClass", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.schools.educationUser", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.users.educationClass", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.users.educationSchool", + "x-ms-docs-toc-type": "page" + }, + { + "name": "education.users.user", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groupLifecyclePolicies.groupLifecyclePolicy", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groupLifecyclePolicies.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "groups.group", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.directoryObject", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.calendarView.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.calendarView.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.calendarView.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.calendarView.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "groups.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "groups.calendar.calendarView.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.calendarView.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.events.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.events.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.events.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.events.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.events.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.events.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendar.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendarView.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendarView.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendarView.calendar.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendarView.calendar.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendarView.calendar.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendarView.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendarView.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendarView.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.calendarView.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.conversation", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.conversations.conversationThread", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.conversations.threads.post", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.events.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.events.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.events.calendar.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.events.calendar.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.events.calendar.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.events.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.events.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.events.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.events.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.groupLifecyclePolicy", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.notebooks.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.notebooks.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.onenoteOperation", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.onenotePage", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.pages.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.pages.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.onenoteResource", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.sectionGroups.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.sectionGroups.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.sectionGroups.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.sections.onenotePage", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.sections.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.onenote.sections.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.profilePhoto", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.plannerGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.planner.plannerPlan", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.groupSetting", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.site", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.conversationThread", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.threads.post", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.threads.posts.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.threads.posts.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.threads.posts.post", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.threads.posts.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groups.threads.posts.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groupSettings.groupSetting", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groupSettingTemplates.groupSettingTemplate", + "x-ms-docs-toc-type": "page" + }, + { + "name": "groupSettingTemplates.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "invitations.invitation", + "x-ms-docs-toc-type": "page" + }, + { + "name": "invitations.user", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.user", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.userActivity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.activities.activityHistoryItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.activities.historyItems.userActivity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "me.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.calendarView.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.calendarView.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.calendarView.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.calendarView.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "me.calendar.calendarView.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.calendarView.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.events.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.events.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.events.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.events.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.events.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.events.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendar.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarGroups.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarGroups.calendars.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarGroups.calendars.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarGroups.calendars.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.calendarView.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.calendarView.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.calendarView.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.calendarView.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.calendarView.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.calendarView.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.events.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.events.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.events.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.events.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.events.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.events.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendars.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarView.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarView.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarView.calendar.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarView.calendar.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarView.calendar.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarView.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarView.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarView.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.calendarView.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contactFolder", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contactFolders.contactFolder", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contactFolders.contact", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contactFolders.contacts.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contactFolders.contacts.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contactFolders.contacts.profilePhoto", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contactFolders.contacts.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contactFolders.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contactFolders.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contact", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contacts.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contacts.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contacts.profilePhoto", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.contacts.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.directoryObject", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.deviceManagementTroubleshootingEvent", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.events.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.events.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.events.calendar.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.events.calendar.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.events.calendar.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.events.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.events.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.events.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.events.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.inferenceClassification", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.inferenceClassification.inferenceClassificationOverride", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.officeGraphInsights", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.insights.sharedInsight", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.insights.shared.entity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.insights.trending", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.insights.trending.entity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.insights.usedInsight", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.insights.used.entity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.licenseDetails", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolder", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolders.mailFolder", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolders.messageRule", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolders.message", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolders.messages.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolders.messages.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolders.messages.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolders.messages.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolders.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.mailFolders.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.managedAppRegistration", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.managedDevice", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.managedDevices.deviceCategory", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.managedDevices.deviceCompliancePolicyState", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.managedDevices.deviceConfigurationState", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.message", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.messages.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.messages.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.messages.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.messages.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.notebooks.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.notebooks.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.onenoteOperation", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.onenotePage", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.pages.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.pages.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.onenoteResource", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.sectionGroups.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.sectionGroups.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.sectionGroups.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.sections.onenotePage", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.sections.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.onenote.sections.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.outlookUser", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.outlook.outlookCategory", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.person", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.profilePhoto", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.plannerUser", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.planner.plannerPlan", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.planner.plannerTask", + "x-ms-docs-toc-type": "page" + }, + { + "name": "me.userSettings", + "x-ms-docs-toc-type": "page" + }, + { + "name": "organization.organization", + "x-ms-docs-toc-type": "page" + }, + { + "name": "organization.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "organization.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "planner.planner", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.plannerBucket", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.buckets.plannerTask", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.plannerPlan", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.plans.plannerBucket", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.plans.plannerPlanDetails", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.plans.plannerTask", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.plannerTask", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.tasks.plannerAssignedToTaskBoardTaskFormat", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.tasks.plannerBucketTaskBoardTaskFormat", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.tasks.plannerTaskDetails", + "x-ms-docs-toc-type": "page" + }, + { + "name": "planner.tasks.plannerProgressTaskBoardTaskFormat", + "x-ms-docs-toc-type": "page" + }, + { + "name": "reports.reportRoot", + "x-ms-docs-toc-type": "page" + }, + { + "name": "reports.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "schemaExtensions.schemaExtension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "Security.security", + "x-ms-docs-toc-type": "page" + }, + { + "name": "Security.alert", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.sharedDriveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.list", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.list.columnDefinition", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.list.contentType", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.list.contentTypes.columnLink", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.list.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.list.listItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.list.items.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.list.items.fieldValueSet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.list.items.listItemVersion", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "shares.listItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.listItem.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.listItem.fieldValueSet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.listItem.listItemVersion", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.listItem.versions.fieldValueSet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "shares.site", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.site", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.columnDefinition", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.contentType", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.contentTypes.columnLink", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.baseItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.list", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.lists.columnDefinition", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.lists.contentType", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.lists.contentTypes.columnLink", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.lists.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.lists.listItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.lists.items.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.lists.items.fieldValueSet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.lists.items.listItemVersion", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "sites.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "sites.onenote", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.notebooks.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.notebooks.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.onenoteOperation", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.onenotePage", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.pages.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.pages.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.onenoteResource", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.sectionGroups.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.sectionGroups.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.sectionGroups.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.sections.onenotePage", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.sections.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "sites.onenote.sections.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "subscribedSkus.subscribedSku", + "x-ms-docs-toc-type": "page" + }, + { + "name": "subscriptions.subscription", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.user", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.userActivity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.activities.activityHistoryItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.activities.historyItems.userActivity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "users.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.calendarView.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.calendarView.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.calendarView.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.calendarView.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "users.calendar.calendarView.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.calendarView.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.events.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.events.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.events.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.events.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.events.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.events.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendar.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarGroups.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarGroups.calendars.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarGroups.calendars.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarGroups.calendars.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.calendarView.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.calendarView.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.calendarView.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.calendarView.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.calendarView.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.calendarView.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.events.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.events.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.events.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.events.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.events.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.events.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendars.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarView.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarView.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarView.calendar.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarView.calendar.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarView.calendar.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarView.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarView.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarView.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.calendarView.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contactFolder", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contactFolders.contactFolder", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contactFolders.contact", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contactFolders.contacts.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contactFolders.contacts.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contactFolders.contacts.profilePhoto", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contactFolders.contacts.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contactFolders.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contactFolders.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contact", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contacts.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contacts.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contacts.profilePhoto", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.contacts.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.directoryObject", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.deviceManagementTroubleshootingEvent", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.drive", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.events.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.events.calendar", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.events.calendar.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.events.calendar.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.events.calendar.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.events.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.events.event", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.events.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.events.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.inferenceClassification", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.inferenceClassification.inferenceClassificationOverride", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.officeGraphInsights", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.insights.sharedInsight", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.insights.shared.entity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.insights.trending", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.insights.trending.entity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.insights.usedInsight", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.insights.used.entity", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.licenseDetails", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolder", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolders.mailFolder", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolders.messageRule", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolders.message", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolders.messages.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolders.messages.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolders.messages.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolders.messages.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolders.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.mailFolders.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.managedAppRegistration", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.managedDevice", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.managedDevices.deviceCategory", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.managedDevices.deviceCompliancePolicyState", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.managedDevices.deviceConfigurationState", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.message", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.messages.attachment", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.messages.extension", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.messages.multiValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.messages.singleValueLegacyExtendedProperty", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.notebooks.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.notebooks.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.onenoteOperation", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.onenotePage", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.pages.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.pages.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.onenoteResource", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.sectionGroups.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.sectionGroups.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.sectionGroups.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.onenoteSection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.sections.onenotePage", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.sections.notebook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.onenote.sections.sectionGroup", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.outlookUser", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.outlook.outlookCategory", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.person", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.profilePhoto", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.plannerUser", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.planner.plannerPlan", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.planner.plannerTask", + "x-ms-docs-toc-type": "page" + }, + { + "name": "users.userSettings", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.listItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.listItem.driveItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.listItem.fieldValueSet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.listItem.listItemVersion", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.listItem.versions.fieldValueSet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.Actions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "workbooks.Functions", + "x-ms-docs-toc-type": "container" + }, + { + "name": "workbooks.permission", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.thumbnailSet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.driveItemVersion", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.workbookApplication", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.workbookFunctions", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.workbookNamedItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.names.workbookWorksheet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.workbookTable", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.tables.workbookTableColumn", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.tables.workbookTableRow", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.tables.workbookTableSort", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.tables.workbookWorksheet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.workbookWorksheet", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.worksheets.workbookChart", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.worksheets.workbookNamedItem", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.worksheets.workbookPivotTable", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.worksheets.workbookWorksheetProtection", + "x-ms-docs-toc-type": "page" + }, + { + "name": "workbooks.workbook.worksheets.workbookTable", + "x-ms-docs-toc-type": "page" + } + ] +} diff --git a/docs/setup/resources/add_app_permission.png b/docs/setup/resources/add_app_permission.png new file mode 100644 index 0000000000000000000000000000000000000000..932ef39d7d0d1be5efa3d285b65966efbde38c21 GIT binary patch literal 227319 zcmeFZWmuGL+b&E=DX1VKjii8tbc2G@A>BxK4loQbgeV~rBAudyv~)8lO2g0%0}?|I zJv86NeS1Ie^M31D%hx~a*J5*+ajrhk<2+*D_k(bCRXHL;N1F4lIARu~xa;qkh7dYYYgGYn&6q;0d52$~2O z1Onr38LTu-;41{Go8Q18^VQdK-Ta6p=%Fq9l`!nu(>vEA%ux~7$gGSXj>ikJeOPba zZQ6r^Pyv@BdzpO5K2GewNrEW(xX=RZ819F6+F#@JYibOwWanXEc1h!{U|A5?NPmAD z9*)r;(iczz9?KG{Ih-=B%y&D%s-p;gz7PSCv?8;InGrp4Sl6z76z{9Ntf0P} z+TCN4c~tZQ7?sdA1>}u&FFvqF?VUpDY1W>wHz9hYKW}1X^w62d#c~p;#GQT$nZ~+X zM9~Px@cik9)p}p>m9SnCIa$^mAMdrVj$!kJkMjr#CkSq>KW+>&y>+K_d*WfnoxHHu zf|hUem9GUPFedznZ>#6-RIy~=H?`TDAcQJc35(sQFem(e_vy>*2VvUxy&iT%-qbyM z%hqT8l;}8&*=_KQlRj$Ux(wFhiQe;EVPVyI(-c!4ep5$Kbs$Yn%jxwB(kDv?Ungs+ z^)Fnx#+jRAl7+Kdx#h#}rCg7uyT_C%cKDWC`K|7X-z_rS@15;G?>sko`;AU$0r^@U z!WU+I{moA@i=FHzwe(9T-npN7SRQAvnxwT7M7%==bK~6(yoQBIBmbfs=3=HJ&+)M;%yxb01!WJY(wid9{7-=9{mXw{{+X-LA#Z=cc>!_+p)hLrOGIS>NTI zqb!#NG3y-nkaY9aqp#j;6+GIfL*PCFOc{wkJ zPnO2zQWML_cLiPr&aLc&2A6ttkP?d418XAm8Fl7?%mHMZ`l5oh8ec51%7V2FH2%Ek zc7NI3B7*gnD21KvHJ^uu#xesxEsqzU(0rBpNi?Hx$9z4_KHVq1x#N`ZSThG@+mgbR z!gANrihMA6JEA48;1B#u@y!i?Xu$cr|!gwwD{YcS-6?}&=)s)f{4ljc()yQoP`LfNAwYL=T(2h2;y`299rwe?NZI%lC6PYB9Ki9Oj6PBqZjp zt>B?rY;YdSD=#$gr~{W#~5~CXOlxB{hmD1x;FA8Qk}!&PM37Dt#C?Ulw3uBr|qM94C6N?GKB*( zw%9%-O@Ssd4FlvW7`QxE%6NP~sCjVPzI`m?e@IGdQSn8ih`O+C?TfW{X6cI=J-Wl& ztUvkFqQqLrsNb;uH1gw>yl(nZcTQ{vw~+|;QmW;2#|4M|Ys?F^ZH6xdY_A@EyYqw~ zEA30VYnUsgq>{uduq?y#P+OJ#K)5;kqfp`W+E=wfdTQd2Hy9)th-2iLps^C2p?6e% z#tf6PhAA`X9vQAnCg% zOBG!=~Tl0bP%4yC5kOM^0lx=GBc2z%(7r6-4Hf~Xuc!6)a$?0{+wo030r zfO3HHm{N(~%PwumJ6B<_a`49Bq8(TNbOA(h?>5n=-$)Z8I5zfOu=Q&>04Ga zXdlM?vx6g_9G?T9v3<$ap@ZOk(1GrX&>DiTg=pi3IZ^ICM}A?aexWB0uh95gVS~3% z<)#H?i8gO6+{mMH7TDmS=HV42d_+P~EF@|*Y*S>h;gV+2IC)g-R!Y$OeN6U6`DFHw zMG@oFzHH>c*ud1vd2UE#76;YZF^ z!7;DkO=hv-zFw}WlEJNy680!(?k|WJ2!U9hK~T1<I=iAZORj=HG2SUvdl1`VnUK&@AnM$s5F3{+e%mA)Wb-}M;8UZo9S#??^2JlMmS4pN=2DgA!GtT z0U4KGmwC#D*2Ey8J*z;?K;b#{7T*MN2bOhN`n&f?^eD$EvMJ*3Y2Ega8h-sM!`hm)~%a+_^A}5cS}fU=}c~4@OhV=yjJ5H(l6OiCiBRsNi=ABqlVw!GdXQUErzv>4FO2+qQ6_Mw=bp!PxFU-_3IZMV0lL-m^|&BaM=5gomixSU-iv^`A6n|P6^%|TSCIE?C6n^n zAdR}Fr|V#FP)d#a?9_4RUMl%L&ZLUD0q*;-;e^i#VM@*q_f2Z;Za2$+`3x%S{&^4q zi{Dj*CyKPCNFR9r6m z2)&w4Tg{1FwbW~=F3toKgX&J&#?A4yRkrKzofM`f11!#TDrR2zP8^nsy%MVjw{1EW z?tIRlu&Q;?=QQBR-<*+fM(0Qb`KGKAP4<~M3^JVtUL@6P_(14?hQS7(ao_L%$ zb!a})uscap<_hc!SqpgyrHsUshBglx*arA`F}{Vvrlh>or1q|7@w(5?gH)lmnU&_w zhT{#L*<#(A2&0DTNy#XG+#CdDgR9iVuzzrPp9oz1=8Jn8Rrara_#>&3;~ zhcL$F4*zRBPz8!BgCyO9hDo@3CVLWMFu@Q8>%^3QRO>*vr=59H-tBV3fi>qk4}L3FtUQ^2HR? zzs!VRVzn~)nSK0ZJOWe{Z>;nbtW{Jn*n!XZ7&w@e7}tPLn7~UClj>iepJ6`0!2aud zEDVfLI}Ds(`=|o%S3fbp>*|=l-?3vuFz|r?kpM664_N=~P3Zjr`=8HPCBQa}$C@$< z3c$Ojg}arNGsxD(BeODK75IX{RbC&2fpM4l>V>JG!L$vWf6Pux&qGf|S=7SCiObB= z#oUU^+sXCnJQ(8MqQFNdD-SbzZzo4*kf^r=!(V%d0-vwG=4PP(YZng(2?jkCb$S^W zcPn~9E*>r(21!DCdU|npOKVXL*=N5F2mU9)VC&)GD$30b27|f4d|WQ>Hr$UyL`1lG zc)59bIe|SmK@evTGjC335aZt``R6>cRv-&^J68`o7iapb^O~8vczQ@MFkD^eUq64} zre2sg zDE=PjzrF8j$FirzzU==5&c+>E6-#)_NN1I0N{H6ggQxKk{36rI-5Uejo-G zKK-Bk!g(uAjg^79$CZTthey)Cz`^(4z5hp7yV@C(MY@Hr#RPxoF$N~iE$Kh_1ze8k z|6T6C&F=pj%>Qgd|Cde0{AmklJqy&AI(U9YK_}3DSPF`z`7`6bB|Rs33x7N?4_Bm} z^Rn|+19ryjvWlXFRZ2>NDiZp};!jUUuS1Aq)G|cub#mP^gtgdA?PbRNYJb!pI*78T z^dGP?=(xp}wKm^!ec+ms%z9d~V$$dNXKsc*utkC#KPeEIjt{OE5LnDNQxp8-2dXB( zk!|7QomVAtSniJbzC%-U#%d$gNb@A)vg@H9kE#FhF?r{E*62HsogV>e-v^sGbW1ue z&QF=;qNsOUuy5i_Yfd*pG`&!>oU225iL&7&*QU>sZvBbhlYVg>$D>74CLNfWr5chv znCnWDQHe3Ozh<8DyLF)wrAdCf9Ie$s^uE$(bQXfbPggGXH+sBR`T^wlf* zAB1F!+w(HJT^yxdVec4Sz#U@#=YbdJR%^p-u{>r^^kHV7zDLttMj?VRZ~uvZ+%gRc z#P@cV@KB|UBtBFhePJ^+xGFyRO>CQd_idN(d?a1^A*W%rd{ez=no^Au;{HvE{TPs+ zkQcv}&%v6uLJa-mqxE}9X zL5}7_Tc^wQhjPokHYtaitv5v#-Z4B)lH~t02Yo9;S{g^()7?vcNOz>K^ksY3S452n zT%F5Cvonqz269B%%4@ZLoSkaYD>$DiF}57|__R+8_r|>kWb8T~QKbBN=Z-Oi+|0qIjT@MN*@P3vp;`dZW z^ghSH18qFo7AgO1@i+$Qk!}wY z$gwQi>0(vU^F=*!^XrJp|{SeQ~oJ?-n<7D5~+cGIUDDHzhlV2n1Z znF(*mI7F0QHni`Wd^|6OUBuFed3E&BOfk0kfO8`N{(>{r9L(#Opm*#-C?E1tTWZQU!~%72daPpe8Eh_9=$% zH}-EF?;)*V0%J0vH@mr|GWqvW7EFxM$?Ky{PZu z3$eV~?0hCs)FMp4W-~4V0)ltFsY1!$;0oa^i~6oxp9jogpm+(Lg+2Xb`ZzUnZ8v5OQ#Dsd(N&~V7tX}MWP)k-kre4*&apnezbT>e#p9av65`X zudL&`GzhNHoxu6cNVmm6$A5e~TG_S#bg{(v>tL=5)$w@^ zqERimuF`g3aG~y5BsH5w+grh)AGb#@3|&S9zp9{rtPbY9AFyca8d8&TO3^JbVskR6 zaR={=y9|`)tUx_LQff#pWAT&KujHnFTn1KqgE>lOecHt*_4}J+@XE_$WaePunD6ev z+KAbSolHEtcD5SAzpr8f0HtjT-P-$Jgwshi*JfTStl{f z{2HoJZmAI6&Cir7q~<&%Xg_Q_QSDS%C4OcZE$K7oMF@(;{gZVYq<7y{4LbubV2a&z z^F-J{-KW^s!O;DqrD8mS-wAN@{EMrz=InDKmfJ6q`RzUutU66sPH4R`y4yF@VTFgk9h*oXc`}TTou!~S)t=g*l?q1>j!M8Q+_LA>KDjH9ng@&B*7^<+A z2@1<|bs`=b7gQ!Ac9*)9Q@x4|Ycjm?ScDwM=_4rxc@}JszLb;sD8~wi7oB>g=W7+P z^1Bv%)%2~vj`Ar24X%BpEK;_b0T1OymP1dyh6GHT&v>0qJSs}#AIQBulIOZSui-1v z=}^uPPZlxFcPAsQ9mYO|`1PWjG9;{K8|#)So50Vz#Z*!%-3JSP*7;5FvKiOE1>D!1 z{ecjIA1W|cFv5L6k@)bq>y_QXtB}W@TlJp4HHG;pbzqbUt9ZfK#MF0%%nt0E;&VcC z`CoMp22@ZvkNdRpFKpV3n|$K=oNum+*bjfUyXjQ$VG>jARKmKZ0D6~ALzYW#MA4=v zX?{Ol9P;MQL#+-GYrOxQU;gK)K<`B`JrtM+X6~EH8gk7G5%=69+wRHSc|Kq@iCXpo zVk~6-_#4Xy-8@xen^k9H#U|Tt$wXil((%Z2ME0D@z}I?wMhpZr>fKWod>@| zyEdkRwMTDt%#MC^{8q_!&0SOb&>E+p8v{sS&?Av0qZZ^$4 zgP`uk$!zJ@<4EF2#+FN6d?g?J@FAgK_aElguIFzU*OAVmzTq)ocv=N}w=FW6nF5pY?S(UvsKP5EcPD)0lm<=MfQsYb2(W6(;8haDdE!7E&YrbH?!x3k(f zcCvb$<3LR8oF_l}tv0IyJg_tF-@mV;Js8XKwt$QacH~~B&t=^HwolNi%aTI)MPQu= z;(|^*B+R*`!nmP2_swVGYX8<}3JDJ@Me}{PB^tm=RrW4PEZ`SoG}}Fn+BPHo`7~RV zrDKGjDAPs=ixGYmZO+T&e`LD}f7z}9gu9BCLdtk_2AVE5oj(@PxRLbM@Zx>D`lH+1 zjsuO!WCf?s0I$hv%Bjx|gdVr$41F2c(vr>XtmNV zR_YRD?c?=AJyF!O+ObaGe_Fz2riR1Veo38(X>FOQg4-0N*UP;1aRNqX zYaN$}mSL&uwNBUYBgTew5zsUL>H^ygVaOAmVgu&x1TKL@f0$>gzUmAuYdt2M;i(Bv zyb+b4Bh#js$CuFSdxoD*Qc0+(9kov%0(M3uh@8QMS8q-#Ewn|p8VUK1J_IU&8aqUj zjY|@SZPInyKgqLi;mZg4(r&*k=+gaaVWqGwjO0bR=4I59W2%8`w|^v>#HI*1h=MA? zDFRORUIG~PK;qmman`2QQsEOxIaq=8rA3bh^W~{UgxvH@-S1@8sNLSPHsw&Tf7;pM zxW)64W_wsMrCYaX9|D=+&FLjs=}i$x)G0O;gH9(r*Z&AzA4L`CEF*XqY+DXj^D@2K z_G|Xq=>j^!q9x0*ij-95hIJ8~2$y&{TF7@1vh+YCBH)tqcz5}c#eNNYuujoE$|Fx) z&&~anS>wA8leo8*=7G^MYYkD#AIve1;(@{kMa`9}4}mz|}$?ri}^j zcqJC!II!{p@P0E>ukO|{1+>Y{sDM2#-z&Vg+@5>%as?Pd`*1)??TCK z%K=rJXaL3&-+c4lODX_HDLg!v4rFVhJ~S>iTC+>_XgkbUW(1Whz8wv!}Wk?1fn(D&Th9E*BD{Bfr5?@R)(4PADM-Dq;wI1_gd^mt1iFC3#j(i z@cZThu>EP2+0z4Li6gM!S!%&QzZ3BJcWLE+Yl5R-=hl5q`c3tXXcO+dOkg3WiBvo^ z+OHehnk{QhC^oElm)rY9#_#Z0gV~g<35Iq@9v)9t*>@doPB9l?s`=)-77HF<;L(k@ zzCNY8bH}o8CL$17vp%Zuo+Yb0K`!?t@?d=|$2IFE%XGfk)Tq;BQqJlEkcMWMjTFQW z)@$1e^oZTw_R!tluz0O#8gL%zN`qJ(ety^R>o~*HHyuX=q$*Na8T0OLSbyM1YEd`< z8p2mTuL>1|OcoRE#iqphC;}J;dG5KYfUT@=QLgau`e6o2o{| zgwpzSY^Y_3>*Eqp(;GbAJuRO4W)v|0?HZfjoXF4?_uNFTilLpm1DiLRet^ikd8#Vn zp+Tkmnf6Z)MEfjE6BBMXl&1ugRhwq%rlxSvw}Ke`HJ#TzXsILh0!bw@fa9unbNHNuD^1OG*MvP^Wap=fT2^RO}V`AefzJ5d2d$DWPoejhR>wvZ%{a98t z+URc9fZgyLl>Ggb$AsSY^xNZQ78=cd5DH=2FYQ%6a~!u;x9-f6Yy#2uj&YPx%{*OX zOf0iZ;ytiw;VC&+8rpknioiQV5^7-baQ9{1Q}1{#s6;d_W5ivkLZ99kE0D$mb@CF9 zZ4aW7R%(uoq7h9x+*x3i2P!N6Qyg(3?0`Rs;g_$j z-~#A1zE2vSL&TwLrRclyZjGgpJv%=l$a7jiSwTaCR$U$aS*>R#hj6J&;4&FP-7g)i z6pPjKr+`wCojdV?^C4h$Wpn`#^EJ-l)D74HlXDz%`AYBCNtP%b)1(5Lvz3z-`_e=h zJBux5{H`(dh8qTayY6lO`O8}}+L40y2F8^(aCElcYeLlz&yf=TXTry3m;T8DzEOOZ z-k5TE!Bv_$?#v>tbAkL0qecc*#6(SN$EiXtiieK+Dq|m?Ms$Ao8qECoC5}4)q$s2b z^NUl>?)mKgL?2ina`_>mswfJad;UQh&VSk5XK1p^` zgT?Zjs4mpE*Vl8V8jO3#KgmVE`^l^*>z#Q)=l>wnUvy;O@E5iK#5ybcAIiQ%Rs--1 zF$Z=HYxp~vC|VKomsvns#%I$P;}1QZOibDSfcrELj!(ngD4h*`?2V}=QTp{cQB1uM zk=n)nkeapRWXWEt7&v2yxiRq5(AP--FUf}*)Yvlvm6-=P@h+#K!F+E*ZZBf55m8#& zlk}*yPDiFRTIw)~;Jv*?B&9%3sJ4QpOu|xkBHz4r1E}6(Rhd~!!ha_xv8Q6a8QcQ8 zynt#PRE_P&P4J%;ENqTbJlt7mCl7$5N=6IF*Q-v5Hl}L0J$Tkjn@@L0SvoE+$SHS6 zNO8nzXubZ#u1`(q>9H~lAQeEggpE@k4y(wd*2gtCH?w=Ckk(w-)@q(2dW+41Ps-gE zo{EwnTeXFaMf5)IB4`>$r3%#7K%G7+Li82e;yyzy-#TkT6>r0?W z+OH}|(#roT;pcpcP^or7Yz>s))%WoKzdcQqt>-e`LdpY zU5B=|ySZU{_u&b&S?!0T zhNjSLL?yJ6e&cD%@$B(c8&Gx|2;`K|nDShxd&6ekgsm8<0KiR9_HT&mx1{NDaj@9u?4(>gf-@*L91TR%C2qj}z`gu+)6zwE@H+zY6zw}S zYuvg6cwzJBS>`t0yp@dq7GeJfk0wgxvU7)5I?DV+TfP9<*NMz%wgq#(37dx+F$0KjF z7`QOt;#jUNih^^YJsN$lQWqtuQEVV^>@_2rEaZ~0*p;rdHk{8vscadM(E?y-8t1)2 zy*~hFmlza`E9XLA@7o2J7mYX` z`kPO$lXt~r$t?D)4w=|M>4+&rwYuWi)=w=ls_Z@cSX3y*_|^t0@+`X(RETNCA52tO zCAJqAgg!O#o)tmVm`ddv9C#v=(mxa2+J2idwz*%TQ5Q=s?AmhUd6xN83Z55pn>WCQ zW4MDx&g+kB@BPjSwx|FjK=&3dKK|P%j!=XvyGu>JO{@R_LKqwa+)rmLbHsNd!dL)3 z=^9{^ODo7IW1gF60COkv`Bp=!xr`f9n8%ywJSOupyNdMrm~HxuK4SL2A|Ukv&kM(5 z;fOO5c;eMNO;$dC=C}Wj$$RC#W)mL(sDfV%uMpjq2Zhg)x|03QOHR80CqmT-b?yDl z`)t#Z)&hWirQ^U800&+Wuj6W%t#Og+%#?yLDaLi!jis-Tl}6}%PZI-|3>WEZnp7s( z-P|wsDo(iq3;BAjx^?9zEA6nMU1dK0IN}xu>lVAebsa5GM(LKlW=OpFFAc+`O3-sg zxvr!~pVC9QO`97%Py?DItg0K8KMvD@S}LBDRW+&o$bVh105rQquGq52h0Q1ayGNxD zl+Fee56|9&tNyy9TVYsoMN6aIi5%<7#m^#BtRe1s^O6&8c;df+xmvZ1hdgw_fi^Fi z$*o`i&MxuK#(?u*jLize|6WWjP^SJIkj?SW2zW0kvvQKUPQZCDP2u!08WGT4GWSBn zZ}AJYsE54&<)#p1E#D)SO_OEs5~zD$apZTml^WD(IEPHf$ODF)U;w18)56z0p_Xy> z2-HOD2pCIWx)`h5!uNPx6R0-85GvD|1_1RatJDU9+ZVkRk5D`35-CT<7}bFkwx%J< z-X1vuXkgAeWo}A5{PBit@18lj#Mpfo`98N8$j+Icf0U&~&fuArns8nkoy+}{x@W4` zcvgNIcf?x{#IuLS^|An8>ojv&Uk4ue_(Qy82%G3|YocQ6Li8-Rw#cKqR5h0W1et1!@WjMfyy8 ze96qvkQ*f2CXGB}tFSs?+Vn4%tGmM&SQmfhMC4vpB-EwksHPkIY>QksBA=*RxrRQ0 z-R#RQPX8>KcWQ9>yXZ~-?%}DK*FR<*6&SL#i|k%c8=12JD3G*;sfht~J%AHa z`OMeorWnt~DdF493S=!rLrVasw)<`GwTf@Z4GOFIk532l0Vb%~Q9r49vcFQF&u-vj zj@*O2bM$HF+tnfHVGY&Zaxce_O%H!4Sy9gFO*%=-Lm|iMMUaX8=z3E|IZ%N6;zygN zuLH1a4qzY34I$Q^3f}0^G8sJm@W`7O)kzU&N=7@^75EvkYzt4ARIl|G~5A)yfS!V{n?PekY+5HawpSYavE52um>@nR=COBS$CF^h+iaxePGreb4<6@MHA|V>^alt-8 z*EH9$zV(W|l}f4g zBc*L+jTnGW5@rJ#{S8uYrDXPaxfpG17q16gEZ7;`Fe3(K*CCp1@qmj)ewWc#ZXo3}Ro>Jd*iENo?Qe z@!GgYA!7bYOZxi)DtF5$~>B`s3&-$ias3V3cTx{fhxIqDe z%+!0Pw`A$``mM}|0xM>DgSoSbqq4^?Xw7B_87XXb& z=u1bqZGAci_(MCm0xIvZu5tZ^97lGdu!4D6qAeH?v&!@m6T66cIwG|ouioeo0GHj_ zAFp{+vM4(zPp0ZzKGdxSXgN*P{n68oRPM}tZwNqeU4dEqn?vo*-_K^l1M?(a0AOoQ zv$ho`IBp49V>_P7Cu+rOnLm`` zVtB2(L>Jb;XE|0MQ~jlyiot*JWkrau0Gis#n(4HUO}PZk6dR&1E-p?{8jX6-^HzuKhL{2_ zkZBgad4Px{{l(8i8nN_SpP?oJ=hwuWkYa%Ph1Ai*wDdGjHJ$gqd_%dVGOqZ62?*Jn zn3w54>1*H)0P*=+WiN-Cj|!P%C80jZ@!8eEx(YI{vuWy40CW=d+OW)wtpg!bmR74C zBSLYlfJt;iHa1n*4L!3{hc!bVfZ6BrgNCnE84HtQl&Zxi24r~*Rsf}#qcj#!2=xg_ zoR8d_czJEG$ybQ42$z$bi_o(l7bxX30Wa!zyxTpjCPk!4Ge*NT>}&hNYjx1dy3R|Y zy5{*PEb@`Xvs4)(!>IEk3xH8PATRI(v<7**n_tXYp9bgNb^>5^jk&rr)q_4yM9Ec@ zefY7PAuR&!TRV0MtxZS1y@Q+nJ1B;p9!R`!zdO7j`6mQw2LVYDoCpRZpR9$9yXQ;EM1)JERs- z4jZEV0tCObwd{IJA0Ps6Xqx%YeEkN1^$*oQ1bXX2JP{tp-k(+7* zOv$vnbc&{`+9kn&!}zK1zRl(gcsDLz-1pJCpxo(zre{2v!!x&M78NDfj@mIk77WCvWe#|tW6`Bu+7H=d=80sL6 zyv<(Z1v|7OjHXfdZ(W?aiosWXEWLgkm0GT%(h(qo`X?$Gw$Pk7OcccPyUczAx64-p zb(OqiGJog(*6gRy;iA>LxJon+YZ3FPQarm|N|Ov^_I_RQRCRajO{oouS0c1F+WcoL zpXLEHF+{NJiPP*9FyH_cx%luJtc9@Lx^veBqwmzD-otOz5Ki_U6HdmVs{j73QC0-GAzYsI{xmPndxg`vL^S>%Ledm|<>} zd#(`e2{()e$(l<%8&mK!97(fHE$H!CIq4Q<+9+DkyW>{H zVtqS?ByoYZugu}btW%$@zz|TfE9ELD`|a;L?g}MJpP^(tGKco^MV|bwLYKY^xS$S~ z(7IpFO1c(np*`~bd~0a(-cm7P5arMM^j>35^+Hbjk*5Kv;0G?hWG;2z0jHBwI97_d zwWYqrV|L}qof;0!PG(hGG!xzX5(Fana(y#YKRL9Y8*Rm8&*WHy5(AmB?y`EK$e3dC zypw)~_jv>NKg0PN~fNM~~;bs?ol!=Gm`SeB;GZS6VJ3kxMAr_i*ca#oLA%1OhzAt#y3r z0!w~Vl*naV9?FX_1fatrSI<>fj*Sxiif1W8dp8teK#WKG1T_4x}R&TFTDH!Zku z1sx$mSAfJi`L`HSP|MZGkE22-{uy~;EI^SOCs=HlTw##oGXD|Yx=K;E3@F3Gal1VB zbm#jeQcfws58!|=sd`xD`xeN(pd>F?Y1YVG_*n zO#|g8G2!)#wlm^6PxrZ&#~RH~t_`hS(4Ol%*nmv~5G7*XR0H4xqYFRtQ2wUi=8Grs zqM3k*P5}^bEdnFqv*LK-BtO91|ri$ zK+JM|Y1WRW0UIAaXY3IlJ{^^psX1}p*o+h^m}t0t;k7aRoP=5N;TC(oc40FY^z>lQ zcM}ku1vZ$<~GqzmpdM7<&0ZGje!gyluityKB(>$hWmppExauFWU zW^^bXdsgiNaN3@#fC%j!oSZXOO)~io%S!&db8&4dlLE=+TG^H4#=0-O8m~iP+l#Ev9kl@^JMI2bB0Gu@kW3&$Y1u#hB@bAY10yLy@mHkLI z01EcGX@L#+U04u)dy#dH)3rMv%|ruIPcLR4cL0Otan?Yy?E%+B)i|JOA#*`^9%IO5 z;#WRWi6;GZdt$pw98;Efw#J7=V| zi5LQkPH!|WEwSSS!W03HkLQl?nd4Wi)!C+0yDNef?5P_~H6vQFf{jAdBMG$8 z^yv~ef!mbD;#u?|epoZWpF=8qJo6f0fj0D)=&$~P9g=x7nWn$BH@_=;yNpV@|1W#v z@!5YsAz>c}^4e-VzLKLNh1tbqLT|hSD3v57%D)9B+rG!6#R#SJnps{bfben;6|n~$ z-kpd^JA_SPsx^f+h%PoBUuQC`cAVS*fw*n9IObNp*2Yj!NU^v)v z?{JcN)r0ks!W@9kUT#E}ubfMrsY{-F6o`!F4~gv_7I%G|CthBV)oO0~M{t2RG&x0|Yt1Wj~l z7cK#5wMSGFc-Frm!>7x6t6b(RP?7lJnXlUb#wlzVoPmQH<1Ay_3OWRkz_%<*gl>L!vtHhLsMlYK0J<6MM~dcgHUULDvrH&a;^jFipwF}Z(>aUkRe3}t zut`Z`*zEV(_NZ@`fhu z)um!DR%zlqSUen%b!W$mfF^CZ;}mFhC`jYAD!;>}r3d5-0QR?RY-eRKvk!H?aE^c= z44O0&T}z)=ZMMqlCzYDoEF=i<-T5xamIJR(G_sy^LWCWN?(JutzO zYtKZ-DAmNAv7Y`#z<4J?Ua&6g+@JcQ>U9$FDvwvwF+-hrze=u(}#t zf6qOW^3${9y1^0}oKJLKELdqMk% z&?$&2^zLsPkHTmGG{>Ud*F52$Sq%ydAw>Y{&x%HGoS9xbRA8QET2dGI7QZFXJWJSfl?@hU_Zm}AS6 zS7@95x%;$P-=~PY?WOl-zzr#A(pia_%?2;jJ3LzNmKn=spy|aBh7$CRq8==;;>i2C z3Zx=lYx_}G;vWmHSv(imd3B`&;(kwBRc462K$0+kJE6M$XyHjB-JeA5{t5w+oq>7q z(8iI^S@6{%n=ssZPY@oRi|5YqCzNMPOAxKL2_vERnsm_aUn7)B&(H81l2uxo@YeQ? zj_*gKp$$|OwkbI?gGw++Ol4A3Uv zmIRtque5!%I@;8bt(rcGgb*>_Wxr?e_>seC5pTd(8_83<1prORc1j&xZq#uZW{;XR z1cZ?3b8AuQUv);>j%JM)4+=^};uSpW)_{aGbafA)M3gRXO2t9;E{b2-fd_5u$C{h; zY0q-VBa)VZ=8f)ePcx^C#r>;D*2L09Mfb|ptbsm@H6dGi?E*j z#Khc6w$a|9e&jBjq?qbOSKOsvq2mN}H@%)&-0|IAR9KzNQA$F|V847?OqdFEcEvA9 zoiiCoXb7FFp4_}Q_vo1=F}og_#wOu=DnVxw<4Kc53n{msuiBRYr~B?u=gUw7VUb*( zAs$eemZE(`7JSeH1w{sKqrM7zpY`ObOG8vEY`X1pZw-)a*2kSB59O(tqCTKvz6STg z^d&?_4GfH7GQOz*$>%4&WpULLvB84Wh2__*4ZoWlZK!Td_t6N>12O{XyPO7#d>w^B z{i2?0UF$B5w^@{djJz+hmhSAJu2nGPInb=L$jb5A_hdiQeg5p)IwHWGW8c9TjCXmC`z?UZ{HF-^ z#`_ndzg)%tZsDBeU2%JPCPFv=AjV&uYFIRenxzI%P0JZ0~y$n1Ujkbm`oV`YvaWO56?Lp^IpQKZw@s+joWCZ`Zkn+c#uYfE0ANaV7G%3@iOD z9bi{IQiFdG!Jt#c7Mkt1J;7B@Q>wr;kR+Gv6UYJk2=nm&50oad2EeY_`78gFUijZt zg8;I#yCn$Qa^5C0JVc^(itx?@dI`ijGaxv>S$Y~?Kl;z#0=T~U?hXJDC_JeD9gGY- z*DDTS5gJjd{;RzbofwEK0R~!G^ZYN3uUN`D020hrJl~y+WSJe+}F)HhM4e})cd>Y zL0?JY9*zZ|H+L3)Yu5kWFkDRuar|2L)&}g{H^+-z^9~4K#xBNE*#tAo0*a;G9<`1= zpl1p4;D53N|LbWkT7f@Ix7~R7o@`58(wIq=nqxd!^C$A2tx3F{lzo-qeYN7nWO@`m zfubTa{Bj%I^XY$JVE>wKe0ov!V-&#MVUi7OOm1nK$PB;&tNTA=jsH7u?rh6CyDx?@0UC;O>t2?L3Y)~D ziSjEj*hONl>71e;22)NK{n6uc9ui3+zX^~P!i3g~5{=JjX9-yn4VTAId2&F60Cs<5PTZzy>>@!cwOwr@invY2wZD`fx0z%_fwXy!JbSOS*59noqS6bb5f6> z5@QBRVBRNPi9jSj@4THjbZ9aB9SAfZncJO4sFS9Nm{%?LCMht#E3yzsF>vE_06x?h z0ek(mhG5$~#UxrkZH0>QA8$2y?~sj5{}-ouBGl*muG{&spxV6q=tofKC#rGg)Nv_rs${#ZZ{qxlKE3T;}I-g^E@@h&&H3so1efqo#~BSB``GtLVc{dOniceZH8yl*Vo>@@uS3pcRNzFjy@u^)49s3GMs zgI!#m2me?v2$(51ALz#6coeN$`~FntG|})5HQ0FO6Iw_AFFvfl|H^z71`xt}Tp>su zmm-sB$$)ACqF!@!-l8B*eW-q*?6ezDL7)L zJG8&*Bs?>)QhTomq8Tde+<;$Tve7yLXwC=FFS*US|570ylX8C|RoSceLfCz=#xTNp z#AI>R5tk<7){W4q(!3h!S&Gby3MJ;~9(@*TdUbvh^F&g5W4N-ARHpQAWw2w}uA_(X(vbh7Uu>eeX}kSGrHGcWuW@427Kcqb@Ix1{{|ay=a-0BOPGlT@bPQ+1blYzKhe{xT_09kBS6k zY=vcdj3V&%dmJuf^I%>4Zo0YF87o3cN8C8i2yTkFpHB7y_WBl4fX=f0HsBle*gTz$ z-@6_B`}s;WeEJ%;ZkgtajghodFkNa6)JOrB9(%EN2xdrH?1SxBE^t-k>P+=DnD>hi z=YbUB&YHkpPaB!%KI2`Olz3*-6}DbbuYNg06I? z`2uAR*PiN4<75e-jVs_vL?euVsG^!vcqf)hUKaR&IPm{~+d2^y=#s=t&-Yl*p zWV;yS2~+`|9!LbMImZQT#}u_IES`aEgnl8t)kZ*Vthyr)9}fehLdg3pN~k|Ypw#02 zE|3W-`|YJsiUcaXb{K_4a|4k-;hihTgZCrFQb%ToeFAgt2Ja*IwrhQ_Fl#|>!g62i zbOqAWPE5k=*rFW0wlsj3Qyb`BotOm$HP25sY=1{U&ri3J5DU|Hv&uRxP~y;r`N9;- z5%YBM)_eEnrYeTBF;SYP8z$`>eZg5}zk=V;CK283KK7t zi*{-V@p?IEO-TSR3wqOnm6h50fKEJSV-@e_C3yF z^D6JwDF4{^LmTzSfwD4vE+IH|M?U9)PxdaN;={trjZ-^|JCo4JYX&eWoS%3Z0I}Qu zk|Thu&I(sO*(dpo_8$z0^HjHKJa5_TQX!Vt)X9gV7I~Bh$LEcf7!pb~JjaNZu&bwb zS&4XVo8El+2!Np0u>ii3Cyux8#iMJRiJvdX_;B&?tTKun|mYw`)t=x&{{aX8f8oKSkXn27>kc_Vh3xd|wdM);2jQ&c#64adQ7Y8k%*`AL zt1d|WSI9ugLcgQBi`oT}&oJrqN5x_5HFYmVMJ#)OxYL+TUQ8Y);K1r3wc;Rd=1qyN z$B5$J5|X1rYr$6{RQ?b zK7?F#M&14T-Lt5r2gGE zTmfp=CN~yy!T|%+b8k~^kGkyGb#>-Ay$YmP_cp5F$NQ^`F9jjBi4y;{TL1S$^efB) z$8+kToKRPync0x~GhS{yW9r+Fx5YoT9Y-`0i1tS6t9w%f#wkj*>XqMomo++_MNzR` z|9d!19r>^vNFZ);dU3iz2c%=)J_gYwN1`}@-Yx6S(Np^T-6)*Bv( z)zXh^um^M|fKtiz>QTQeYZ+EYp-0G7tgLXEE?iVNGBZ;6GqA-JTg@4 zhnRI^`1~V08Yz9!n7~0z_TkSRyE)%0;F)nZQ`B2*gg&mCt+r1`BKX|k-i*(S7iQl} zNftts{}F$%)+_0jwYcE$1nWQfpzquT3))-T>*8fg%84LRTVAm-|2(x89{5|b-Cm>g zF9&mg>Q7=0{HFs0c})f#y`O8>8sbO)R3Yw=Wa&1{=6BG&WPZG++fb58w~)23e+3>~ zPb>*v(Bz^)nl2AR8x9?@oxJe2PpCPYA@Vg%Kmw(Vp|q!b>bO$ca9Hq|iDJWH%AolO zpb&3>6LG{Ku$0XI1P;_Bt?vRx<+JKc8thIs$GGBNwBodRMlS4Wrd#(W4rM)Nb{Ub+ z2EB|w!0@8()-4Yhk<>K_AUwoY-9)MtHpMeS+<)(GA_SO^B6bDF^Hl7U#8`OU8~>J$ zH939l6_^5mwHB0>SF}i>9>8t8eR`J1g-;c3ol5+90B4qNZ}pM*Z&k_vgrC4D74ZE2 z-F5#wR7=>=c{-1ej#iw=QqI-uMTQ1}IFTK>$IlKwYIQUKq>CFUXX=H9n`YrV%)leX zyU=9X6Q5!_(#YXkEN?nw+E^){qh2`LM+qSp^9*}b9bb7`*$&dYT0P08Mr=>U=YW3? zAz?6buUe@v{`#QvnUKffceOvq-+L3q``&%%h0uin!en4c*bha8Pfcf*i2ZzqRcp_o z%!SirpXOGgTGQzZ#Hu5?K04KQbSH4%>Flq02$Jgvmq`ba8LetNG0TyvVp4^|%G2Ew z2w>ueboDQat5Z!^`0f{|srjfWow$|e_lnfb>E8PO-86xlr@W$}3AtVi^UgkPqSpI; z1u7etXSvqNJg2RAv*46_XX;s&zxg}S-!tF-6OaBp6%N2a-ujeWYqp$QC+y>1;SGH- zC&P1t*LSC#)>}_xK(RMX`%@>;v3E{k*HdcrbU^Izbd(ZuvDnj2rC?g$`E|p8t<$)( z`||^8x!<3#f!=I-=Iud!Y0n1&YW{a)r3QQD=^_A&-v{hV&Wg(yB*-?Xy*}S6eN*<* z!(7NkOanL%f9N;XeV2cX{J9D2x~!$p!(X+H!6G7a+W2rtB&HS?0U7<R+`0exG0K1+{x`(;;jp~N`?#J(xuQ{7@oTkS zA4YFl306i_@{&dN;N=>?50S--Q~%M(gq>Nft^${wf5sW~<+0K^LuUVTGCEMdt}e0$ z0g47kBc{C)XY)RVZ`PdGD%edSfGm95?l^sFYewo~u!O|e=QL08rXc4+9Q?9ECNv+nsn-_e+9- zYrOs3R(;V2swRE zsGO;?+r5))`ME8f?9be{`FX=z!U*IjVLi|{!jhd`sKp}}kOOGGk3RVb%0T8A_X%+B ze0IhFC<)T@&v@@l;kzHSb-Kv%0kdd9hs8vGk>})pz)tw!k5v{KkzT!PnhLpF_RglA z2nb>6O_!L+KGC_r$8b0utxH|jq zd~^Sf453QVsH2PCOlm0GU0z3W;dqKdwTkr$#XEci^F$NNZp5lDw@RCq;}R4SpEg!L z{2q)1hEt*qkI6U&9upXo0lZ+DBqG=g5uZQXy`GfGqe_XD`(RPimM_14r^y6hKDc3h)Lp z)YRSTNC!Dn6-<^tKj3!VPLw^FdoSh&zTW$qO!f+Byp~(AsB!JrWvfF3_SSu!Tvt@^ z7Qt8^@}QrNdoEwh>>oPdLB!*QW_2v!sZLhA0-;c!6Fdn9=(rKt1pfiFd_NYojBdVm z`kp)F9{IjEjVYVQydT2%i>r?j5GVqhqzRC-#dN6rR4wFZkTq1JtK>(#frD_RCr=gP zd3WG`?7D(`4}8NE-IY5BR|fJ_Qi$vZU$@4Q{W^ZknZ{|n`EKEUS%AR}kW>Q4z95bGlZ?WrwHD)!#Z^plxyW?z`<13H@m+p&a4@BU<~D z=HOhYH@yx0R}Vg()~-CazGdaTBQ~xeyhX_Oz)}Ok1TVV5iCQ=k-jg<p6kZ*Ao~ z)Wy>IY8c?88WwO_MeR+LWgh}5_^;h*dnGlwouU_A-0H6n0Hwo|`2wt@x2Xz)2Y_6R z16+R>0a*TvCY@3b=m;Sr{jn0rSD1KY79}YrJH+gl4HkmzwQA4a{N+dC!onw^0g(w~ zdW6vJb2|ZZY!JjZ(9?!Z_#FURw?vUUhs*PBdA!kh&M5dMPd9BOfbvGTdr?PC)y488w=Y?wW$G3~X{dDy?;Eq7URemC9-ICg zfgDzl%CY)WplopBS?J2fLu~Lu(ikTXyFgB5ao-lvc{mY=e(#Ka;UBB~DiBlIUtKV_ zyvWhyT;L_WN-hTM^6!f7lPxMGu%{hYL(_n~G0AJasn7@H0nE1q(z`)KhpTKw)`m`W zPi-<$Ms7nVXjr@pGdFq?I20D!zU)nSIorYT|C7=S{Hyf(KK7{MT)+qEgMFzXiMYx9 zCjYcT^Bx=XD^mmNo}=nZs>rLd%9tW8DiN)hIVKtpr0RA_yy>;K2G{Cu07+pyJZq4$Na)3`h?O-ik5M8F1v8mNqqx_d z0Z(+{gs>y$E~lVwy=!q!&U30k%H zA(zt`ya>SF2N6r59`aaAPdA$XLcAY!Pvr-RwJLm4%5-Nm(=qIuhAc& z{J;J36)k|xW~g_`A$is`h}lS=>OCt{90+@_Zy$ ziRFEMNEp7*@oQmVp9~-Gzv+Py%cRUX8*6|C)5jHa4~+D7Oc& z2^qCYgD(3U@hOErc_KFB4%`6>KUU5ZVID%PLLvh0!hOcwIek8zg0M+kg51wwMJ9_K2tV%b;aJMU1HyhzvBUK_=_j;RL zplsz0L`VM9lv7WO-v?peghuvVw6<)`-+&gKs z5<%_D-tzt|X0?I|4NmvQ&4R-1gJTNB*tA{t&E*>JHL0hPq}vQ!J?e`Xwxu^W6f(W*%30huus>OVJcmJZ-MsEu=>~#v> z=0ynDr4oZQ1V%RfhD1Pjd2Jafn z(^pD?GSZmmlK&rd^(f%s^9)52_YyKM-r}1-?)yc$0sKE2o<$$b%Wd`gIn8==EVVlo z;_1^X+>u~=^Z)ZN{ayJ14Ro&=a7Ay<4zab3ucz-UDIfU(F5sPMdi`h(&mL%f?J=b{>2^druT=s@|)(C6gsmy#Pl`qt{ zd%$EX9B%JJvSkhKg{)va@;4w1w#V7)vciT`?E38W`Esm^MXiwK;U_}n@BFr3W%8KV z=RdpzOQ4t(h+@c<3Wa9txlRUo!iPfN<#pMhq_vtYE?lV1I87YV+j}QUi*eW*OFn9J zPY;D8yK-dl!g%LuNU_Rw7xOQ>F~pQoRM5LW1u!x zf%wAf(_{^Yt@O9sdTYHdYx$h96)q50k5QZPFT=## zj#~3tHmPpggYe(`Ej0v|TgBDv^z^0-dr$&#Spu=qNHRVv#nLdc$Af7qzFt=+<3$1Q z+P|i#0-H$jg8b{(us-Y3MtM#2*v#L#kMrSGCl(=;uAHG~N|Jca2LX#2FVKn~9A}1H z2PX5|GM6*CAjG#7C^J21EQ|}Rspf}SC!NB5E~SIQmmHJIq|p zFCUWlh%3DG?jr(JgZ^|C`=%q;tl!$zc1m75l>%}6X&u$#GxZuAWWvsOfh{*2tZfix zjgr)SXwFmasZEemRW6J(;ymNfIh5wJyO?fz{gscoVhN0VfprAJi(@pc#GZ_Pk)A1vvw`;%=u^ zymM}ISI(nDG6{FDG*hQ+%KP$P2HhiF8AuiyVeegd0<8*;&I=C5LZLQT9+_vKvxvul z#QkCk56COkI}A5oi*Rf&~6QukefK}BI*~f&%Sy&MQqMuoa(j1 zH$L3d8{D3oVn_BWaD0fUe$UJg=#~PN#aF(~>sdA&7#WaRhAWH!I{623aDL>0egHfgD=p$NBg*t!F>p_%bsyGGb7?8Y?~j}8g5S?%0c@>X+r5`>)0MxHUI z+kEK>d7x9JO;jCV?y)N~`GK8aPu@zI8)yK9>y5E+o;V|KQeDZe02S#BcA}wp9XnDS z?K!~`&-bin-6r2-7RR}<)t}LmQS0lwti*j`s-ORjvoWl|!NP+HA=dwZ(uja->U5Uv zHG-#|-lwN3puhhL6EzQLSt2!0mFr6usNU+6p>%oobw=L&;aJ>r$}kNAiN(9x=Sy#d zuflk`cV=j86*wiYxQ`D$s(%V6`Z{7!+i;rwk^ddGnf|a-O#SYrWFRJf#a+b| zak}V)`g{l7leUK@MW~PUhA*`Peg`O;MK+irxd{!-|j3dRIw5KCtoJeU_ke$HpV|jCRT3M@qJ;$=%aMa)9 zgq=fIAFC`HAbzpUBfQ^?wow)k$o=_E8Uq^su#gP{l~I%Yd;Am*4?^|yUx!5%;dl-o zdZbj8>WNj!Op@(q!UDC}9p3q_e1zooF``<{C#mrAas1DDorw!wy+~8}A_0$yO@GgphI) zZADJo*M~zqH|3`6Z?66{mup7P3Em4`EPa`k5!w^G) z;Hs7q$Yny|9f`at3l*^|#oF^TxiO#d)xPb4!jifvVe6>9V{yX2`fp~FJOOHst2ub7*>Ve3clWtweXS^oPRozY9T4;F+Hdw9{0EBgikbOccN zyZk89Nh$BI;61Hdig+V6M<8)|-%!A%``a6-l!tE}@4h-{2YP&>{l01YMm5Jz@k23v zWgk&|6%yFP^+NMqzoe-?3qPAjBhb{1xEOEZX6nUi>Pr{kXudqilnlHemJWk4^;`{= z8Do(nrmRaG3?}D{JE7#uC*a1yZ~&5nfqCTTwR8eV!WcRAX-*v6#(CCttC+~ELQj)P z#Rac0U7Up#RrOL0HauNrY3xxi6S*72Dt)Am&I&xgek5VW9Zr>5Z$91?y&8R6#fC4u z-h8r}*zob~aH)ZT4!o?BLT~?9h5xTF&*cW>gwvd=R)%(~=i*74|Ei<5sQ7dAr+uY4 zR2kfg^KNrK#Out1I^LO}UV`+gL4k;;9v)l*zb5_^x=*QSFc3dsxKIFuaHZ_4M{#Vw z(b2s;vv?VF`RR%Kc~-USKP(Zni-T(GfoSoMwBlIe7LQND4n*;oWUG|2^ZyP*r%;q9#)VHZBykcS4>tCnEiA*>n2g~Iun&m zwy22(k0Lc%kzXAoj=wx`CnNjgcMI zpM6SG@oYLtOJf3Vv9Ws!<($bgZA|1c<^Vd5TpdVJ0dJ0E%(_jdC8yARu9`GU30uEa znTutur`SVt+e3-o#ucdD?cAbtgk`=1k~tdo2ojKHiGKw~M?KI8PmysNdQu?Exf+2- z#+w1WZ8{t-c8!6GZG8zxYtwY0Youg-9dvwlqlwA9mM@i3Y|jd`UR74(5VK}rV0yXt zw>re{4d3(5R zv|QSPY_1g}I6jHTEJ}+accsUV&*M+^S=HH=pjlFX4!O(Kd?3QMp2B_bMa9K#eb2f{ z7{X$#H;LEl)Mlz}UoV!So`lL$4#WZUedKgbX=att8tlNRd6Xyh_I`L{fH0euH@7d#Z4Mpn=Nq?*2v|GhQV;cQB#G_4~N)}sz^}Ar`%SH zUZXgjsy;vjRpHn!&qDYll7>fDG-khOPhpwUS3&;R2LYD^s;R#QKL*8A6VpT7k-Z^? zebxmWaRLYh^_2xd>(|Iz?2OQH2>(Tl$D%h?>uw_tU}H>dXGBfpos zr~GqCHCq}FFk-f$ZLMc#g``J=3{h*`pHAqAy`IHBStCn!#1}t{8uab*;2AKo`LfBl zI}sxKVfzY%C9Pky&yDosk&_XyUWAN=_c)bWsKCBuN@9)xYNCj>cK3YCmN)F;V$aWi zWni&@g)`ME;^8X`i_P+#DyeDgJrmKeCw$gpZA-8ylWoU?;M7mM+>;cRpR2CcByJ3( zJ&;uO%}#^mtNm%loj-S~=K7Bt<3~sLMLO_DgHBKw=&}1g{6l+fqokH+y2Qnc4@>*4EjU|q}wb1BS%6tQlfo_v6* z8Bmg2&zmELC$`>c*??8!iF3ZOmJ6Zw6Akx0yY`xD4>R>55nAv5f}7PF38G`L&T)?o z!Wajo$oZ|7rJq*!a_V)32l9Us$4|OjdlKnK5udq~<=v3NWehsJK)LYT3oL4zPH(yA znit)Od_UbQE<4?@qo!-C<4#J~yA6Up+zteLMo~zT$b_qk-i|@U+EbKk4s|XSo5T zQ2<;y9Qso!gpW{lAC}gE-LGadO|H2T2wT&g{k9T?Gz{tuc~UW-g5lcm^2Tzk=m#ks znMY)z^mS*-k|`HKLyZD)-Pt00jG|ZitMQmGnLTo~VL~5xMsh(DRU~2I3h~}K8G7+B zfg^zB%a4a>WUZ}=kHoFb==s12Q$c3%(Tubbv>WNwj|KTnrazb&1gN3*be_kA-T}B?z4+in2HEXprmi)3XyZdkK*$e)2)zp+s)%0jFEguB~`- zr4K5V=ydg-VQ9-xFG$BeCF-1;O`j&`x@CWA^jG_4z@A`x$FS6#j~4LNEu1_KAM$r*bZ#g1>0`D71$=5$x-Q<{Hm2J;DA*C1z>$r_CTfeTk!JN(?2C| zr#G!E(0T)Aqu$M_aK|%z*&2>p7Fc~?DeC^d_{#}%QObMoDXcB4{)Wk%rzLjtxlVo; zVFs_&&_V>eQ64Avwu3xChHMt6@Lt@^}O~Pt2M^4StPoW z35OX;74FZq3r8ph^nO%)weD@l=p}}j=|5e*f7#q{@94FL*~I65>iv?mqom5%zCy#| zpE-IgpfmFEI+?9PF=BvylY?J;jPG>X{)X0xrVYi9)}U9!jc?0|LRT;AzBLLG(ptxx zH{|#FMzy!Js2(Y3&8ACLqUxyJ z(dSCdNbLqqakY^Zc3tDHb{Xes<%Esvqp$76TCx+gM`x$zHFQKHpbk8J@B~(JL~VDe z_XZ}r-nq_$sJrKL+`@yU` zIWfnW=KOHh)eC{EALG1KV@9$8qCvVl%zFiSDrCmV`ALWmcy!BZ;Ei4csQeCSL{|1q zJL=ZBr16*}=?<$&q@~JYD<ScHYld;qVofwv9BLiYuTDyjUunND{9^eDX-=;5eafA3Wxpx?o@ zA2!XdOTxe1;>F2|kE6$4`>9`K&$|FnN)y(5Jo7iNn|zNaj3a|PHf)LZZ+tE>CsTvX zO>aD^AKZXmt53FIB$UZH|-OP_?psw|>%MeUCBS@g8GYu!x49M-bmjT&k}rlTNE& z4W#U&5!V+x)~4VgE!+I9aPrL-t`#qm-4`9*{(VJDH$JI8$GtoQ+DjB)d<;f9Y^PGy zzT5x4Q*Y1|!p)B(IQRYPRfLayghyzJfXqls&09=ZfXKy+)VjID?;A=lMRhtmSO~~f z)5(5JArZ>YVWL+?0^Jk$(i!%-3`_u7fDiTDb}ISd>jLmF-UXDwwnGZh%0HvSm}`x zQIt76D$yEQM>oaD9s}52oHhj9i2#pM_`580&~~?R&)52R9(oC?KHS&IGJkt_>W`tI zXT=Vq?Q~@}x!w9E1Hl#B#jS5Izj3G#8L&BX4+>EjjrWr4xPSWj;?2c`yw1(z;+{S*vqcB=WG|a}tx!PcNs4u;# zlw2R_$h_{%6{pP=YG1O6kN@QJDh%=XW^MEk_6}H${T%eN9QKD&B=psNg5e^%{pcFn zl=;&(LY40jw?}DS4(Ra@E~gubsv+y~={o|)+cnlNVT?PvudA-~z4lDc-G@$Sj}PE( z;HiLB&c3s=?GkYxi_b_HGwUbHk_6;iMuKM*ATcr(3ck@>PaG~Zb%ltfV=r*e6$P?cnlt9`jJ8}75ub|v9Hs=1 zblZaTAG`HoAB==Om1Qi8V0mk}+}1fjM<8H`N4N!po=SOFtN=oIeYbwsF?RX{d;O<| zflH1L;xsFGJj!oK{hjT^7E3B=Y;}b~Y9?RCc$;|T zl9CTc%+~hWmRIUP5ws-c>58!xZE@MDj3si*jgi5;UIsD2y2~0+7c{v9I14H}fIc>8 zvzq>``Sd>V54ukhYouyubC~aR4)kYc$Q&Z#Kqkn7idpQ zYv~9`+sp;la;^@{PZ=I6OIP-32eiT-hxA)Y_fnwSIjdml&L#j4UwOWm>GY<=Be0kw zvlq~8kh;^DEz@L#r~6autQie4VpZOPrDA`V({<8w3r`<%5F zle58dYNBY@Y1_aTBPL6I{zp=^rOQr%x2MuVO>PuHiQCA(ptTlZDC>NDYX(eqh4Y9V0RF)gc+d_ zJr=6*4qW3bL5;uLe3_pe@r!)y>=$CEdhXt)bL`}6(WBmS8_~BEoU2@L_}#n$qfrl@LN!*4rO9V)7i z-BnnFBi$D;rpFh;*Zr>$<#G!y3tw3TShMOqq)6Qtd#qvf=v}3gxT2G17?#a%_diwJ zY;are3;A7(e&yb;Fr9U$3nw{fSmAJM#fOhfk)v_q^O*a@81-H($F}~s*r}d|qS@zi z_P*baW{_mC*NJ3Ebcjb1Nz2mdyK}W#h$u-!dv|lAcjWJ9;i0`l9<<94GIShTeF+za z-FN>z??8AM(`t-{rA6_zykyp{HVNW$s-^Jz+Yf5CfR6kqv+Wr7^6gL2 zN&xu9tKvgN8}N?Q+b47VHMxvxKxddbG2s5%!2UYiBK%$dRu${e6b}>r3D_#^yWvC_YQ$0IfxhWOYE|_%wlhw-@Oz>KB)iK?LMb#H3

@-&@6f$y7(s<&-&e9QkoPT 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 qNPQzL+a&pN=_NbkVF{~q`IO6u)( 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

W&?ppV!S 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 literal 0 HcmV?d00001 diff --git a/docs/setup/resources/create_client_secrets.png b/docs/setup/resources/create_client_secrets.png new file mode 100644 index 0000000000000000000000000000000000000000..d73ab435718ee6c85961772983139463aa51f9da GIT binary patch literal 315558 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𝔔I%hjEh~zO;urcK{Ihe}N*O|=ODnR8x(|2sQN6|Z= z2;4H)%@uRn0Bt4BDx;Dvt_rmMh2pkB2uaNe?#5k%a=rT&v^#o!-o$wi!SZ})-MH+b z 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%0DjU*57~2c+DIi8WD@0 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

=nCxbu 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%0AgZY+{kRPNJp1q{--iiProQ?h z!O61^hjuf!Ero0Qa7zs%?_MLO6yS^;H1TXRl_VrQ44eOnKx|$ zEd#hFMZH1+m3c~-62&!qzJegE9)T12>ymO&4@^sJcM0_dhUXsbhc?LeYv0JdzIeg^=Jfhqx?)AZGL zq~^KK%SChiUrnkr%4{9;n7b}kJj@2ZO3F=8d4O>5nU>$en0^h^v}88h z2?u-3>RNq`U+!rCY=T|MG+*?ndID`14?qX3?|L&Nr8={8L4F)73NUlJs%5SIx`tV_O$f;anl;cwI!bIAD3Pqt{;g1W>``JEI=;T@8Pm|4xNMEL zFREfdFf$G2?GS$6p|s|X6X&>xysB>OYoF|?Ry02haS6E@0{M5g<|Cp8vas-pdzwS5 zUzj&D1`$@$o@HO|dlYW?-P?*4#S;a(4mXw>GjABk(|@k?$hy;aOp?Tzi1RD`~o;1?hdT)KYHyAz=! zHu^wxOsSh8QS@t;)=benxoj}2a16L1Gl@3bpN4#p(4gg5y~wP~>1$I2obZ~|IN~uI z`yHnc&xEoWQN9KGz20-li#Ib{iy0l+H5xt_J5Xspq0?uxG0lsfUJ8L`ud*9Hs`eN# z&PP&;&QH?$#8u_S<)dCxS`QqvbjI>KpBj+tw5MuD`Cq_qq-$^wJ7Y;zAL6cR>8T{{ zmczE*^*fWDQ?5ezj?N>y^50t4HN-SXzWIUyXer}vnLlCm?bFQ;wA;ka+I60$n$Eb` zB1ML6XNXCESL;F_Y#MM*zo^joah|bhR%M;NeD9qzNlSCm71^+E2l>M|0&(;9jy=E) zu8OV;+GE#o(=gKq;y4G+jAioT*aPK<4Z*YfIu%Cd9s2LXY5Y&B0Lz;sPY(S5uMz2N znSX{j@jPmIQm$jvxjRp|(=)QL+fG$}L?UkafI}qt;~wx}Foi#=rO*}E%d!NKP$%qb z>S`4dW^`87lt16A62qGHk21nMfG?6cO1{d?wXDV?rNzcYHloJC18l`9TAg_UV@8}~ zdu{;%nz8S4h}HcoHM)P?QDHsnTvK|IPRkS>hTrnYK>UW#jxQ&eJBMIVoH7)E>VmNn z3B0GM!xdDa?q+7CWy6X40beZ?{K7o?hJWAdvufvO5h5geD!xr>YX|f9w4`z004$G9 zt{MZEs2hwQd-EN;K7V3?9ZvEXZ;`NwEt-aWgdsyJYn81vdn|xy@Z`PKy{*V%G2F&U4n^qwEq1 z#5779a+Nt`k(_m>jHin@mNr<;1nN30RXs{w(C5&Scy=H*d#Z9N>9&Cg!h0lXZ0+ER z#EV7c4thm?LbHCyCS)@%WvC&7+-A!N7od-T1*J);b6q0GJs)2nf6<+RjDC;Y~`IGi6twF zmCIJ-{bABBy)fjY@!%%yw5Xx0lL617p)Bg+>$gF&`)cx#v5JtzeksZ`JRjI-P;k9T zY7F>8UjJ+YX0-R>TUyF>JjVrlZrYC;_zCC8u$1ZB%3dC&*7HpgLS79VP!632LhpJU%Sq9kajZXesp^6p`p9g+Iz)(e5hzxkQK-%Vl^rk8!> z&AY45?moV>JMY}fy+;d5_O0B%NPYX=gk;v)?44zKK?G_f{0Q zag5v2xfPSaV(jq74xqf}PgZkWW{#6IyC+I|WnyFKrrjn}ZOUWVoKZg8L)j+JM& zsBe^_zQhI^cEE>>VWg0Z8@OEIkm;f|1AZZSN z6HVTG1Gk7;&sM2dmWr5Xl0JAR1b~Xt**SBtwdo;%a8dBkf4%8U%7?oLMKmlpvu&rX zEyMjwXE0A?sOm>PJQan`Fmu1S&;~r73c!j|&G9RmNrK~GxI>HH+Gu#B_|Rj0(J56t zo6$Dl)L8F9Q`hZ)uM4+>0PM5!afdJ78S+c!?1rZIs#kiJ)Qhd{Kp`;}e+>LLx0T^* zeQ}$K{!X6B8w@+aRneX!E4M<~bsIpd{rkZ*o(}ae{q9Iri=^qrljz&a*Ef3EG;QaF z>HN0!K_e7`&0qAWcZBfMdC*q%1r~V`xvXTCm1qKcNV8bJdT)&eSbEt+^1bi}aOIx} z*b+KNDfvhoq0&Ca=2b0_mhX{B_x`NEpEJTyDax0^ZwG;D8##V1mr-HchrWc5IgsePXrDaFDoTXni;A1jsHc8bE^eeTeuv;{FY1=o^%q zs;Xyv=U=fqoR&qmPcBZd&lS%+qrdtW*p)7ARa}(wUvDXIWt6G*5GYP zF_Ndm%?42hh_^WU{f-xVq|%z32hq3Z>M;K?vc=g)CR_Y4q`l#QxWt|dx(b(T%ycx0 zot&3~99`%yHU#(qMZn3LSU=C9(2JOf- zAHEqeyoL?6XfG>Y4T=hhS+6o!k%SJ0`dTt~{pf3~i8hOQJT$|1W75hD z%Dk(35esxrZ&J4$k{}B)9fbCEQDE=0@4sy&pf6EAkGyG#eQa5tljq?cl}A8bThu+( zD)R4zrOvI@P)yJ8HCEb<0GqNA!?b_~`$ zQ&#~u8LD@CuGx4C$qYXq0ba9_K$pq2`(ZzHM>dW&p2f<`e6DfN>^&y1y=0D;a?Ob= zi|FX%vvJIiN2YBW#un0g7M#piuovzwnR?DZt5nPu`f%7g-T)Whn+3M00`Dyh*$eG@ zElxn*^Wvq@e)eI<5WC7kG+M4W zHuQcQH*V)e#*RwUQs}MzYn{sB9Ga7|VPm{euNC{cFDgj@Fo~U|$#f&rT-Cb_xlaBQ zmXVo!u`I%=oyKgwg@@rHFeZ@}oF}m#A5fl4ZSF9ipvaKKbOyE28pN*qozmU3qY=s8 z@fIED!6ynoR5AO;X*O$tsqN zaaA75dYgE2E~`n3p?vM^woA6R?Mxgy<|D6vTu#SxFI(9NPh-jVXj~GYZBWS?H+6me z-5)CcmHPyY{#r&e^O`pK{7cRCKr;s8XTUrVCC*QL2j+8hw`%V^GDDr~y@4un>Ejff zQM68$7Bej%#%!U+Pm^%b8hiUq>Vx+%C37RFzHKk*TR`@Ym`O}{l~=fHqEu%0tT?=9 z3{nF>SWDZK_##C*n@&)~|6xg#H!#jA7G{BZC8tCuuU9_OEpAytGc}`Qf40^nR13+D z@MYc@e&`$y;uG0O+#!MSRC`_aC&MKP)u_|Rv%1E}}!8*WIRzkEP{ zY%^p2!nk2i(?Haov<6yVg?0mweqTc4f1_`?I#R|UHZoVqR3qG(=2zY`v$Q{Ik|*k+ zK6IokyTe>2^Su8>sWXgIrlfXso~Um!K+Nmz;2v_Fatx2~FnWS|`riEM4@e;M#wj9B z&pr4q$@y{25?N)wQ!rCcmR{*A735w;l#2zAY|vtLT^r!IQ_a4+N0=sb#&Giv?!aa5 zfMZtpC|l0b9+B=3hPMf6$Yq|+5H`e-WSo>Oqq)`GlOh`TnD)=ml~b{)ZwRGM*$Nyk zdV{x{?+7a0DU^neWUqRF2S`hvC!g2EEYn?c_=>Un+?A^Nb&|d zoNFUuqKsT)^Ap zNhCO9|Hzf{n~Fe$8wYmmXA8C`{xELZu1s&TtGM=`b!u?JzQ-jp<)W?NlsGmV$62Sk zW#d@}VojG?cwu}0UclFsJugV~(yGvYh$MPg^VYd)u`h6qJytxbL`y2K#FVv!og!h( zy8q%_{Lw>*>cT&eT~p~Y%TxEI%dlY`?^)XMLiqCS zuOQ0M0`-ttHKyC#fK?fe$N+qrj(vxH8l$^AO{B`~r?Xd^`w%VB zeMVd}nsouzVU=xDQVPV?3he59clVZ3QqJrd??ooc1$@CQ|1L1^82ZYxBltPX`@*9F zIOI}ws8Fpml7GD$5%1>3(B3BB;Z8PP-7+T7_k7yyegkCLmhB12mi>pXGkL(|+K2fAqSEF+=X_Uv0T{2%d7J2c} z{>W6x0eoF;tFn%@p|WEzG4R7ac^G!IsR{yj9{4J@${q~Gy!ETu2qIfZhBz}NJlRC03u;W;-_hhi3b?~>z-9drHn?XOITpj1jt z=JEmeMc9hi5nf=vxl=njLPR$CHI4{=a9|`gqTvEg8zUZEuPfrx{0O+V&Y7z;Z~N(| z(efh=WPJF&KmekNaKm%SMU`e|35s?4l3P-}$F|;zh>tS$GujlwC8JEh6Y=cT2%WdA z%K;19bM$A@9ueU`p3EplcN+gAhtGcqD#H55Wm-B`BZy_ncX^Z-cpcsB&5qZ+#JuZS zld@0JEgdL%j^kq5WI<-UI*@8y=9X%dE3s{)m~^F)w}igj?#{ix9R2s~EX&0Mf_ir6 z>KhSnvYP#`QTOI*$A+_ol{$MFoqEq4%Vj!0?^W09Hr87lAkttOR}W5@D(_RCF#akn zjg<@lu=Vbzb*F~+#bfS0KhE|Rchl-xhXkARQ$cNpZaiUM*S(lB7T()=^_a+UJKko#-kQpNv@DyQ`B5qx8V?9_JoOUcZIiYIx(u2*)^+AN~OMQNHMsKKGb7#TdgCH{6BlSLy_lkP0 zpv4sBCGG_y@?ElNusW1OjjL~Vn5k}2)h=ma!YZ6{o>ty}Aai$DgeJW8OR|6qnm8E; zhthO@_fLim0c~^5)-{GTK6ObV#&s5{h#aKgmXqp1<2)vfpNXT5KPB2i7sK_Cz)N?1 zYZo-I4cw#@lLpT^Ly^GpxhnT?_Gb(|+U3s{tf6uA2t|h%y&2dtnDKS8)a1qTW_JWh zW7K%U&QzIe6ZgR8fc8h2n6XzdZ$_a?<_2V8V)+t5tEWFX^6ulxJrky1=lnnEr8)vl ze`-jGG}>khdX>fTTn+bR*~|xyVL|kTMp55|4|U=5xm~@+r2~7g z>iOh{C>uO`!_b4K@>~xb5@xUrH9dKWi-Io$0HWX@Aaqv)a6)^+piOg5N>Iqr)E|5s z40eG>e6TC~PC`V<01R-{;w*p{UBq#ox{omO6sxxRj@L+^s41Nh(K8<^9`0 zkBp6t^8$%USgNXA3CJF-!y_zF(baPl0<+rz?`aHO5#DGNG%0!&OgpS!vk7#I}p zNZ&7&P*viXnPoqiw(O{IwskqpTN_Neq7-PC3m4NGz~f@f*L9YVkof$Ewr=m60DkGcE#gRW<$ zD;+WIh_?o%=iK+D-FF9Hk}gJ|Tnu@S*?549>u*|XvvBW*?KwY#P-Y*S#Q-5r+r>Io zLCAm7`9Dag0hg|DP=F8`DdID)gW)Tez&=ap)#S*n$)dm9Ny;wtD*Z9&D+uq;8U3Tx z|NI2epq!B&>@1e;;MpEO_?6EP;Nv2p+;}c8qyAp}2Wo%+$WUP6AAsc5!{mPQ&7T7- z5h5}a`}&T&yZ>j&-{1cFD=3&zreohs#hvD_B19J=45%0vRPl2IAO7m?*U$g$F9?@T zrlUgM0XgBf0h}Ko#w`=?ZT;7Aqqz}nSNHGpEBpd;5H1Iz6xkV9Oa7PAUvT;l6s<;J zaCV9_?N_B=Y6YDk#+_=vou~Sr`oAC{lK2y|ftJD9UkYWG!Pxi*;>%y=f9dakdpXbt zA_YjboN`e9`fXMY3^p}n;Y0h^De4$O!MNB}58bExsZ0OjL|;~!4rlIM5u9Ip{1vi4 z05Z!)0KLmkM)Fs?KYEbHz(2U|d|mNB^?$=+RtEv!oDU!QFT-M7yaxcKY35v#BYuVE zZ@B*R7o`FMVf6dyhQ9*ck;{zWn9(^cosfTP`;rLJmdcv>J^HWXzA8YBTQM)h6!mXy zUxogxHO<8I_Safe+6Y9H7RWY2e=Yqd%&#Dbw);!+I=|6*mj%IBREJH1zXJ0+H8E&i z-u&c(FT(HFf5SHj!B<{p{$&5kR|nPzblY36OMj~sPz?Y=veo+l|Ag}QpLOe?B?)c);XnO+2JQ-^0EWWSOb zOo9OB_`|Tpr{607h7>Irobt0)HI8NTueC<25W?kA3O5t_we+9hcjPi4828Dn#^mc? zdqp=!EatMzn_>Uf77Rtm+Hq=`P42I?Txb#FQekNK{HnwLm*hMM*6_pqZ6boQX%Vn6 zFT4Imzu&n6F;a)qPr*+P7yeC^1}z}?bgm6=|6gYa1BQ?U2)toc^*0`n!MHf2`%Pc} z_W7sk5P9-*8WTBIf9)Tv`I7=~9c|)%rNBRFEYpIh1tRfudiN`d!`~qwk+){n|4kSC z6Wh_lpR?F1X|DL|2+NNUz_i-cyl4BB)Bf3Z+4?8Q9bprK&dIGuK5y@xro;jQ-{NA5 z0ldtWf5mVM15s1#GZzo~uciMa$TA|L)bf<#b@QX%7mKZrgm&^8>z@)^rKnX*^Ss5y zPW<+s=WwpuA4c9HG#aRD3;QnD4o^U-cX;aMFCZwW;^K0kNe0@k5EJWlh%?st!Vzwg&mS#4~Wf_c2-vA0JckW+mvy35utxTWi9oU2Gs+g^##F4y zbF+bv<1B->w|9I(!YYz`68YZX$jJCvLlpU&dx_=S3k;H+8XrF7<@=sf#}}F^DJrTe zC@8dW47?5xY}pk`756G%+uZEm8q2fZ8qMW9y)tc*u`ql*@Hv`W;;yySxJ75t@7P0S zcU)VM#v@U^<#e*Xby$;p@N66x+tO#w-2J@A+c%y6_`j3?|3~2%PbWncv(ZC1$>&1`|JPjmT-O<$jAjCYuHMCY<< z8ZJ`eptRS0dh&z3ZXh$7tW36}Sjj6T_{TEDz`FVScMI>sZW61@>h)@$ZZGmM zhxo!Co0$)HQ>A4uB*W|4aqb;W(dy)&J%n2y6-y^b`Cs+r_a`uNs2dW}d@)N6y-rI@ zTl2a*mOk3f5N)m)j?c>4lMDFj)K)gU`5p73Out6a=0!(^ntfW!R2exB3?tlo+GM7t zj`ggtYs1LYbbn*FBAfj$t3Idgr>vw%od2t=;QAx@hx2Uu>pQO~owd2=+T1hi9`S}x zxwXj+z7Eae_O7tT5fquXe(S@(e5hr3Y)@M`e`})&-65c2E5cEZ&pNzM@QrPGDjyS4 zA(Y%)1sUO*GMktTlCO1J5=CeNMy7AZ5K9i1aKnZjY;0})O6P^HVkV)n0gEDkDw7~j0)(=C zd@xV^FXD%fNEC&jpHP!xupfo0{Th7YQM^_zr#ENW6x(zI{H4ZnsD2LT!{=_Fei(_H z`f|$*UKczH?<+-yQjq}8q1_&9D>4%H_;j+jFsD5x{$6`pr&KT3F{H+N z;!_eiJ_S7{=3%+Ni=m;{H>`l;O=tq1^vx5gORH$gfN66s2Cof$Tf`#LTTZM0{5iw% z#&E*c{+GGTAPCvqC7~es)zYHR^`@hk>iaS zJK#-sL9I5cJyGRlyT)F(h{UL>b+d+VC`Bzo>KmyFV{-Yd`tUI^F=t++8EwnuH-a~eW!3JaF>RKmGvI~k8S+Ukl?Ha8Cn zcbX{$GxNMt5Ydey`nr)BTf7NV2mg5+Tc|ir!6g>YgQv^*SEFFW01M+{9Dw&)z z1c4kAYVCc<3OxAWCF(EiZt46QDn?20G?EhE?7M;KXxgB=4f=#d1A(`Fa zrU=+am}+LqYg)@lLnf=mjlRz!`5Msde-bm*(n=^AHPA@p# zYe|VRhh|v@A_aIxQF-DSmP9$mOokUBzQi?z;*AUSdA9Wq!gkG9+Y5bp zjM*<9kT}IZ&5Ln6E6R2a1C8x8^{iIcT+hNK&QIs(CY`3xwy%&I7Ftg0vZk_{UYYoA z*t;J`f;MY!+B4IOfe_nlf1QmHxVk+ERQGyGrs=SUqQDlK<-`J=-xd37tynhux#!Xw zpGW_BMPY96$0wvlT7!=VWJm(j-&70bX$t|k$^s^xY zY)KhMKKi3U$N|K)Y%DCX!X|;nS$;>Z#U*743OMIDqBky0*0W{f#acyF21k1@S2)}C zjf`Lh@W*W%_N?QoU^==WgYJr=o1L>jmAhNydh~IQtyB1H-LtYXyH9Rn?$Oqq{E6*t5Cs)=9JJJi;Or2w@7HMKgdMHw=mFFc}7u<2d8M=e~uyia>o59Xb&j}bXvGJFci@8Ybi ztZ^_HC0ydf3seajVh|TMlrOAVZ`n@c$$kglq9?(sp`B$-VCrA% zPgtL}jG3dhnVT>$3|wMcN=ixUKiU4eo`)y>?ZB)ZB^;$6jwitoPUYG7<;#~wH4X)@ zUdU~+d56Ry-a!f`A=5zP;i}Pk$E4*fh+?Yz5)w}B2IRrMG4`3U<`S4T?sDS9106T} z%{=QL8Hlgy&8C&CMVkNemN1a$!?96~%L)?7R?TH{Qu3QR%JLFtmt1~n=|G&~P!$D* zM(i(9q`a!7R#{pfm^$3fFdRd0cYi*r&%0ybW@@y(DS$E%e;|vFHqs z(7s`xc=s|8KA63J43+jOv%B*d-XNw zzRLq=7uhd`(*)4&OqL~(n7)#g_l^3#zsXFO+etv0<6EY^ns&MT7peo` zV*SJY9!WE#|{VBwDQ+bRojQrtVGAuOMjoev1QZl4@)72SJ3~cThTaif;Ton7z2GhGMVYj$?MVxQ%9IxH=P+J+*i2LE^ z3q{bSW}ZdPuZ8`~oxy?*!qcdAVsahaN`{}Mj)(Yr1b}vG3+57ujLIyUzXYx_$MiZR`I4-ji4!gq! zs9%x%{jX0Gl*_X0!Xal{RD5d~mkaxM%O=Oze{K$3cu>esX)q>sEZu9CIvc6}zZiiI zn2me!U_wASKtFS6kRvI+S+V$QrLnjCae($B#<$6wF}fgvk{G~USzwiy+&;?N2#okI zZ}3URk89WAcDqchqxG$iCZf2eCy$N`yOfp9z+dbhbR>SH6*cKqev6fGR=TEZV#4M% z?;2j;W=y9~MixI=)?(z=&*;{ZYTGQMJ$SjlJEi03jIgecVjy=K?YCE;O_zml#e6Qy zGNLOXu2c_~8$5UI^=oXRbOu{=v9Pi0aGV=YcITjV@VbsP$=9!6&(Cw_+dkNX%}ff} ze`A?Sn>2wO+#EY)=sUM_89)1Kb+R?)w&U0!`l${yH8AcBnQ+fah?>ziK&^Ppj*B~S z)>zaxrW7-FVECydz*hUVRBQ!gaC%VHTc}o7KSU*HU#l}f!Akg8!WHxY0tVo;3AUVd z*45ROi{*Ns?Jq6)LrP1Z_p-R3*Lk*aw_kjCZue&IAXnZxUuRzYsUgvv4~KxQ_Dv~L zt|Uwk63}J^ns&X)i?L5%I~><8VL96xTd3=+!;1EdDr#Pq^ja$0boxfz7335!$<=^3 z1rmxBH$b~7edPA0eyUEWmH64s5x1i4DviUWRc4NU zN==yRd=^wO@x-i|Vs7JpVNf@hakE1Uh2~$o#UPSV8tr@)8jq;!Tf9)*8(1UqpB(hh zBg#MQ8L%++#mf$7f7hr|_Tpr`Nuq7jzB;&Rk1-F!qh`Cg#c%J+v@c2xmOg1r9Q`y~ zO1?^&_%>Q^_Tm3=2#X-aX_pu!$p+#$7TSfj@LEPEv6r`w z*Jainq;6JT8nUm7l^xjbI{2P!t$cQC!M@OMnL%Chqt71BWUpCDW1Ju#i1=pj!JPTB zTBlt6siM8|=-1n6B&Utj0X6RaystD9b5}pjDeKQ6n0zKQob0T#Mle5Yyq?}((A=^D zRG>lH5VWR5?fv{67WNto4uL^Z8$VP`&2SIRS-NPQgt&)ezE;I#3JaW2>*zdHD?oBo z^Ugb~Ytmk}4|224eY9{?KA1Ybm}lJGWDuMk1p=w4tH!>>*@h#wxIgz5 zT=}*;mC(0TS*O-^9WN2SL_g263^b~A(Ck3#=_hF>Z9YxM7pQ+)33hlu?28vb>EbDH zc0kkVbQkn0>+37U-xdBpmjg2|Bq^$c^d?$09pXu4|F4tyV|zJgn{AUo$m>sNsizA} zm+kqgtN6MXifZk_GIcRccp3#%`0->~l=_{NjGL@avNSmpMk zxM<+8H+%W@t7~^cY-jzXCJN_^V85e&X0Bzgvzbjh{L%^?*Ooq1^tqZx6~p^i#Z&#~ zOMw-f&NT(@n+&>9dmHI@uurr41tPw+5-@Uc*bJfHoOZ`Pl>GJe+G@;Ci#9Rl_Bu|$ zZt(k}|CRC`5ZUN@6>$Jg_1Tkn+OXZPsr9gDr~F|~=y$Hs*n-{Qx}#GRpy5bw`OJ*O zZiYY3#f)A(mtjmOz|jawZn#+U>C-b4?{#aOhwUt6WCq>bBFb6bXQER+Gwvokh?(JE zpFcKgbRS4$6{nhV=LAZ}pg{jCL8JFkVM;e>potP`;j!`t`n~_d-djgS{jTf7f|MX7 z2+|-(ND0zNi=?FFP|`4T3_X;DAf<$K2}lgx9nuZbH3&E~L)QTB$Me4X?B6->Ip4F- z{`0r?TJy&&*TR|4GtYfL_kG>hbv;C`|6xM^x1;%Qze2NWJIj5jmbOA!mZG?x4u@C5 zDOdf^M3B|g*`v;&jZVfU`5dfc6#v81Iqw!7FIWjjQ36oMwIG(4c;tP~GJXoGUp;$c z`>b6p%AE$4`(6G%RL7WcPA~b2JRx=CJCEF;O+os8QR^PZdX3=A>ULds_Zrkzj9_1y zaAu>}MfbC$fqVG%>5zFFF3D*lw6^?w=E9Pa_(ATbcc4j!vBV~P{hEX4t8&m zB*86b>6j=i>%m2!D3r_a{Kcbpej~!h&OK9s-Nyv$1JZe~P178oPDQCjz*w`3tLw%_ zlJV!>d{vLS3P{Iq_e*Z>nX_7jM%*#tIPocHKWG*;4CFORg4Gj|SCt0(HbwZnzeiXNun4eCa%L)s;4n({B|4rip zA!Oxrhhh>4pNs`B#YNh`g~ET{<^Q(&?Sq&CHZ#LNKGg3OBL`={w!nyzZ%^ZI{m&f? z>)O1&`>N|NupSF0_UELzuoc?a9S0bjI|aBMkTN44ZvA?W)Z*vs-x)mWetxl`vj@t0 zp*DDduNoQ0(9c786gdW8=vWEK$$8pvdsX;3IgTv~|CD#PkFmRGFI~v_mw3pM{>UOa zI4>{n2$AaexnVwMTHH;?$i3zvwU8R~c0HK`xD3d9M-dT`>q$w*`QTczN|5#bV&q0)8HC`R}n=cs!i*U;$h=1i$#Vzk?)Gif@otXUiQ?S*^8B5>W1%6 z=@`ec(E1xZ=a(m^p}SdUdpE z#(PoTWf1v`hIxJ)6Rk~~zWJ}`q<{ZmguY=O9r?Y0TLD)~wz9_#Rq7W`*m{$h+YRO_ zz5A}bok{QaDEHf&Eb4`&tv>i zhT1TLXTrjBT*{Cwi==)%tMr-`Gzq+Lm~oxT?P;0+fFMxJp+g0i+^T>BA)s6g2tq9_ z;Hpd8%gHD~MTkoD8q}pnv$WF4)^=O`u3qQ%D}xrCu3qs804 z486X}dDrKf1POLm!y480Z6!U&y-pdaACXT z)Q_HOGnBb%SScuMl?1l&37)cN zDU$dP2;$WcVDobH;*3t4_h_P?)Ue zec>EMFoV%cw6d5t)N` zK(l-nu##G}JOMWtpau2qJCXQ}^TMqjqtMZB_(;jWUq7MO4s;yL>fl`uXI%fR#69)G zC7ptJz_ws;vw6R%Udf)5Yo%)qrAZWEt}LG$s?GUfRyZ#br3gAd+nxdyU*_F? zpZL{^fhuuRt%s%?~jRX*A?X9p|y!Uaz_8l^7ZeSTss33{0qQ79l-K()oV4^nO1P8 zs@oJhFE@WcND$k({pRv%)$5||)I5cSr2T{UoZd~ZLk7o}%*@Tb?V2!9wlxX6y>~Zd zzNo|Aquc8P8`0@uUI&zC@{85i!W;3LOs|W3_Xghw^57jTL3a4`zVCSrvOi~H;(M1b zaaK9O^cf0g(C_A>tBuvX>v7hKAnL=tbhP1OM06s(BKS9fGt@82)DM^{=ze* z_1Xo8gy!Z~9>oQg;(PmGhBiN8pdGMmxomXXPvcOhY**S}oU37Wu(pd0N8$*dqwv-* z)_MnG8RT}gOeXZHL1UxO8K8wy-FZq$13BGz{N?p;Qcka-x3`bz=(x!ZeJj$uw?_>w zN-eGz0K9gN^452fZiAhlbG&7HswIrcLm|#JKW#_3S@l1K(6buK)UXAO@vii|--C9r6`&~MfYE1bMm zejiD9X0Im`>oyEH;4}Q*;C4q({c8+VN@}Vhe{J1z%Cnc2uh_I6Cp^mhN*`Ray=3f| z%O--e!BwX^f-M!Z5npGA`4e$lX3kaZpvv>a{qC%j(Bz-x=)d47#=j}L(9zQwMynZ=2^ z+#pXcHDmVs_db;KEspO8aq*Y5baa$Lut+3ONE!RQW;HU73;mVzBu&-pWGo&QYfmJG zj^XG_Yal6Z<^m%jlAeA&{r+-yOewra(7T&+murbTHavF&|29sS?x~qZNFz`wcub*l z{y@yVOzkbvtE&FBRy9B1L4zhiDD=0A^}lTE{vH>=yWOw=RV>uNPO7=HN{DYm#XA8l z{%V`{gA+6bje_jrm}xSlW7Y4Ah`B*Y|2QM(I9^`PH_`G@Hc7ZpvViIVyDF>E#DdHW zHVUfgNan_GK6U#?F?Z*8OjMEUS)z zSBP?&XC+v3r=hmF`CYzEfYV`4h=!ISBLEJ^uiV`d&O>TvV)RGm`GHERGzv))Bf&h_ z2FhNUYYWI69+&peG4jeYw=}o**%)?-!oq`v>;eFFUD({KYJG*-c#CwZL#@_0*e(S{ex@3I-ZqVSAUBl`?gRCkF$0Os2z2@g@u$$vW zKnJTq7VrQxUbXufxB6^juCurLvq%ZbeV^kfK_+(g;^F(yTDq53Bk`(;p>gewsfhwd ziDckhRR08{ zxbm;AbJ$}C(5S`D)#<$U8MxtK<&J%0dP96m-(;f8Rcn`y@#WMk8fjm^t_PEBRWp6@va zkUJN9Uq(hokNT)6$Lx-#gI1+Po2L1R30^<{J9MZ(qE=7S$%K-@Y2#5P@5k|bYu5Ok zH#Z0VNx-a$=J!@|xFJIL)#E(~8InrOyL!=k!M=2RS(GxxcQpiI(GtqMv$I`e=vZ$6 z?S9M^FR06YCuXwm0{DU+jA5rOS+=$2PkJ3`a=+O%&xu5hGw=-g0y_ z$m@6I);~HJx9oR4z=}_Pd*%;4&xH&E6`_9I0lwF51LCJgOVdGcBX%$rK|ID%Q{r(I zku|`sK<)cOi+AR-b_&7Q0mhd3ua1W%dF2*l$*qNWczG3RfjmO-?R{6GtBpEgnZT%f95FI&6ok8Vag za)Bw+_oxEM2-?qUCQ>nxTn)P}6j@Vnl~;#9=t2f}p$9E5K^cB$dU`FEHF!?xej}t? zlLcjIEwJAa51 zuV5K<^HCOPJjEu62Ossq_wixURtFNfT6moG*7k0_*4K-!qhh04vpXe$Z$x(uK!_Y! zydS?87pnm_($W$pisSXyq$HMP%Frf+|G`v*2ZaVmlf}lc>CbR#gVjD=)b|1hVT#ZP zuhq;?2(pOEsfgI*P_oFoDG!|q&$g6^{0cj0<1TAEY=o|;s))H)ewwN1Q5A9yBWtOu z>CDuc2esNYyq1+4Y!AF&{b(6hx>SkD#yLy==+RTqNvrGBSzH)hVnVUDNaitjz2ucG zD{}n{i{iU?EFS*g;p_dTgKgCG0H|vDC(<+ztZMHNBXRgmSC{AM)6R6T)~%)ZX}tCa zU(nIk+K?{zwn300Am zVN(9OI$Ln8!8I-gx~06j_Iv(f+;5=A3oDBL05PP!)csVV>2`;^?Wdw^Oy7jXiY=h; zqJXYDZB4fTnC@2I0{hmS=X4_E4>#!`aSA#qLzLwCj@T; z49l|KNz0Lv!+X-x({1a--B*LCaa#Su9xVH5x7^Haa51cZoZ&X1;IfWf6}^C-jE5an zY9C%}+z&)+^k1r8I*OVX5Mp4El1Y8f_1)S&$ew$66{!3s2f|luzp9%9)1syqOB7aV z49@!QX)&+1x#wyi`V@eY zT~)@hs=DY8$hOpl9;ChG1gIwUVMq!#b~ear{r5hcWRcUE(qV^Dqn2v1Bf+C+Z9d<< zDV=l~HMJ}-$S%8UV&c)XGCg;B z3X4j|4;+>Ro47O%7Fy&88<3ruO##_ji0f4C{;IQ~ZdqAMX1is9h)lQXqR>G7JZ=ez znc@CTqqn^_p&0KrZ8d=*j<%haip6GJ&xz&>t$o9wzB&Fh0hQa$t!prpnV^DA_lB z2eTKHU}loXVtymZ20NT&|dMAUyV~#8x-FgMkJ%6s`%$RD!_jzR}UHoex;*6+Iy>#R3Hhd&{0TS_-N=%zqdGp!~OBFDi13#d_!5;!hU< zuuwnUGEb+|XmdTU@I@tVEm~9sK?c`H-k!JJCDe!#;u$4Z+@-c{`!jc6z*^ zQ_M>6WXxDa;zn6PRn;TmRv(*{ot>SDg+-2bdb&y5nVXSu(gKB=ddb13j73Pnfk^jh zO>;Y9;|i#kFTR+&GWJ~+)@yTU*>_D(^>>ml$FRX{yN5p$rQ?H#dbZOle!l2$FeMG( zHHYgDXL4qq-=BYf4!zncu&51XKCXUh%#F`|du&|SRNMCFDEL*Fc+o>u)*yBZzad-C5=MJg!Gy`Fn@7wP-4KLUE@yEP|x%YtVWGdl_W4WttNN)E^2n0zzQ3{7;jT zUqgme#4p$B06=lau-UW19GuWPSGAHD^fqLoWVNy94Jfx%L&jNK450KVG}>x)D12cV zTn(cuox%)0O?%^|Dia9sF^>whUnx)DORHgQJ!>q?$Oh&zPCUl<9SN;P7g0gJHrmE7 z(|~r|e$FQzAiVSgBoP*%FdsYXE6#fZIufwPTgSrB$I|Un;p7n7LWff7zS^svtf4gi zmfCxkYIoiFoH5ZB3@118lv>y>O+4KZ+`OSQ41dAL_api3&*|1)TA#G0&fi+Py5G^- z5T_{q#xQ;d`#^6AAGZnZ7LuRi)8r&1jKCZ)sJPn7M|f|#t)ZntGM|Qwz)z-_0xIrN z3Z;!mn{$L7gKS#l_Se%C*5O<&Ai)Mu?ZIY9G(`dqSvhXiT`O27n(iJxCqmI@o}m|ZZ0#ncR1C59 zDKFcRm_7at{fFCvT^K+TYf1RkEI@MMaOpDlHJR;YX2w?0s9yO{G%_5gV%smt7~1fV zM&uo+1!7y}!%OrJuMiGB-2RX1#=e&z?o$8zsQx0CajWvczyL%yVfyBaS#Pwvy(vtD z`Y+`?{|QQfM*{z&uk(y(dkUiWM;PXX_`x1L4g1BJnS#FbGr^e zTfH1msZ#l0{LwwMGJt80&|2s=|A(QdKZmfdETA_n+vVH&N9Py+c5)-112JY)W2pR> zwD!Lr^8fF<|4SZhB0fCr-aQNhh1XK={{O$w|0NIkuLt|ve^{Y^C6fPu z`v21zQXd<2D{=4My}LX555=p0^Bmbt#}3e%nhH5T85r|Pm3Ev+&6;hR#XEcA^Ye$b z9nU2{q`dA&1T*CAI}GCZ96njnt(KWUih+~cvYOt=7-uZ3Aav)Y^~>dEj{~+9VMig4 zGZAnYOt&V#q-4kmE^*=SGH8jC3d0Ex_@`a~Tw!t(>Q-!AHWE$Q#e`hwkmi0ZiSf_8 zOxlQJ+a24ob-JI@qyIB6HGZ@Qs3OZ;)qm#Gf$#jUFYvDw_}2>jYX$zb0)Jb96~FF0 zK(Ma+6~Xf6&1;ak`Okgs35tIvH`Alvkzg<(MFT=BzE%HFR2nR)|4~xSF;wYVw@|s^ z%JIB;Hib{Iw#V~BNC=H2r?%!lm&2i4=#MUL49w5V7e7yE0PcKw_Wf+-m^+FbVuIr? zco7_~gCaXW>AM?DL!YE^saV)sIJFgbFqWU*ivKg4y z#eNZG3aYIseVp)G|DAcV;iB0W{LRm{=@aw7$7S{^O-23_M{PT|tR#AyafF+^*t2Kd z@*QAp-FN24Nkf(HM5k{J)a;H0XUdy%oCewX*tziQoD4J>#TPTK?IWHE%2#g!?gJVp z8voRx4EIkCz<{B zx#b*WLHGtH1^WQE7yDh{u8wa+&><8Mv3e8M14Ky(#Ligw%uOE zCG_ZFY6b(EAmiF9KEsZf2kDuwP+pMc_evDwPDeZp%xr# zm`s`vj(#?Fcp}@xiBe8e)HH>Q@nnlpxzNsU~3x~*a5; z)YMEG8ib$BJStYt4Fz!akc^y}|J^sIN0)dB6k||=c8h0DdxI4dIriFVRRfhetq!sa z{ObbSaMojb%zl3le08t!+ z4J%<;RiR)7I+*ilRbXyPS2-m zKdXvS>$u_oC>)9a4s4Hr!>q~Sg9m4`YpS|UkiErzM+ttVsatXkfQNkJBaTW)vR|~y zT=me7r-59o0-WapP#6IXU+Ent$ng39uBi5r1`>`~cFlt8Acub!2K$I1X5h+0_5nRp zi)WaYPC}6%zQ;IN5{qI$$Icr1xQARKyX?mku>?#n?|~AuR~i@M>cBbdO? z&8}o1%5gA}^X$i3%mTn_u{+Lpi;Re_u*&co5pmx(|M>BvmJ!PUHdmlMsBV6~2E3P- zWK`|E)}!~%{KKi}iJB-P?YP9}d|v`oWF&&^vV534lDAqKB<>`vRc9fUDcz=|<(F9m z${!*5hc^JQRW96#fJVhQ%2hAB>D1mBmG;=8Oj2=qil``Fquc5|u{zmfDy!8C;SxS_ z^zTQcEyTp-NLPjgJ*acCUqkH|&Ouw#$-0x8?4;9bX7{*XZpJl^bn(Yq1-W~GXe?h=x(wRR zU4`eue9Bzu9SUm*_3I8IgorSpFD-}4wTiXpd=6TJ-<5xqCs~}my_&hZ&UC(-_sFd| ze`aB2H3xERv2p!96w(KdqVd>0glxk*rn97i74bNqKd%I6veoBM+CVjOJ8PYG+nH}&ObQtd-1 zjP+)xKavq^TR-?nbRo4U$AkZ{Bnz{|DvzgMTld@mJoY_T_H_>+MKMNI-Isz3dY@Q> z>YcJ%?)Dd^>up|w=PL8WF5oiP22LlDU19;x0SRIC^+D4N8Ml$09?^BWSC1Y9@cGco zeU71^TmV=LLqLG;tBHN0rtE=+P;Yyla&L!HK&dyCpo3eT@@+KWc3Ua|B|r#|r0awc z*7bjBt>&Fgr1jpsCwls`V;WGkKTl^Q#Hu7!aG3jS@BZ1Fj?IUm!^vU`;wa>ORkVd7 zE%pbfv%^=wn6?gF);cf^GYo5>bwFhLcW_}suj{=ZpR+Sb>WpL)N|;X;sMh`X@mln# zFV_xfQ$TZq-nO`Cuy(!`#DI|6tedi(DzXR4UtE^@#(#fqCpDt1_Gm(fiSY1nq@20= z`sgyGlp+$2GI;mS&N|T1C^9ng7+=#ajNpGb1!LQ}-3X9`SI=bCmLBU-eDIS^W`~)~ zC24=I8NVAF)nv?BSM0D`f~n@H8JrZvxJad(B8f(9A)Y0XCjih_p!aKzTQ(VlOi4m zxWW94>O`}G5cb{OW|hda z?{1dyxw&}XiampE)-Qmur-$#+Bo~Um#DEn270xKe$%olIK0Yow{BdBL@S=PO-oZvP zbZ(;Z4#K%oYg#wTDd6Md~d#{ihxGMlj^L5FP-x*gA&;$51b9L>h9_* zp_tn7t?h~~yd@ltk&hkq-dlvsaXmZ&_8P}4f-T67B%D0MvHKaAfgq5T$n?=>0sZ`g zI*rKM#b0FF*Rh~MOlT?mIy+}VdZBgQo_!c(r;b@g)XY}nl$bm=Ve8)9+i6C%`ol0X zSvmz3*;*3a&P`McPzJF&9z@i1!T`158*Fr1Jw3fzuSw>?{{9M1qUIkxJ&i8`0spD9 z(T!p-ORAH&A!$TJ1bp#48{iuCF{`ARaDLG&kv;wmIp(ZG(cgPc?!kjYLP7#6M21?Z zSyx#Mk~wz$xs#l%(43;W@WCPe=pN&#PbH| z&DHXGXD7PqdnNJlaUSgg6&inucho;j9xZ6%oMY88h>I`Z7kNlfc~`6rJ82xC&#;}W z-6McViF(mq_qa8z56SUdDP^lieWNte*3fth1{4e`QZlt44W?nBFiG=|_RDGS{hJUD zN-O2W1W;lK>H*9AVK3dmTHo1cz>Uu3;^mG-lOElUsoLkvJuX>CfE7B^v?Djs&UC%DR$liB=s!% zRlhkQi=+GQm`(M_7LS#xhS?vrfLw+AVyd^r`A!CV7N~qaoqrMepI{gCHoD)EdL0n< zxyF$rvQME6vTd1zZP(aAArbQzei!BrEEN+$XeulHK{bGLv<&o7XH$*Ovd3|KVFNJj@Q zH&Zk!PPJp2s*AJN2-*1^L=j;DxQ;onC&J3@7wYC3Pj?L5WCGQJE&;AK)-TKD&XD#% z>}##-WWF1DpK_|m6f13-pkwP)*u4T;bXuzn_r&8~q5!KW=nQi8x-Z@h$q*BEJ1!t~ zLjx9o2EvXi$YF=UROuVwsF`|2gzj#=LLl8XzyGtGU7g~(6I%Kj8MZOu{C+rPiVN#G z8(Yn99Q3IVPa@Fsegdjzg|`{6=I#q9PtG;CT9q+YN3m;{NUB+Vj3lH`&e^O`&+XZN z8kf;JZaJK?Azkm}=7!v|lBCz(f8J4RF7u?$eMf*CE#FZYyX-C3NDlqSt&As3zb>Pw z1S`&*g0fzG%weHz&Il?wT6U_Q(q{6 z5v(v>pi1YFZFXsQ4)_jnlB2Unv|mu{eBXuZstwgcZ@lRyH=e|N8cyXPm#%lKPCfl0 zwJw)!>53!7R&6`+tzQ+xT59fLk26&H!{!&XcSn0a3%}rX932V0DYl#YocA5?mqK_M z>r*D9F0y0sv)@K%tNjA*dX0O)5ea9*5KP-af}~@s#6a%Qsqi;9xgFgk$ECh zB&qed@`tLESNsq&N7sD57wlXw^2U-2!>IVI>t)8|1k!fw=c^0dXk)Ygy)X;Rd<6IY zjD6>ae@k<_rPqcMz0@U)p%EpMu8>V69G93Om=g0;{bPHo_k0oB(26tdKGkA`(0WV% zBy8a8(MyLQFL>a!{jU!n6F)|Qp6N2Wq(hE}{i~rj*cUBtEoQV0%}yn}_UEjk&La${ zsyLek#V_ME_xMVvQccs#Wc~;IkO|pEH#Vq<3o|+NWH-2L+2FoiEcu?L=xnUV!Tk2d ziT&g2EUci`7dQh?8NYLM-DN`~zFm}6KXg!&m(bg>7CO$;^X=+#GQxPx(x6>!pRvJp z6BhEgOPDL#!T&v3`p=GSH^27IrzGk^10s?!+c+pz#hfR511q=FAu6Ol4ZKdZ_Mr(G zt^Lf(PaH9Y!lWx6)h{KGJ`O?)@gjy$8~mD>(4UKCkb$^7@Y(FZj%_>!3k|_M3IrP0 z$0>r*$gqw#!^yl~-JHB6Lby4T3$@Y-eT_n0n34DUU3R}_@2YwK{$Z_p#YZa)rwE22 zV2ggN34(+BFv&d?nM9_v91+4fUN3~pZ9&cKS%xfWYg|JIQSktu_;ZMMVx3`2` zmflzWEK4`VhD~Q@3+$!kt$x@0>n=cx#d3BAa_q_m)HL0~G$IhEByQZ0eC2E*B72VK zvi@tk%RY4Xiuu3~SEno<}gO3!Lz@z_Wk5S-7!R@bVXA1#IgJy4&4fysB(AE)m2uEfd{u zo-8ZK+5$*;6~ywX&1k2C`vQ-Ni-Ow+q z4>m`iSz}+;*iKPC9jSr=1`b5lQ;=0{>tr{jRN-UM>m~P@OWhjTZOf7D5IpjF_SJQT zFPxvYK}fUqPsh=&LFu_>j0nS-QbU;koy=V^+=*65@`Otwh{i$T6t{&(4+RW(nqilZriJy(`I}U9P zC>QcBo_k6iYYUDo7I3JE}lqlx54W-(I_sy5S*iUO_d4~RgpPEHEG#1YZ;oW<2zl9omL``I0{j106)Qn`>%=C57 z72B0zxk;ed^~vOZqr8sth?gpURPC5B4{tBq8 zQ=Kx$2*FYM63fQ#>h7i21>Zv`AmL&-Gq5zq$AZO3^o%+(DpOhtfro2n&lbO~dPZSd zaMlZCx=#yxreTt|SxPK;0?4Y_?1}VWCYmf<^fvE6V=w*XOYL&&Pmdjf!kJy4#WTdG zX$jHuvK2pAmFN4R!H>NELqp999)sGj@w!w#ukVxh4b82tA98_ZC&<$0sYKDLrAs!y zi?_%V#)ENy$wpWM?{O|ZHH}NG)wU|0yA>c+YpE_b>VRITx?@7!S{m1XMcOg`Fj5Zj zzE}-gu*|>u;5uKsr{}~FKt=Td-|t+)dT+tQsp1n}dhGlOKtOiQChZn< zlgWKi3fW89kCi*bzweAk&f(@vVu;oxqwF?ZGt;=BA8RDU>QAhJF)548B@{0&Yt8t* z_c6$XMfe&1i232BE52%2N3d8zC8_{Nqws8-n-QAy>9YKbAnG<0k|486HtIcQp=Si%dFs-GgW`5;3W z(GQ3>_S~aTp5KPkMQ3Opv%wWrRBjox>^|fDU={gx@6(zNHk%vUE78>-BnCg_J?h4S z(c2u`Zl<~JhAlirhbU#LXX^YV>KkE5H`v^!rlQNBi^tn=vbuIXhX)#t9{+ zLW#sO&<`mMMa~3-lnF9FQEn7kZl&~k$zV6kn~+mcAzUGAJ*Qm0oLtYH<(hB9&g#05 zH#m>KRZ1vFiF!>iaXZer2=#V+jAirNn$Wq=P<4rfhl7@Q#EtO>a{5YnA zTRP*)$F<%jA-9**kJfkuQ~7Lu7h3R?I5n-Ef{`slJo!JwfPma3!l9XSz!FY2yi-Ft{ERmQ>0l(@Fw@6J$HMvNt>Wo*3~UG z?a{%#wy?X4YuEi--Fpc6MinwiR;obb{Bfs4Gc{51(pNW}=^UaR>IbOfu#0BPZL{c0 z31gq(GQ<a0t3zhz(-te`vA0(7)aQT{e2BpwZZ%U_R(zJF>j(}(M1Bzo)-+IX?-32-{v1k+(aiOxg1YGSyw zG7`z3;^U&8B8@PpQBSmUV$FQCiK#Q6mW&NxT3b95w!Ea` zaU)Tpp@~{E`6vr%|4h7K(`F=1nCr-_JhbrDm(P#(!WpA6n&^VPk_>zc@y0eMWXGof zCy%}N_10=gEdz~RX*S&C%~n|{h7eCuI-Z*Ym+(SdTvl2>pToSQxW;PXMaq=xQ50dY z1Yj*kOWjB|zu?#!%@Y%pYxH!&`k4&%6n;=9lZUr_Sb5mq4c17oGB$O5KW`BuvKUm? zT3~Eg=~)>0WqYa&%n4$m3Q@jebVWMV!pHOtDLA_eG+XQQ3p!ICt=^HVp6VF`zC`(p`frpwI zU34o1bg!S3OUSO<6{ZK{)w#du>%aA=`VN(XaVQ(()r>`AiNgtuWE%v5+XX zPiGf3yBYT^u1aZAkB;tfJzKsDFxs z@}vzhC;d(n!H)k>xifK&)d`)CC+~Klfot*RA?eptU-(iWFd~E>Yt@RLSr

5MxdBtq7P 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 z z1bpwyk|-=L@RoAD0*ktNO~w!N%h&B#e)-ZUf3Kg%uSLmHy^x@uRXL@;(v!cb6zO5= z--akK9;wY25cc9Q$M$>w_P(UPh4dH~F>m(tZcHg*EekxRq`0T1NZhg$51E=KkVJ)_ zQ~QT)gwG=k_;hTh{Ep#n&8cd(aZf#DW#@kZh=3#56$^Of}Bx8 zV<|{tz%ygGZ%?T2_rtM#qG3HH;jl^)PQjf2c*=9UoP>;KtB$t_ zwlrL%Y(-cVoE(>)P9Ku?Umg=aEt8PVnWBx|ktntZ{wiK-K%*JC_1>BZ3qaIkE(gq|4Y%Ghq@_Gl~oslw2 z+Lt6qkDcI^UX&|TtSaLT4G+9}3x$3Aep~NIl+*Dx7=nh}&OP2uKIr>GK%M-WCq&jYp@i@R zOr}Ep@t{&eLE}jSjS|~t;b(SMfr(+n{Inttm|NNeK;PBhjximg&ZSlgs6IJt7J6QE z^Z#D(d<6v0pcCt6`rCE9_Fr?R{w>1;$^!>zO|DE?Fv_X^C1b|F7Z`tALtIZ8OI85XLHmap47i?kKmD=yoQ4cN4Oh5$v z-dyEp3(F4ITPrRlXM*YWaCRKt9G~~JBzk?AScGW7Y^^f2eDXL_6oisw!$bpB!X8;Y zP+yEYD+(1h)DSt%zGlv7Sc6`Ne+quAYmCHDTdqC4sSiM@Mv2GJ+%7vc(?7XR;Qb;N zi}-KD!|S<9L69@fL_S9Q@Qsz2u8+cn;*GrcqCdFM>Za+C!G4iaf##SsFaS=8#0 zg75YQv%0SfPH3A@2i*4#;gpz>472T3O?FlPlZu$)RU693XUZ8i&lT~3fq@V%^5p@0 zIQZBs)h@^9c^O@gsO%0!sd6g1pT$!`L9;(`AsSlE&E#4MSPdVZtpAuYS#BwnG*k>Q zNA@EQu%&6EJ>9V8z6b7i?R)vg`xdK;Er9y(Rs#u|hN$u8YKvGx)SO~M>O8+qUXlel zAo&+(LMlK)=3fNEfr&^@5_X3@B^DCWY9A}&uKd9T+PB7%f);5rX>5Ix=3GcjC9`{| zDiSpoA>h1VsA*co5mxNe$Og>sGY-301qMa_nt{*#?J>i)OTo zm04GqxH zq8_ryXCF1Jfrgz%)O>eIv!5DLLJkU_r$WN@TTwYt4B7S$U?(0<9lrloP@q}6+|5*-F93HO~2)RW9>3#OQ4pTH$BPo;?Omw z(RNMRB_jFs;QJlfVQK|gxNBzBZStk7cSUOnVQPLS36;B`Q*gNj{-2dqZ zBLht^JRMCBy>PKDtHo=XS+q#ox%-gJgwHY^K}9-g0>tUL(VGii&z3)cK?R>3gPOUtzfajqLh0_vwgap-^Vem&L!)4z3Unf%m9 z*NrLw#c}ak`Wvo)cOyU-;}2%njdCxBi@qvwFNTYOOLAw1izwoTsdG%Ku literal 0 HcmV?d00001 diff --git a/docs/setup/resources/register_app.png b/docs/setup/resources/register_app.png new file mode 100644 index 0000000000000000000000000000000000000000..a73a3edf952ac0d5b6d6ecbdcbd4f88420aa2cbf GIT binary patch literal 304794 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�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Ξ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

+ftU%bsUQ8h!Vh0$Rr@C~& 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 GJ^6pb3PmXZ literal 0 HcmV?d00001 diff --git a/examples/README.md b/examples/README.md index 28ec345..5e6e412 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,34 +1,57 @@ # Examples -This directory contains a collection of sample code examples written in Ballerina. These examples demonstrate various -use cases of the module. You can follow the instructions below to build and run these examples. +The `excel` connector provides practical example to demonstrates how to use the connector to connect to Excel files and work with data within them. The connector allows you to import and export data, manipulate workbooks and worksheets, and even create new Excel files from scratch. -## Running an Example +This example covers several key features of the connector, including: + +- Creating new worksheets and table +- Writing data to Excel sheets +- Create a chart -Execute the following commands to build an example from the source. +## Prerequisites -* To build an example +1. Follow the [instructions](https://github.com/ballerina-platform/module-ballerinax-microsoft.excel#set-up-excel-api) to set up the Excel API. - `bal build ` +2. Create a `config.toml` file with your credential. Here's an example of how your `config.toml` file should look: + ```toml + refreshToken="" + clientId="" + clientSecret="" + workbookId="" + refreshUrl="" + ``` -* To run an example +## Running an Example - `bal run ` +Execute the following commands to build an example from the source: -## Building the Examples with the Local Module +* To build an example: -**Warning**: Because of the absence of support for reading local repositories for single Ballerina files, the bala of -the module is manually written to the central repository as a workaround. Consequently, the bash script may modify your -local Ballerina repositories. + ```bash + bal build + ``` + +* To run an example: + + ```bash + bal run + ``` + +## Building the Examples with the Local Module -Execute the following commands to build all the examples against the changes you have made to the module locally. +**Warning**: Due to the absence of support for reading local repositories for single Ballerina files, the Bala of the module is manually written to the central repository as a workaround. Consequently, the bash script may modify your local Ballerina repositories. -* To build all the examples +Execute the following commands to build all the examples against the changes you have made to the module locally: - `./build.sh build` +* To build all the examples: + ```bash + ./build.sh build + ``` -* To run all the examples +* To run all the examples: - `./build.sh run` \ No newline at end of file + ```bash + ./build.sh run + ``` diff --git a/examples/add_chart.bal b/examples/add_chart.bal deleted file mode 100644 index 4be3e31..0000000 --- a/examples/add_chart.bal +++ /dev/null @@ -1,43 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Chart|error response = excelClient->addChart(workbookIdOrPath, "worksheetName", "ColumnStacked", "A1:B2", - excel:AUTO); - if (response is excel:Chart) { - log:printInfo(response.toString()); - } -} diff --git a/examples/add_table.bal b/examples/add_table.bal deleted file mode 100644 index c89de25..0000000 --- a/examples/add_table.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Table|error response = excelClient->addTable(workbookIdOrPath, "worksheetName", "A1:C3"); - if (response is excel:Table) { - log:printInfo(response.toString()); - } -} diff --git a/examples/add_worksheet.bal b/examples/add_worksheet.bal deleted file mode 100644 index 1b98f96..0000000 --- a/examples/add_worksheet.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Worksheet|error response = excelClient->addWorksheet(workbookIdOrPath, "sheetName"); - if (response is excel:Worksheet) { - log:printInfo(response.toString()); - } -} diff --git a/examples/build.sh b/examples/build.sh index f533627..ccca99e 100755 --- a/examples/build.sh +++ b/examples/build.sh @@ -28,7 +28,7 @@ cd "$BAL_HOME_DIR" && bal push --repository=local # Remove the cache directories in the repositories -cacheDirs=($(ls -d "$BAL_CENTRAL_DIR"/cache-* 2>/dev/null)) +cacheDirs=$(ls -d $BAL_CENTRAL_DIR/cache-* 2>/dev/null) || true for dir in "${cacheDirs[@]}"; do [ -d "$dir" ] && rm -r "$dir" done diff --git a/examples/calculate_workbook_application.bal b/examples/calculate_workbook_application.bal deleted file mode 100644 index 6feb4ca..0000000 --- a/examples/calculate_workbook_application.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - error? response = excelClient->calculateWorkbookApplication(workbookIdOrPath, excel:FULL); - if !(response is error) { - log:printInfo("Workbook calculated"); - } -} diff --git a/examples/create_column.bal b/examples/create_column.bal deleted file mode 100644 index 26dfa41..0000000 --- a/examples/create_column.bal +++ /dev/null @@ -1,46 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - json[][] values = [["a3"], ["c3"], ["aa"]]; - int columnIndex = 1; - - excel:Column|error response = excelClient->createColumn(workbookIdOrPath, "sheetName", "tableName", values, - columnIndex); - if (response is excel:Column) { - log:printInfo(response.toString()); - } -} diff --git a/examples/create_row.bal b/examples/create_row.bal deleted file mode 100644 index 83d7bc1..0000000 --- a/examples/create_row.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Row|error response = excelClient->createRow(workbookIdOrPath, "sheetName", "tableName", [[1, 2, 3]], 4); - if (response is excel:Row) { - log:printInfo(response.toString()); - } -} diff --git a/examples/delete_chart.bal b/examples/delete_chart.bal deleted file mode 100644 index b68ec63..0000000 --- a/examples/delete_chart.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - error? response = excelClient->deleteChart(workbookIdOrPath, "worksheetName", "chartName"); - if !(response is error) { - log:printInfo("Chart deleted"); - } -} diff --git a/examples/delete_column.bal b/examples/delete_column.bal deleted file mode 100644 index 29e9795..0000000 --- a/examples/delete_column.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - error? response = excelClient->deleteColumn(workbookIdOrPath, "worksheetName", "tableName", 1); - if !(response is error) { - log:printInfo("Column deleted"); - } -} diff --git a/examples/delete_row.bal b/examples/delete_row.bal deleted file mode 100644 index 2e0bc49..0000000 --- a/examples/delete_row.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - error? response = excelClient->deleteRow(workbookIdOrPath, "worksheetName", "tableName", 1); - if !(response is error) { - log:printInfo("Row deleted"); - } -} diff --git a/examples/delete_table.bal b/examples/delete_table.bal deleted file mode 100644 index 8d8d0c5..0000000 --- a/examples/delete_table.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - error? response = excelClient->deleteTable(workbookIdOrPath, "worksheetName", "tableName"); - if !(response is error) { - log:printInfo("Table deleted"); - } -} diff --git a/examples/delete_worksheet.bal b/examples/delete_worksheet.bal deleted file mode 100644 index f83fea0..0000000 --- a/examples/delete_worksheet.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - error? response = excelClient->deleteWorksheet(workbookIdOrPath, "worksheetName"); - if !(response is error) { - log:printInfo("Worksheet deleted"); - } -} diff --git a/examples/get_cell.bal b/examples/get_cell.bal deleted file mode 100644 index 9d4d3bf..0000000 --- a/examples/get_cell.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Cell|error response = excelClient->getCell(workbookIdOrPath, "worksheetName", 3, 7); - if (response is excel:Cell) { - log:printInfo(response.toString()); - } -} diff --git a/examples/get_chart.bal b/examples/get_chart.bal deleted file mode 100644 index b40aaea..0000000 --- a/examples/get_chart.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Chart|error response = excelClient->getChart(workbookIdOrPath, "sheetName", "chartName"); - if (response is excel:Chart) { - log:printInfo(response.toString()); - } -} diff --git a/examples/get_chart_image .bal b/examples/get_chart_image .bal deleted file mode 100644 index 3271a05..0000000 --- a/examples/get_chart_image .bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - string|error response = excelClient->getChartImage(workbookIdOrPath, "worksheetName", "chartName"); - if (response is string) { - log:printInfo(response.toString()); - } -} diff --git a/examples/get_table.bal b/examples/get_table.bal deleted file mode 100644 index 50ad2a5..0000000 --- a/examples/get_table.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Table|error response = excelClient->getTable(workbookIdOrPath, "sheetName", "tableName"); - if (response is excel:Table) { - log:printInfo(response.toString()); - } -} diff --git a/examples/get_workbook_application.bal b/examples/get_workbook_application.bal deleted file mode 100644 index da5ea56..0000000 --- a/examples/get_workbook_application.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:WorkbookApplication|error response = excelClient->getWorkbookApplication(workbookIdOrPath); - if (response is excel:WorkbookApplication) { - log:printInfo(response.toString()); - } -} diff --git a/examples/get_worksheet.bal b/examples/get_worksheet.bal deleted file mode 100644 index 979bbce..0000000 --- a/examples/get_worksheet.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Worksheet|error response = excelClient->getWorksheet(workbookIdOrPath, "worksheetName"); - if (response is excel:Worksheet) { - log:printInfo(response.toString()); - } -} diff --git a/examples/income-expense-tracker/.devcontainer.json b/examples/income-expense-tracker/.devcontainer.json new file mode 100644 index 0000000..22579f9 --- /dev/null +++ b/examples/income-expense-tracker/.devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "ballerina/ballerina-devcontainer:2201.8.0-20230830-220400-8a7556d8", + "extensions": ["WSO2.ballerina"], +} diff --git a/examples/income-expense-tracker/.gitignore b/examples/income-expense-tracker/.gitignore new file mode 100644 index 0000000..7512ebe --- /dev/null +++ b/examples/income-expense-tracker/.gitignore @@ -0,0 +1,3 @@ +target +generated +Config.toml diff --git a/examples/income-expense-tracker/Ballerina.toml b/examples/income-expense-tracker/Ballerina.toml new file mode 100644 index 0000000..30ab879 --- /dev/null +++ b/examples/income-expense-tracker/Ballerina.toml @@ -0,0 +1,8 @@ +[package] +org = "wso2" +name = "income_expense_tracker" +version = "0.1.0" +distribution = "2201.8.0-20230830-220400-8a7556d8" + +[build-options] +observabilityIncluded = true diff --git a/examples/income-expense-tracker/main.bal b/examples/income-expense-tracker/main.bal new file mode 100644 index 0000000..f851f28 --- /dev/null +++ b/examples/income-expense-tracker/main.bal @@ -0,0 +1,55 @@ +// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. +// +// WSO2 Inc. licenses this file to you under the Apache License, +// Version 2.0 (the "License"); you may not use this file except +// in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + +import ballerina/http; +import ballerina/os; +import ballerinax/microsoft.excel; + +configurable string clientId = os:getEnv("CLIENT_ID"); +configurable string clientSecret = os:getEnv("CLIENT_SECRET"); +configurable string refreshToken = os:getEnv("REFRESH_TOKEN"); +configurable string refreshUrl = os:getEnv("REFRESH_URL"); +configurable string workbookIdOrPath = os:getEnv("WORKBOOK_PATH"); + +public function main() returns error? { + + excel:Client excelClient = check new ({ + auth: { + clientId: clientId, + clientSecret: clientSecret, + refreshToken: refreshToken, + refreshUrl: refreshUrl + } + }); + + excel:Session session = check excelClient->createSession(workbookIdOrPath, {persistChanges: true}); + string sessionId = session.id; + + http:Response _ = check excelClient->deleteWorksheet(workbookIdOrPath, "sheetName", sessionId); + + excel:Worksheet _ = check excelClient->addWorksheet(workbookIdOrPath, {name: "sheetName"}, sessionId); + + excel:Table tableValue = check excelClient->addWorksheetTable(workbookIdOrPath, "sheetName", {address: "A1:C4"}, sessionId); + string tableName = tableValue.name; + + excel:Row _ = check excelClient->addWorksheetTableRow(workbookIdOrPath, "sheetName", tableName, {values: [["Year", "Income($)", "Expense($)"], [2020,5000,4000], [2021,7000,3000], [2022,3000,5000]]}, sessionId); + + excel:Chart _ = check excelClient->addChart(workbookIdOrPath, "sheetName", {'type: "ColumnStacked", sourceData: "A1:C3", seriesBy: "Auto"}); + + http:Response _ = check excelClient->deleteWorksheetTable(workbookIdOrPath, "sheetName", tableName, sessionId); + + http:Response _ = check excelClient->deleteWorksheet(workbookIdOrPath, "sheetName", sessionId); +} diff --git a/examples/list_charts.bal b/examples/list_charts.bal deleted file mode 100644 index 0a016a7..0000000 --- a/examples/list_charts.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Chart[]|error response = excelClient->listCharts(workbookIdOrPath, "worksheetName"); - if (response is excel:Chart[]) { - log:printInfo(response[0].toString()); - } -} diff --git a/examples/list_columns.bal b/examples/list_columns.bal deleted file mode 100644 index c9f63dc..0000000 --- a/examples/list_columns.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Column[]|error response = excelClient->listColumns(workbookIdOrPath, "worksheetName", "tableName"); - if (response is excel:Column[]) { - log:printInfo(response[0].toString()); - } -} diff --git a/examples/list_rows.bal b/examples/list_rows.bal deleted file mode 100644 index 3447fd5..0000000 --- a/examples/list_rows.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Row[]|error response = excelClient->listRows(workbookIdOrPath, "worksheetName", "tableName"); - if (response is excel:Row[]) { - log:printInfo(response[0].toString()); - } -} diff --git a/examples/list_tables.bal b/examples/list_tables.bal deleted file mode 100644 index 64b1b12..0000000 --- a/examples/list_tables.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Table[]|error response = excelClient->listTables(workbookIdOrPath); - if (response is excel:Table[]) { - log:printInfo(response[0].toString()); - } -} diff --git a/examples/list_worksheets.bal b/examples/list_worksheets.bal deleted file mode 100644 index 3fe6911..0000000 --- a/examples/list_worksheets.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Worksheet[]|error response = excelClient->listWorksheets(workbookIdOrPath); - if (response is excel:Worksheet[]) { - log:printInfo(response[0].toString()); - } -} diff --git a/examples/reset_chart_image.bal b/examples/reset_chart_image.bal deleted file mode 100644 index 07231de..0000000 --- a/examples/reset_chart_image.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - error? response = excelClient->resetChartData(workbookIdOrPath, "worksheetName", "chartName", "A1:B3", excel:AUTO); - if !(response is error) { - log:printInfo("Chart reset"); - } -} diff --git a/examples/set_chart_position.bal b/examples/set_chart_position.bal deleted file mode 100644 index bbb0e00..0000000 --- a/examples/set_chart_position.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - error? response = excelClient->setChartPosition(workbookIdOrPath, "worksheetName", "chartName", "D3"); - if !(response is error) { - log:printInfo("Chart position set"); - } -} diff --git a/examples/update_chart.bal b/examples/update_chart.bal deleted file mode 100644 index aa6aed2..0000000 --- a/examples/update_chart.bal +++ /dev/null @@ -1,48 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Chart updateChart = { - height: 99, - left: 99 - }; - - excel:Chart|error response = excelClient->updateChart(workbookIdOrPath, "worksheetName", "chartName", - updateChart); - if (response is excel:Chart) { - log:printInfo(response.toString()); - } -} diff --git a/examples/update_column.bal b/examples/update_column.bal deleted file mode 100644 index 026bca1..0000000 --- a/examples/update_column.bal +++ /dev/null @@ -1,43 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Column|error response = excelClient->updateColumn(workbookIdOrPath, "sheetName", "tableName", 1, - name = "columnName"); - if (response is excel:Column) { - log:printInfo(response.toString()); - } -} diff --git a/examples/update_row.bal b/examples/update_row.bal deleted file mode 100644 index 6755a15..0000000 --- a/examples/update_row.bal +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Row|error response = excelClient->updateRow(workbookIdOrPath, "sheetName", "tableName", 4, [[(), (), 8]]); - if (response is excel:Row) { - log:printInfo(response.toString()); - } -} diff --git a/examples/update_table.bal b/examples/update_table.bal deleted file mode 100644 index 159b751..0000000 --- a/examples/update_table.bal +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -excel:Worksheet sheet = {position: 1}; - -public function main() { - excel:Worksheet|error response = excelClient->updateWorksheet(workbookIdOrPath, "worksheetName", sheet); - if (response is excel:Worksheet) { - log:printInfo(response.toString()); - } -} diff --git a/examples/update_worksheet.bal b/examples/update_worksheet.bal deleted file mode 100644 index 24a2308..0000000 --- a/examples/update_worksheet.bal +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -// -// WSO2 Inc. licenses this file to you under the Apache License, -// Version 2.0 (the "License"); you may not use this file except -// in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. - -import ballerina/log; -import ballerinax/microsoft.excel; - -configurable string clientId = ?; -configurable string clientSecret = ?; -configurable string refreshToken = ?; -configurable string refreshUrl = ?; -configurable string workbookIdOrPath = ?; - -excel:ConnectionConfig configuration = { - auth: { - clientId: clientId, - clientSecret: clientSecret, - refreshToken: refreshToken, - refreshUrl: refreshUrl - } -}; - -excel:Client excelClient = check new (configuration); - -public function main() { - excel:Worksheet sheet = {position: 1}; - - excel:Worksheet|error response = excelClient->updateWorksheet(workbookIdOrPath, "worksheetName", sheet); - if (response is excel:Worksheet) { - log:printInfo(response.toString()); - } -}